/*
 * Main Stylesheet
 *
 * @copyright Copyright (c) 2012 rocksolidthemes.com
 * @license   http://rocksolidthemes.com/agb   No free usage allowed
 */
/* ===========================================
 * # Index: The structure of this stylesheet
 *
 * - Imports (normalize.css / Mixins)
 * - Fonts
 * - Basic settings (SASS only)
 * - Colors (SASS only)
 * - General styles
 * - Button styles
 * - Wrapper Elements
 * - Elements in order of appearance in HTML
 * - Content styles
 * - Sidebar styles
 * - Form styles
 * - Content elements
 * - Slider styles
 * - Module styles (Search, FAQ, News, Events, Comments)
 * - Footer styles
 * - Media queries
 * - Grid (design + production helper)
 * ======================================== */
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
 * HTML5 display definitions
 * ========================================================================== */
/* Corrects block display not defined in IE6/7/8/9 & FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices */
audio:not([controls]) {
	display: none;
	height: 0;
}

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support */
[hidden] {
	display: none;
}

/* =============================================================================
 * Base
 * ========================================================================== */
/* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	font-family: sans-serif;
}

/* Addresses font-family inconsistency between 'textarea' and other form elements. */
button,
input,
select,
textarea {
	font-family: sans-serif;
}

/* Addresses margins handled incorrectly in IE6/7 */
body {
	margin: 0;
}
#mmenu{z-index:10000;}
* =============================================================================
 * Links
 * ========================================================================== */
/* Addresses outline displayed oddly in Chrome */
a:focus {
	outline: 0 dotted;
}
a:hover,
a:active {
	outline: 0;
}

/* Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test */
/* =============================================================================
 * Typography
 * ========================================================================== */
/* Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 */
h1 {
	font-size: 1.5em;
	margin: 0.3em 0 0.2em 0;font-weight:300;
}

h2 {
	font-size: 1.2em;
	margin: 0.3em 0 0.2em 0;font-weight:300;
}

h3 {
	font-size: 1.1em;
	margin: 0.3em 0 margin: 0.2em 0;font-weight:300;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}

/* Addresses styling not present in IE7/8/9, S5, Chrome */
abbr[title] {
	border-bottom: 1px dotted;
}

/* Addresses style set to 'bolder' in FF3+, S4/5, Chrome */
b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

/* Addresses styling not present in S5, Chrome */
dfn {
	font-style: italic;
}

/* Addresses styling not present in IE6/7/8/9 */
mark {
	background: yellow;
	color: black;
}

/* Addresses margins set differently in IE6/7 */
p {
	margin: 0;
}

pre {
	margin: 1em 0;
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

/* Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4 */
/* 1 */
q {
	quotes: none;
}
q:before,
q:after {
	content: "";
	content: none;
}

/* 2 */
small {
	font-size: 75%;
}

/* Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930 */
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.25em;
}

sub {
	bottom: -0.2em;
}

/* =============================================================================
 * Lists
 * ========================================================================== */
/* Addresses margins set differently in IE6/7 */
dl,
menu,
ol,
ul {
	margin: 0em 0;
}

dd {
	margin: 0 0 0 40px;
}

/* Addresses paddings set differently in IE6/7 */
menu,
ol,
ul {
	padding: 0 0 0 40px;
}

/* Corrects list images handled incorrectly in IE7 */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* =============================================================================
 * Embedded content
 * ========================================================================== */
/* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/* =============================================================================
 * Figures
 * ========================================================================== */
/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure,
form {
	margin: 0;
}

/* =============================================================================
 * Forms
 * ========================================================================== */
/* Corrects margin displayed oddly in IE6/7 */
/* Define consistent border, margin, and padding */
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
	/* 2 */
	*margin-left: -7px;
	/* 3 */
}

/* 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers */
button,
input,
select,
textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	*vertical-align: middle;
	/* 3 */
}

/* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button,
input {
	line-height: normal;
	/* 1 */
}

/* 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6 */
button {
	cursor: pointer;
	/* 1 */
	-webkit-appearance: button;
	/* 2 */
	*overflow: visible;
	/* 3 */
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	/* 1 */
	-webkit-appearance: button;
	/* 2 */
	*overflow: visible;
	/* 3 */
}

/* Re-set default cursor for disabled elements */
button[disabled] {
	cursor: default;
}

input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	*height: 13px;
	/* 3 */
	*width: 13px;
	/* 3 */
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6 */
/* 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
/* Removes inner padding and search cancel button in S5, Chrome on OS X */
/* Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* 1. Removes default vertical scrollbar in IE6/7/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;
}

/* ===========================================
 * Fonts
 * ======================================== */
@font-face {
	font-family: "RockSolid Icons";
	src: url("fonts/rocksolid-icons.eot");
	src: url("fonts/rocksolid-icons.eot?#iefix") format('eot'), url("fonts/rocksolid-icons.woff") format('woff'), url("fonts/rocksolid-icons.ttf") format('truetype'), url("fonts/rocksolid-icons.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ===========================================
 * General styles
 * ======================================== */
html {
	position: relative;
	/* IE8 iframe bugfix */
	/* http://stackoverflow.com/a/795681 */
	position: static\9;
}

body {
	font: 1.5em/1.5 'Open Sans',Georgia,serif;
	color: #696969;font-weight:300;
	
}

.mm-page, .mm-slideout{background:inherit;background:#fff;}

form#suche, input{display:none;}

@media screen and (max-width: 599px) {
	body {
		font-size: 0.85em;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: #608A40;
}
.red{border:1px solid #cc0000; width:20%; float:left;max-height:100%;display:block;}

.rs-columns {
	clear: both;
	display: inline-block;
	width: 100%;
}

.rs-column {
	float: left;
	width: 100%;
	margin-top: 1.5%;
	margin-right: 1.5%;
}
.rs-column.-large-first {
	clear: left;
}
.rs-column.-large-last {
	margin-right: -5px;
}
.rs-column.-large-first-row {
	margin-top: 0;
}
.rs-column.-large-col-1-1 {
	width: 100%;
}
.rs-column.-large-col-2-1 {
	width: 46.875%;
}
.rs-column.-large-col-2-2 {
	width: 100%;
}
.rs-column.-large-col-3-1 {
	width: 29.16667%;
}
.rs-column.-large-col-3-2 {
	width: 64.58333%;
}


.rs-column.-large-col-3-3 {
	width: 100%;
}
.rs-column.-large-col-4-1 {
	width: 23.9%;
}
.rs-column.-large-col-4-2 {
	width: 46.875%;
}
.rs-column.-large-col-4-3 {
	width: 73.4375%;
}
.rs-column.-large-col-4-4 {
	width: 100%;
}
.rs-column.-large-col-5-1 {
	width: 18.5%;
}
.rs-column.-large-col-5-2 {
	width: 36.25%;
}
.rs-column.-large-col-5-3 {
	width: 57.5%;
}
.rs-column.-large-col-5-4 {
	width: 78.75%;
}
.rs-column.-large-col-5-5 {
	width: 100%;
}
.rs-column.-large-col-6-1 {
	width: 11.45833%;
}
.rs-column.-large-col-6-2 {
	width: 29.16667%;
}
.rs-column.-large-col-6-3 {
	width: 46.875%;
}
.rs-column.-large-col-6-4 {
	width: 64.58333%;
}
.rs-column.-large-col-6-5 {
	width: 82.29167%;
}
.rs-column.-large-col-6-6 {
	width: 100%;
}
.opensauce-fullwidth .rs-column {
	margin-top: 3.84615%;
	margin-right: 3.84615%;
}
.opensauce-fullwidth .rs-column.-large-last {
	margin-right: -5px;
}
.opensauce-fullwidth .rs-column.-large-first-row {
	margin-top: 0;
}
.opensauce-fullwidth .rs-column.-large-col-1-1 {
	width: 100%;
}
.opensauce-fullwidth .rs-column.-large-col-2-1 {
	width: 48.07692%;
}
.opensauce-fullwidth .rs-column.-large-col-2-2 {
	width: 100%;
}
.opensauce-fullwidth .rs-column.-large-col-3-1 {
	width: 30.76923%;
}
.opensauce-fullwidth .rs-column.-large-col-3-2 {
	width: 65.38462%;
}
.opensauce-fullwidth .rs-column.-large-col-3-3 {
	width: 100%;
}
.opensauce-fullwidth .rs-column.-large-col-4-1 {
	width: 23.9%;
}
.opensauce-fullwidth .rs-column.-large-col-4-2 {
	width: 48.07692%;
}
.opensauce-fullwidth .rs-column.-large-col-4-3 {
	width: 74.03846%;
}
.opensauce-fullwidth .rs-column.-large-col-4-4 {
	width: 100%;
}
.opensauce-fullwidth .rs-column.-large-col-5-1 {
	width: 16.92308%;
}
.opensauce-fullwidth .rs-column.-large-col-5-2 {
	width: 37.69231%;
}
.opensauce-fullwidth .rs-column.-large-col-5-3 {
	width: 58.46154%;
}
.opensauce-fullwidth .rs-column.-large-col-5-4 {
	width: 79.23077%;
}
.opensauce-fullwidth .rs-column.-large-col-5-5 {
	width: 100%;
}
.opensauce-fullwidth .rs-column.-large-col-6-1 {
	width: 13.46154%;
}
.opensauce-fullwidth .rs-column.-large-col-6-2 {
	width: 30.76923%;
}
.opensauce-fullwidth .rs-column.-large-col-6-3 {
	width: 48.07692%;
}
.opensauce-fullwidth .rs-column.-large-col-6-4 {
	width: 65.38462%;
}
.opensauce-fullwidth .rs-column.-large-col-6-5 {
	width: 82.69231%;
}
.opensauce-fullwidth .rs-column.-large-col-6-6 {
	width: 100%;
}
@media screen and (max-width: 900px) {
	.rs-column,
	.opensauce-fullwidth .rs-column {
		margin-top: 6.25%;
		margin-right: 6.25%;
	}
	.rs-column.-large-first,
	.opensauce-fullwidth .rs-column.-large-first {
		clear: none;
	}
	.rs-column.-large-last,
	.opensauce-fullwidth .rs-column.-large-last {
		margin-right: 6.25%;
	}
	.rs-column.-large-first-row,
	.opensauce-fullwidth .rs-column.-large-first-row {
		margin-top: 6.25%;
	}
	.rs-column.-medium-first,
	.opensauce-fullwidth .rs-column.-medium-first {
		clear: left;
	}
	.rs-column.-medium-last,
	.opensauce-fullwidth .rs-column.-medium-last {
		margin-right: -5px;
	}
	.rs-column.-medium-first-row,
	.opensauce-fullwidth .rs-column.-medium-first-row {
		margin-top: 0;
	}
	.rs-column.-medium-col-1-1,
	.opensauce-fullwidth .rs-column.-medium-col-1-1 {
		width: 100%;
	}
	.rs-column.-medium-col-2-1,
	.opensauce-fullwidth .rs-column.-medium-col-2-1 {
		width: 46.875%;
	}
	.rs-column.-medium-col-2-2,
	.opensauce-fullwidth .rs-column.-medium-col-2-2 {
		width: 100%;
	}
	.rs-column.-medium-col-3-1,
	.opensauce-fullwidth .rs-column.-medium-col-3-1 {
		width: 29.16667%;
	}
	.rs-column.-medium-col-3-2,
	.opensauce-fullwidth .rs-column.-medium-col-3-2 {
		width: 64.58333%;
	}
	.rs-column.-medium-col-3-3,
	.opensauce-fullwidth .rs-column.-medium-col-3-3 {
		width: 100%;
	}
	.rs-column.-medium-col-4-1,
	.opensauce-fullwidth .rs-column.-medium-col-4-1 {
		width: 20.3125%;
	}
	.rs-column.-medium-col-4-2,
	.opensauce-fullwidth .rs-column.-medium-col-4-2 {
		width: 46.875%;
	}
	.rs-column.-medium-col-4-3,
	.opensauce-fullwidth .rs-column.-medium-col-4-3 {
		width: 73.4375%;
	}
	.rs-column.-medium-col-4-4,
	.opensauce-fullwidth .rs-column.-medium-col-4-4 {
		width: 100%;
	}
	.rs-column.-medium-col-5-1,
	.opensauce-fullwidth .rs-column.-medium-col-5-1 {
		width: 15%;
	}
	.rs-column.-medium-col-5-2,
	.opensauce-fullwidth .rs-column.-medium-col-5-2 {
		width: 36.25%;
	}
	.rs-column.-medium-col-5-3,
	.opensauce-fullwidth .rs-column.-medium-col-5-3 {
		width: 57.5%;
	}
	.rs-column.-medium-col-5-4,
	.opensauce-fullwidth .rs-column.-medium-col-5-4 {
		width: 78.75%;
	}
	.rs-column.-medium-col-5-5,
	.opensauce-fullwidth .rs-column.-medium-col-5-5 {
		width: 100%;
	}
	.rs-column.-medium-col-6-1,
	.opensauce-fullwidth .rs-column.-medium-col-6-1 {
		width: 11.45833%;
	}
	.rs-column.-medium-col-6-2,
	.opensauce-fullwidth .rs-column.-medium-col-6-2 {
		width: 29.16667%;
	}
	.rs-column.-medium-col-6-3,
	.opensauce-fullwidth .rs-column.-medium-col-6-3 {
		width: 46.875%;
	}
	.rs-column.-medium-col-6-4,
	.opensauce-fullwidth .rs-column.-medium-col-6-4 {
		width: 64.58333%;
	}
	.rs-column.-medium-col-6-5,
	.opensauce-fullwidth .rs-column.-medium-col-6-5 {
		width: 82.29167%;
	}
	.rs-column.-medium-col-6-6,
	.opensauce-fullwidth .rs-column.-medium-col-6-6 {
		width: 100%;
	}
}
@media screen and (max-width: 399px) {
	.rs-column,
	.opensauce-fullwidth .rs-column {
		margin-right: 6.25%;
	}
	.rs-column.-medium-first,
	.opensauce-fullwidth .rs-column.-medium-first {
		clear: none;
	}
	.rs-column.-medium-last,
	.opensauce-fullwidth .rs-column.-medium-last {
		margin-right: 6.25%;
	}
	.rs-column.-medium-first-row,
	.opensauce-fullwidth .rs-column.-medium-first-row {
		margin-top: 6.25%;
	}
	.rs-column.-small-first,
	.opensauce-fullwidth .rs-column.-small-first {
		clear: left;
	}
	.rs-column.-small-last,
	.opensauce-fullwidth .rs-column.-small-last {
		margin-right: -5px;
	}
	.rs-column.-small-first-row,
	.opensauce-fullwidth .rs-column.-small-first-row {
		margin-top: 0;
	}
	.rs-column.-small-col-1-1,
	.opensauce-fullwidth .rs-column.-small-col-1-1 {
		width: 100%;
	}
	.rs-column.-small-col-2-1,
	.opensauce-fullwidth .rs-column.-small-col-2-1 {
		width: 46.875%;
	}
	.rs-column.-small-col-2-2,
	.opensauce-fullwidth .rs-column.-small-col-2-2 {
		width: 100%;
	}
	.rs-column.-small-col-3-1,
	.opensauce-fullwidth .rs-column.-small-col-3-1 {
		width: 29.16667%;
	}
	.rs-column.-small-col-3-2,
	.opensauce-fullwidth .rs-column.-small-col-3-2 {
		width: 64.58333%;
	}
	.rs-column.-small-col-3-3,
	.opensauce-fullwidth .rs-column.-small-col-3-3 {
		width: 100%;
	}
	.rs-column.-small-col-4-1,
	.opensauce-fullwidth .rs-column.-small-col-4-1 {
		width: 20.3125%;
	}
	.rs-column.-small-col-4-2,
	.opensauce-fullwidth .rs-column.-small-col-4-2 {
		width: 46.875%;
	}
	.rs-column.-small-col-4-3,
	.opensauce-fullwidth .rs-column.-small-col-4-3 {
		width: 73.4375%;
	}
	.rs-column.-small-col-4-4,
	.opensauce-fullwidth .rs-column.-small-col-4-4 {
		width: 100%;
	}
	.rs-column.-small-col-5-1,
	.opensauce-fullwidth .rs-column.-small-col-5-1 {
		width: 15%;
	}
	.rs-column.-small-col-5-2,
	.opensauce-fullwidth .rs-column.-small-col-5-2 {
		width: 36.25%;
	}
	.rs-column.-small-col-5-3,
	.opensauce-fullwidth .rs-column.-small-col-5-3 {
		width: 57.5%;
	}
	.rs-column.-small-col-5-4,
	.opensauce-fullwidth .rs-column.-small-col-5-4 {
		width: 78.75%;
	}
	.rs-column.-small-col-5-5,
	.opensauce-fullwidth .rs-column.-small-col-5-5 {
		width: 100%;
	}
	.rs-column.-small-col-6-1,
	.opensauce-fullwidth .rs-column.-small-col-6-1 {
		width: 11.45833%;
	}
	.rs-column.-small-col-6-2,
	.opensauce-fullwidth .rs-column.-small-col-6-2 {
		width: 29.16667%;
	}
	.rs-column.-small-col-6-3,
	.opensauce-fullwidth .rs-column.-small-col-6-3 {
		width: 46.875%;
	}
	.rs-column.-small-col-6-4,
	.opensauce-fullwidth .rs-column.-small-col-6-4 {
		width: 64.58333%;
	}
	.rs-column.-small-col-6-5,
	.opensauce-fullwidth .rs-column.-small-col-6-5 {
		width: 82.29167%;
	}
	.rs-column.-small-col-6-6,
	.opensauce-fullwidth .rs-column.-small-col-6-6 {
		width: 100%;
	}
}

/* Resetting box model for moo_mediabox,  moo_slimbox and j_colorbox */
#mbCenter *,
#colorbox,
#colorbox *,
#lbCenter *,
#lbBottomContainer * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

::selection {
	background: #696969;
	color: #ffffff;
	text-shadow: none !important;
}

::-moz-selection {
	background: #696969;
	color: #ffffff;
	text-shadow: none !important;
}

button,
input,
select,
textarea {
	font-family: inherit;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #dedede;
	
}
table th,
table td {
	border: 0px solid #e8e8e8;
}
table th {
	padding: 0.33333em 0.55556em;
	font-weight: 600;
	text-align: left;
	background: rgba(0, 0, 0, 0.02);
}
table td {
	padding: 0.33333em 0.55556em;
}

strong,
b {
	font-weight: 600;
}

a {
	color: #7CB03C;
	text-decoration: none;
}
a:hover,
a:focus {
	border-bottom:0px dotted #7CB03C;
}


a:hover,
a:active {
	outline: 0;
}
a[target="_blank"]:after {
	font: 0.72222em/1 "RockSolid Icons";
	content: "\e151";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-left: 0.22222em;
}
.sidebar a[target="_blank"]:after , .page-footer a[target="_blank"]:after {display:none;}
/* Icon attribute */
*[data-icon]:before {
	font: 100%/1 "RockSolid Icons";
	content: attr(data-icon);
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 0.22222em;
}
*[data-icon].after:before {
	content: none;
}
*[data-icon].after:after {
	font: 100%/1 "RockSolid Icons";
	content: attr(data-icon);
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-left: 0.22222em;
}

.clear {
	clear: both;
}

.invisible {
	position: absolute;
	height: 1px !important;
	width: 1px !important;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
}

.pdf_link {
	margin: 0.66667em 0 0 1.11111em;
	float: right;
}
.pdf_link a {
	margin-left: 0.11111em;
}

.mime_icon {
	margin-bottom: -0.25em;
}

.ce_toplink,
.toplink {
	margin: 1.33333em 0;
}
.ce_toplink a,
.toplink a {
	display: block;
	width: 100%;
}

.ce_toplink > a:before,
.toplink > a:before {
	font: 100%/1 "RockSolid Icons";
	content: "\e00c";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 0.27778em;
}

/* Style for dlh_googlemaps (if you don't use the plugin, you might want to delete this) */
.dlh_googlemap * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.main-content .dlh_googlemap,
.sidebar .dlh_googlemap {
	/* Setting the maps max-width to 100% is best practice, since it becomes fluid that way */
	max-width: 100%;
}

.main-content .dlh_googlemap img {
	max-width: none;
}

hr {
	clear: both;
	height: 1px;
	overflow: visible;
	margin: 1.33333em 0;
	border: 0;
	background: #dedede;
}

.confirmation {
	color: #7eba28;
	padding-left:1.15em;
}

.information {
	color: #608A40;
	padding-left:1.15em;
}

.warning {
	color: #e52f2f;
}


p.drop-cap:first-letter,
span.drop-cap {
	float: left;
	margin: 0.08333em 0.1em -0.16667em -0.05em;
	font-size: 3.33333em;
	font-weight: 600;
	line-height: 0.7;
	color: #696969;
}

p.drop-cap:first-letter {
	/* IE8 and IE9 calculate em's from the parent element */
	margin: 0.27778em 0.33333em -0.55556em -0.16667em \0/;
}

code {
	padding: 0.14286em 0.35714em;
	font-family: 'Open Sans', monospace;
	font-size: 0.77778em;
	line-height: 1.35714;
	background-color: #e8e8e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

pre {
	margin: 1.71429em 0;
	padding: 0 0.42857em;
	display: block;
	overflow: auto;
	font-family: 'Open Sans', monospace;
	font-size: 0.77778em;
	line-height: 1.71429;
	color: white;
	background: #dedede;
}
pre code {
	font-size: 1em;
	padding: 0;
	line-height: inherit;
	background-color: transparent;
}

/* ===========================================
 * Button styles
 * ======================================== */
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	padding: 0.25556em 0.5em;
	border: 0px solid;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	color: #ffffff;
	width:100%;
	text-align: center;
	text-decoration: none;
	background: #608A40;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	background: #DF0E34;
	
}
button:active,
.button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
background: #608A40;

}
#colorbox button,
#colorbox .button,
#colorbox input[type="submit"],
#colorbox input[type="reset"],
#colorbox input[type="button"] {
	/* Fix colorbox close button */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* ===========================================
 * Wrapper Elements
 * ======================================== */
.page {
	zoom: 1;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background:#ffffff;
	border:0;
}
.back{display:none;}

.page:before {
	content: "";
	display: table;
}
.page:after {
	content: "";
	display: table;
	clear: both;
	
}
@media screen and (max-width: 1180px) {
	.page {
		border: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
			padding: 0 40px;
	max-width:1100px;}
}
@media screen and (max-width: 900px) {
	.page {
		padding: 0 40px;
		max-width:820px;}
}

@media screen and (max-width: 700px) {
	.page {
		
		padding: 0 40px;
		max-width:620px;}
}

@media screen and (max-width: 599px) {
	.page {
		padding: 0 40px;
max-width: 515px;
	}


}
.opensauce-not-boxed .page {
	padding: 0 1px;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* ===========================================
 * Elements in order of appearance in HTML
 * ======================================== */
.page-header {
	position: relative;
	margin: 0 1.57143%;
	display:none;
}
@media screen and (max-width: 900px) {
	.page-header {
		margin-right: 2.55556%;
		margin-left: 2.55556%;
	}
}
@media screen and (max-width: 599px) {
	.page-header {
		zoom: 1;
		margin-bottom:0;
	}
	.page-header:before {
		content: "";
		display: table;
	}
	.page-header:after {
		content: "";
		display: table;
		clear: both;
	}
}


/* ===========================================
 * HEADER
 * ======================================== */

#logo{ float:left;  margin: 2.6em 0 0.5em 0;width: 85%;}
#logo img{max-width:80% }
#logo h1{display:none; font-size:1.9em;color:#608A40;margin:1.35em 0 0.25em 0;padding:0;line-height:1em;}
#logo h2{display:none; font-size:1.4em;color:#22441F;margin:0;padding:0;line-height:1em;
	font-family: 'Open Sans Condensed';
	font-weight:400;}

#top_nav{display:none;}
#top_nav .small{	margin:0.35em 0em 0.3em 0;}
#suche{	position:absolute; top:2.5em;right:2em;height:1.5em;width:20%;border:1px solid #608A40;display:block;-webkit-border-radius: 0.3em; -moz-border-radius:0.3em;	border-radius:0.3em; }

.s_button{display:none;}

@media screen and (max-width: 900px) {

	#top_nav{width:40%;margin: 0.25em 0.25em 0 0; }
	#top_nav .button{ margin:0.3em auto ; width:90%}
	#top_nav .small{	font-size:0.85em; margin:0 0.5em 0.75em 0;}
	#logo{  margin: 2.6em 0 0.5em 0;width: 100%;}
	#suche{display:none;}
	.s_button{display:inherit;position:absolute; top:1.5em;right:1em;height:1.25em; width:23%;}
}



@media screen and (max-width:700px) {
	#top_nav{width:70%;font-size:1.2em; left:0; text-align: left;margin: 0.25em 0.5em 0 0em; }	
	#top_nav .button{ margin:0.3em auto ; width:80%}
	#logo{ margin: 5em 1em 0 1em;width: 98%;}
	#suche{display:none;}
	#top_nav .small{	font-size:0.7em; margin:0.15em 0em 0.3em 0;}
#logo  img{max-width: 35%;}
#logo h1{margin-top:1em;}
.s_button{right:0.25em;top:3em;font-size:0.9em; width:27%;}
}

@media screen and (max-width:500px) {
	#logo {margin-top:6em;}
#logo  img{max-width: 100%;}
.s_button{ width:37%;}
}

@media screen and (max-width:350px) {

.s_button{ width:42%;}
}

/* ===========================================
 * MAIN
 * ======================================== */

.main-navigation-wrapper {display:none;
	position: relative;
	clear: both;
	border: 0px solid #dedede;
	background: #fff;
}
.mmenu{display:none;}	

.button.shop{display:none;
	font-size:1.6em;
	font-family: 'Open Sans Condensed';
	font-weight:600;
width:99%;	
height:1.85em;
padding: 0.15em 0.5em 0em 0.5em;
display:block;margin-top:0.5em; 
margin-bottom:0.5em;}

#nav-main {display:none;
	float: left;
	width: 100%;
	margin: 0.75em 0 0em 0em;
	text-align: left;
	clear:both;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
}


#nav-main ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav-main li {
	position: relative;
	width:14.8%;
	display: inline-block;
	margin: 0 0.70%;
	background:#D0EAA3;	
	-webkit-border-radius: 0.3em; 
	border-radius: 0.3em;
	vertical-align:top;
}


#nav-main li.submenu:first-child {
	margin: 0 0.70% 0 0;}

#nav-main li.submenu:last-child {
	margin: 0 0 0 0.70%;}

#nav-main > ul > li > a {
	display: block;
	font-size: 1em;
	line-height:1em;
	color: #696969;
	text-decoration: none;
	height:2.4em;
	padding: 0.17em 0.25em 0em 0.5em;
	-webkit-border-radius: 0.3em; border-radius: 0.3em;
}


#nav-main > ul > li.submenu:hover:before {
	content: "";
	position: absolute;
	display: none;
	left: -23px;
	top: -11px;
	width: 100%;
	height: 100%;
	padding: 0.2em 0.25em 0em 0.5em;
}
#nav-main > ul > li.submenu:hover > a {
	background:#608A40;
	color: white;
	padding: 0.2em 0.25em 0em 0.5em;
}

#nav-main > ul > li.active > a,
#nav-main > ul > li.trail > a {
background:#608A40;
	color: white;
	padding: 0.2em 0.25em 0em 0.5em;
}
#nav-main > ul > li > ul {
	position: absolute;
	left: 0em;
	top: 100%;
	display: none;
	z-index: 100;
	min-width: 150%;
	margin-top: 0.02em;
	padding: 0.374em 0 0.243em 0em;
	text-align: left;
	background-color:#D0EAA3;
	-webkit-border-radius: 0.3em; border-radius: 0.3em;
}
.lt-ie9 #nav-main > ul > li > ul {
	min-width: 100%;
		min-width: 100%;
	background-color:#D0EAA3;
	
}
#nav-main > ul > li > ul li {
	display: inline;
	margin: 0;
	background-color:#D0EAA3;
}
#nav-main > ul > li > ul a {
	position: relative;
	display: block;
	width:100%;
	padding: 0.25em 0.5em 0.25em 0.5em;
	margin:0 0 0.2em 0;
	font-size: 0.7em;
	line-height: 1.0em;
	color: #696969;
	text-decoration: none;
	white-space: nowrap;
}
#nav-main > ul > li > ul a:hover,
#nav-main > ul > li > ul a:focus {
	background:#608A40;color: #fff;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

#nav-main > ul > li > ul li span.active {
	background:#608A40;color: white;
	-webkit-border-radius: 0.7em; border-radius: 0.7em;
	padding: 0em 0.5em 0em 0.5em;display: block;
	margin:0 0 0.2em 0;
}


#nav-main > ul > li:hover > ul,
#nav-main > ul > li.submenu:hover:before {
	display: block;
}
#nav-main > ul > li > ul ul a {
	font-size: 0.5em;
	padding-left: 1em;
	font-weight: normal;
}
#nav-main > ul > li > ul ul ul a {
	padding-left: 2.143em;
	font-size: 0.5em;
}

#nav-main > ul > li > ul ul a:hover,
#nav-main > ul > li > ul ul a:focus {
	padding-left: 1em;
}
#nav-main > ul > li:hover > ul,
#nav-main > ul > li.submenu:hover:before {
	display: block;
}


@media screen and (max-width:1190px) {
	
	#nav-main li {
		width:15%;
		margin: 0 0.35%;}}

@media screen and (max-width:1090px) {
	
	#nav-main li {
		width:15%;}
	#nav-main > ul > li > a {
	font-size: 0.975em;}
	
	.button.shop{
	font-size:1.25em;
	padding: 0.15em 0.25em 0em 0.25em;}

#nav-main > ul > li.active,
#nav-main > ul > li.trail,
#nav-main > ul > li.active > a,
#nav-main > ul > li.trail > a {
	font-size: 0.975em;

}
}


@media screen and (max-width: 700px) {
#nav-main  {display:none;}
.mmenu{display:inherit;}	
.mmenu{  width:5em;padding:0.1em 0.3em;top:1em; right:0.25em; position:absolute; -webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;	border-radius: 0.25em;background:#608A40 url("../img/09_system/mob_nav.png") 3em 0.4em  no-repeat;}
a.mmenu {color:#fff; font-size:1.1em;
	}
.mmenu:after{}
}


.sub-navigation {
	/* clearfix */
	overflow: hidden;
	padding-bottom: 0.625em;
	border: 1px solid #dedede;
	border-top: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	font-size: 0.88889em;
	color: #636363;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
	.sub-navigation {
		font-size: 0.77778em;
	}
}
@media screen and (max-width: 599px) {
	.sub-navigation {
		display: none;
	}
}
.sub-navigation ul,
.sub-navigation li {
	margin: 0;
	padding: 0;
	display: inline;
}
.sub-navigation a,
.sub-navigation li > span {
	float: left;
	margin: 0 -0.625em -0.625em 0.625em;
	padding: 0.75em 0.625em;
	color: inherit;
	-webkit-box-shadow: inset -1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset -1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset -1px 0 rgba(255, 255, 255, 0.5);
}
.sub-navigation a.trail,
.sub-navigation a.active,
.sub-navigation li > span.trail,
.sub-navigation li > span.active {
	font-weight: 600;
	color: #636363;
	background: #fbfbfb;
}

.main-navigation-mobile {
	/* Hide mobile navigation <select> by default */
	display: none;
}
@media screen and (max-width: 599px) {
	.main-navigation-mobile {
		display: block;
		width: 87.5%;
		margin: 0.8em 0 0.8em 1.0%;
	}
}

.main-navigation-search {
	display:none;
	position: absolute;
	top: 0.1em;
	right: 0;
	width:10em;
	height: 1.1em;
	overflow: hidden;
	border:1px solid #608A40; 
-webkit-border-radius: 0.3em; -moz-border-radius:0.3em;	border-radius:0.3em;}

@media screen and (max-width: 900px) {
	.main-navigation-search {
		position: relative;
		height: 2.72222em;
		border-bottom: 1px solid #dedede;
		border-left: 0;
	}
}
.main-navigation-search input {
display:none;
	float: right;
	width: 90%;
	margin: 0.0625em 0em 0 0.3125em;
	padding:0 0 0.1875em 0.2em;
	font-size: 0.85em;
	border:0;
	color: #608A40;
}

.main-navigation-search button {
display:none;
	position: absolute;
	top: 0;
	right: 0;
	width: 2.55556em;
	height: 100%;
	margin: 0;
	padding: 0.25em 0;
	border: 0;
	color: #608A40;
	text-align: left;
	text-indent: -99em;
	text-shadow: none;
	line-height: 0;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.main-navigation-search button:after {
display:none;
	font: 1.11111em/1 "RockSolid Icons";
	content: "\e0cb";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	display: block;
	text-align: center;
}
.main-navigation-search button:hover,
.main-navigation-search button:focus {
	color: #696969;
}

.content-wrapper {
	zoom: 1;
	margin-bottom:1.5em;
}
.content-wrapper:before {
	content: "";
	display: table;
}
.content-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

/* ===========================================
 * Content styles
 * ======================================== */
 
 .main-content {
	float: left;
	width: 95%;
	min-height:20em;
	margin:0 0 0 3em;	
}

@media screen and (max-width: 900px) {
	.main-content {
		float: none;
		width: 96.0%;
		margin-left:1em;
		padding-right:0.5em;
		padding-left:1.5em;
	}
}

.main-text-wrapper {
	width: 63.58333%;display:block;float:left;
	border:0px solid #cc0000;
}
.main-content p,
.main-content ul,
.main-content ol,
.main-content table,
.main-content form,
.main-content fieldset {
	margin: 0.05em 1.0em 0.7em 0em;
	line-height: 1.4;
	color:#696969;
	font-size:1.25em;
	font-family: 'Open Sans';
	font-weight:300;
}

.main-content ul,
.main-content ol{
margin-left:2em;}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
	margin: 1.25em 1.0em 0.5em 0em;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Open Sans','Open Sans Condensed';
}
.main-content h1 {
	font-size: 1.9em;
	color: #608A40;
}

.main-content h2 {
	font-size: 1.6em;}

}
.main-content img{
 margin:0 0 0.2em 0.2em;	
	-webkit-border-radius: 0.5em;
	-moz-border-radius:0.5em;
	border-radius: 0.5em;}

.main-content img.information{
max-width:7.5em; float:left; margin:0 1.1em 0.3em 0;	}

.main-content .button{font-family:"Arial Narrow", sans-serif;font-size:1.05em;line-height: 1.1em; text-align:center;}

.main-content .rs-column.-large-col-5-1  p{
	font-size:0.9em;
}

@media screen and (max-width: 900px){
.main-content .button{font-family:"Arial Narrow", sans-serif;font-size:0.9em;line-height: 0.9em; text-align:center;}
}


@media screen and (max-width: 599px) {

.main-content {
		width: 97.7%;
		margin-left:0.5em;
		padding-right:0;	
		padding-left: 0;
		background:inherit;
		min-height:inherit;
	}
.main-content #main-wrapper{margin:0;width:100%; }

	.main-content h1 {
		font-size: 2em;
	}
	.main-content h2 {
		font-size: 1.55556em;
	}
	
	.main-content .button{width:100%; font-family:"Arial Narrow", sans-serif;font-size:0.85em;line-height: 0.85em; text-align:center;padding:0.3em 0;}
	
	.sidebar{display:none;}
}


.main-content h3 {
	font-size: 1.33333em;
}
.main-content h4 {
	font-size: 1.16667em;
}
.main-content h5 {
	font-size: 1em;
	line-height: 1.5;
}
.main-content h6 {
	font-size: 0.88889em;
	line-height: 1.5;
	letter-spacing: 0.0625em;
	color: #8a8a8a;
	text-transform: uppercase;
}
.main-content ul,
.main-content ol {
	padding-left: 0.4em;
}
.main-content ul li[data-icon],
.main-content ol li[data-icon] {
	list-style: none;
}
.main-content ul li[data-icon]:before,
.main-content ol li[data-icon]:before {
	left: -1.16667em;
	width: 0;
}
.main-content ul {
	list-style: disc;
}
.main-content ul ul {
	margin-top: 0;
}
.main-content ol {
	padding-left: 1.11111em;
	list-style: decimal;
}
.main-content ol ol,
.main-content ol ul {
	margin-top: 0;
}
.main-content ol ol {
	padding-left: 1.33333em;
	list-style: upper-alpha;
}
.main-content ol ol ol {
	list-style: lower-roman;
}
.main-content ol ol ol ol {
	list-style: lower-alpha;
}
.main-content blockquote {
	position: relative;
	margin: 1.33333em 0 1.33333em 9.375%;
	color: #696969;
}
@media screen and (max-width: 599px) {
	.main-content blockquote {
		margin-left: 15.625%;
	}
}
.main-content blockquote small,
.main-content blockquote i,
.main-content blockquote em {
	color: #8a8a8a;
}
.main-content blockquote:before {
	content: "\201c";
	position: absolute;
	top: 0;
	left: -9.375%;
	margin: 0.42857em 0 0 -0.04762em;
	font-size: 4.66667em;
	font-weight: bold;
	line-height: 0;
	color: #608A40;
}
@media screen and (max-width: 599px) {
	.main-content blockquote:before {
		left: -15.625%;
		margin-left: -0.09524em;
	}
}
.main-content img {
	max-width: 100%;
	height: auto;
}
.main-content .rsts-main {
	margin: 24px 0;
}

.centrum {
position:relative;
}

.centrum h1{
position:absolute;
bottom:1em;
padding:0.5em 2em 0.5em 2em;
z-index:100;
margin-left:0.05em;
background-color: hsla(0, 0%, 100%, 0.75);
font-family: 'Open Sans',"Open Sans Condensed";
border-top-right-radius:0.3em;
border-bottom-right-radius:0.3em;
}

@media screen and (max-width: 900px) {
.centrum h1{
bottom: 3em;
font-size:1.8em;
padding:0.5em 1em 0.5em 1em;
}
}

@media screen and (max-width: 700px) {
.centrum h1{
	font-size:1.6em;
padding:0.5em 1em 0.5em 1em;
bottom:1em;}
}

@media screen and (max-width: 500px) {
.centrum h1{
		font-size:1.4em;
padding:0.5em ;
bottom:1em;}
}

@media screen and (max-width: 350px) {
.centrum h1{
		font-size:1.2em;
padding:0.5em ;
bottom:1em;}
}
* ******************* Navigations-Pfad *************** */
.main-content .mod_breadcrumb {float:left;display:none;}
.main-content .mod_breadcrumb ul{ display:none;margin:0.5em 0 0 0em; padding:0;}
.mod_breadcrumb li{display:inline;font-size:0.85em; margin:0; padding:0;}
.mod_breadcrumb a{	text-decoration:none;	}
.mod_breadcrumb a:after {
	/* add line break after label */
	content: "\  > ";

}
@media screen and (max-width: 599px) {
.main-content .mod_breadcrumb{display:none;}
}

 .ce_accordion .ui-state-default  :before{
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #E7EFD9;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
	padding:2px 1px 2px 0;
	margin: 0px 5px 2px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF;
    content: "\e019";
    display: inline-block;
    float: left;
    font-family: "RockSolid Icons";
    font-size: 0.7em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    text-rendering: geometricprecision;
    top: 0.42857em;}
 .ce_accordion  .ui-state-active :before{
        content: "\e015";
		border-bottom: 1px solid #E7EFD9;
  }

  
/* ===========================================
 * Sidebar styles
 * ======================================== */
.sidebar {display:none;
	position: relative;
	float: right;
	width: 20%;
	margin: 0em 3em 0 0;
	padding:0;	}

.sidebar  img{
	width:100%; 
	height:100%; 
	margin:0; padding:0;
	}
	
.sidebar  .image_container{
margin:0; padding:0;
}
.sidebar  .image_container img{
	border:0; margin:0; 
	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;	
	border-radius: 0em;}

@media screen and (max-width: 900px) {
	.sidebar {
		clear:both;
		float: left;
		width: 100%;
		padding:0;
		margin-right: 0;
		margin-left: 0;
		display:none;	}
	.sidebar .mod_boxes4ward {max-width:97%; margin-left:1em;}
	.sidebar .mod_box_items{padding:0em; width:48%;  }
	.sidebar .mini-slider{display:none;}
}

@media screen and (max-width: 599px) {
	.sidebar {	margin-right: 0%;	margin-left: 0%;}
	.sidebar .mod_boxes4ward {padding:0 0 3% 0; margin:0px; float:left;}
	.sidebar .mod_box_items img{width:95%;margin:0; padding:0;}
}

.sidebar .mod_box_items{
margin-bottom:0.5em;padding:0;}



.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar table,
.sidebar blockquote,
.sidebar fieldset,
.sidebar form {
	margin: 0.2em 0;
}
.sidebar ul,
.sidebar ol {
	padding: 0;
	list-style-type: none;
}

 
.sidebar .angebot {
	font-size: 0.88889em;
	color: #696969;
	position: relative;
   width: 100%; /* for IE 6 */
	overflow:hidden;
	margin-bottom:1em;
	}
.sidebar .mod_ow_countdown{
position: relative;
	margin: 1.75em 0 0 0em;
  border:3px solid #608A40;
   -webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;	
	border-radius: 0.3em;	
	padding:1em 0.5em;
	color: #608A40;
	background:#D0EAA3;
	text-align:center;
}
.sidebar .mod_ow_countdown .owcd_days,
.sidebar .mod_ow_countdown .owcd_hours, 
.sidebar .mod_ow_countdown .owcd_mins,
.sidebar .mod_ow_countdown .owcd_secs{
font-size:1.3em;}

.sidebar .angebot .image_container{
position: relative;
	margin: 0 0 0em;
  border:3px solid #608A40;
   -webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;	
	border-radius: 0.3em;	
}
a:hover .sidebar .angebot .image_container:after,
a:focus .sidebar .angebot .image_container:after {
	font: 0.5em/1 "RockSolid Icons";
	content: "\e019";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	z-index: 1;

	padding: 0.5em;
	color: #ffffff;
	text-align: center;
	background: #608A40;
}

.sidebar .angebot .image_container img {
	display: block;
	width: 100%;
}
.sidebar .angebot h1 {
	background-color: silver;
    background-color: hsla(0, 0%, 100%, 0.75);
    position: absolute;
    bottom: 0.5em;
	left:0em;
	z-index:2;
	width:100%;
	 border:3px solid #608A40;
	 border-top:0;
	-webkit-border-bottom-right-radius: 0.3em;
-webkit-border-bottom-left-radius: 0.3em;
-moz-border-radius-bottomright: 0.3em;
-moz-border-radius-bottomleft: 0.3em;
border-bottom-right-radius: 0.3em;
border-bottom-left-radius: 0.3em;	
	margin:0 0em 0em 0em;
	padding:0.4em 0.0em 0.4em 0.5em; 
	font-size:0.85em;
	font-family: 'Open Sans','Open Sans Condensed';
	color:#696969;		 }

.sidebar .miniSlider{border-radius: 1.5em; height:205px;text-align:center;padding:0; 
	border:5px solid #608A40;}
.sidebar  .mini-slider .angebot .image_container{border:0;}	

.sidebar  .mini-slider .angebot  .image_container img{ max-width:100%;width:inherit;margin:auto;border-radius:0;}

.sidebar .miniSliderPreise{  position: absolute;
  bottom: 0.5em;border-radius: 0.5em;   padding:2px 5px;
  right: 2.5em;background-color:#fff;}
 .sidebar .miniSliderMenge{  position: absolute;
  bottom: 0.5em;border-radius: 0.5em;   padding:2px 5px;
  right: 1.5em;background-color:#fff;}
  
 
/* ===========================================
 * Form styles
 * ======================================== */
form h1,
form h2,
form h3,
form h4,
form h5,
form h6 {
	clear: both;
}
form p {
	position: relative;
	clear: both;
}
form p b.error,
form p.error {
	display: block;
	color: #e52f2f;
}

input,
textarea {
	padding: 0.5em 0.55556em 0.44444em;
	line-height: normal;
	border: 1px solid #dedede;
	border-bottom-color: #d4d4d4;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	color: inherit;
	
}
.valid input,
.valid textarea {
	border-color: #7eba28;
}
.invalid input,
input.error,
.invalid textarea,
textarea.error {
	border-color: #e52f2f;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* multiple rules, because user agents are required to ignore a rule with an unknown selector */
	color: #b1b1b1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b1b1b1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b1b1b1;
}
input::placeholder,
textarea::placeholder {
	color: #b1b1b1;
}
input:hover,
textarea:hover {
	border-color: #608A40;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), inset 0 1px #ffffff;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), inset 0 1px #ffffff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), inset 0 1px #ffffff;
}
input:focus,
textarea:focus {
	border-color: #608A40;
}

input[type="text"],
input[type="search"],
input[type="email"] {
	outline: none;
	width:100%;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type="checkbox"] {
	vertical-align: middle;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
input[type="radio"] {
	vertical-align: middle;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	background: none;
}

input[type="file"] {
	padding: 0;
	height: auto;
}

button,
input[type="submit"] {
	margin-top: 1em;
}

textarea {
	height: 200px;
	resize: vertical;
	line-height: 1.5;
	outline: none;
}

fieldset {
	margin: 1em 0;
	border: 1px solid #dedede;
}
fieldset legend {
	padding: 0 0.27778em;
}
fieldset + br {
	/* Kill <br> that Contao injects */
	display: none;
}

.main-content form p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.main-content form p b.error,
.main-content form p.error {
	clear: right;
	float: right;
	width: 37.5%;
	margin: 1.375em 0 0;
	font-size: 0.88889em;
}
@media screen and (max-width: 599px) {
	.main-content form p b.error,
	.main-content form p.error {
		float: none;
		width: auto;
	}
}
.main-content label {
	display: block;
	margin-bottom: 0.0625em;
	font-size: 0.88889em;
}
.main-content label .mandatory {
	margin-left: 0.11111em;
	color: #608A40;
}
.main-content input[type="checkbox"] + label {
	display: inline;
}
.main-content fieldset p {
	margin: 0;
}
.main-content fieldset p b.error,
.main-content fieldset p.error {
	float: none;
	width: auto;
	margin: 0.5em 0;
}
.main-content fieldset label {
	display: inline;
	margin: 0;
}
.main-content fieldset label:after {
	/* add line break after label */
	content: "\A";
	white-space: pre;
}
.main-content input,
.main-content textarea,
.main-content select {
	width: 99%;
}

.main-content fieldset {
	width: 95%;
}
@media screen and (max-width: 599px) {
	.main-content input,
	.main-content textarea,
	.main-content select,
	.main-content fieldset {
		width: 100%;
	}
}
.main-content button,
.main-content input[type="submit"] {
	width: auto;
}
@media screen and (max-width: 599px) {
	.main-content button,
	.main-content input[type="submit"] {
		width: 100%;
	}
}

.explanation p,
.captcha_text p {
	margin: 0;
}

.explanation {
	font-size: 0.77778em;
	margin: -0.85714em 0 1.71429em;
	color: #8a8a8a;
}

.captcha_text {
	display: block;
}
label .captcha_text {
	display: inline;
}

.sidebar form input,
.sidebar form textarea,
.sidebar form select,
.sidebar form fieldset,
.sidebar form button {
	width: 100%;
}
.sidebar form label {
	display: block;
	margin-bottom: 0.0625em;
	font-size: 0.88889em;
}
.sidebar form input[type="checkbox"],
.sidebar form input[type="radio"],
.sidebar form input[type="image"] {
	width: auto;
}


#formerror{display:none;}
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {height:auto !important; width:40% !important; color:#c00; background-color:#FDE777; border:4px solid #444; padding:12px;font-size:1em;}
#simplemodal-container a.modalCloseImg {background:url("pfeil.png") no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}
label.error{color:#c00;}

/* =============================================================================
 * Rezepte & Warenkunde
 * ========================================================================== */

 #b_rezepte{
border:0px solid #cc0000;margin:2em;}
#b_rezepte table, #b_rezepte tr,#b_rezepte td {border:0px;}

#rezept_suche{width:75%}
#rezept_suche input{margin:0.5em 0 0.5em 0;}

#rezepte-oekokiste a{display:none;width:47%; padding:0.5em 2em 0.2em 1.5em;float:left; line-height:1.1em;}
#rezepte-oekokiste a:nth-child(2n+1){clear:both;}
#rezept_suche input{margin:0.5em 0 0.5em 0;}
#rezepte-oekokiste ul{margin-left:1em;}
#rezepte-oekokiste .first{display:none;}
.mod_Rezepte, .mod_Warenkunde{margin-left:1em;}
.mod_Rezepte ul{list-style-type:none;}


#rezepte-oekokiste a:before,
#warenkunde  a.back:before {
display:none;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #D0EAA3;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
	padding:2px 1px;
	margin: -5px 5px 2px -1.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF;
    content: "\e019";
    display: inline-block;
    float: left;
    font-family: "RockSolid Icons";
    font-size: 0.77778em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    text-rendering: geometricprecision;
    top: 0.42857em;}
	
#warenkunde a.back:before {margin: -5px 5px 2px 0em;}
.mod_Warenkunde .warenWrap h2:before {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #D0EAA3;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
	padding:2px 1px;
	margin: -5px 5px 2px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF;
    content: "\e019";
    display: inline-block;
    float: left;
    font-family: "RockSolid Icons";
    font-size: 0.77778em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
	font-size:0.7em;
    text-rendering: geometricprecision;
    top: 0.42857em;}
	.mod_Warenkunde .warenWrap h2.ui-state-active:before{ 
        content: "\e015";
  }
  
  .mod_Warenkunde h2{font-size:1.2em;color:#608A40;  }
.mod_Warenkunde .warenkundeProduktListeEintrag{float:left; width:20%;padding:1em 0 1em 1.5em; }
.mod_Warenkunde .warenWrap{clear:both;}
.mod_Warenkunde .warenkundeProduktBild{float:right; margin:0 0.5em 1em 1em;}
.mod_Warenkunde .produktBild img{-webkit-border-radius: 0.5em;	-moz-border-radius: 0.5em;	border-radius: 0.5em;}
/* ===========================================
 * Content elements
 * ======================================== */
.mod_DropDown h2{font-size:1.3em;line-height: 1.1em;font-family:"Arial Narrow", Georgia, "Times New Roman", Times, serif;color:#608A40; color: #5D8437;width:25%; padding:0.25em 0 0 0.2em;}
.mod_DropDown td{margin:0; padding:0 0 0 0.25em; vertical-align:top;}
.mod_DropDown .element {width:32%;}
.mod_DropDown h3{padding-left:0.2em;font-size:1.05em;width:100%;font-family:"Arial Narrow", Georgia, "Times New Roman", Times, serif; color: #5D8437;}
.mod_DropDown .itemTableHeaderRow{display:none;}
.mod_DropDown .itemTableBodyQty{width:20%;}
.mod_DropDown .itemTableBodyArticle{width:70%;}
.mod_DropDown .headerText{float:left; width:59%; margin-top:1em;}
.mod_DropDown .headerText .information{color: #608A40;margin-left:0.5em;}
.mod_DropDown .headerText .information:before{
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #E7EFD9;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
	padding:2px 0px;
	margin: -2px 0px 2px 0em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF;
    content: "\e019";
    display: inline-block;
    float: left;
    font-family: "RockSolid Icons";
    font-size: 0.77778em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    text-rendering: geometricprecision;
    top: 0.42857em;}
	@media screen and (max-width: 990px) {
	.mod_DropDown .element {width:50%;}
	.mod_DropDown h3{padding-left:0.2em;font-size:1.15em;width:100%;font-family:"Arial Narrow", Georgia, "Times New Roman", Times, serif; color: #5D8437;}
	.mod_DropDown .itemTableBodyQty{width:25%;}
.mod_DropDown .itemTableBodyArticle{width:70%;}
	}
	@media screen and (max-width: 599px) {
	.mod_DropDown .element {width:50%;}
	.mod_DropDown h3{padding-left:0.2em;font-size:1.05em;width:100%;font-family:"Arial Narrow", Georgia, "Times New Roman", Times, serif; color: #5D8437;}
	.mod_DropDown .itemTableBodyQty{width:28%;font-size:0.9em;font-family:"PT Sans", sans-serif;color:#608A40;}
.mod_DropDown .itemTableBodyArticle{width:70%;font-size:0.9em;font-family:"PT Sans", sans-serif;	color:#608A40;}
	.mod_DropDown .artikelPreisDropDown{font-size:0.9em;font-family:"PT Sans", sans-serif;	color:#608A40;}
}
/* ===========================================
 * Content elements
 * ======================================== */
.rs-columns > h1,
.teaser-boxes h1,
.icon-boxes h1,
.news-boxes h1 {
	margin: 0 0 0.88889em;
	padding-bottom: 0.33333em;
	border-bottom: 1px solid #e8e8e8;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.05556em;
	color: #696969;
	text-transform: uppercase;
}

.teaser-boxes,
.icon-boxes,
.news-boxes {
	margin: 1em 0;
	/* clearfix */
	overflow: hidden;
}

.teaser-boxes-item {
	font-size: 0.88889em;
	color: #696969;
	position: relative;
   width: 100%; /* for IE 6 */
   border:3px solid #608A40;
   -webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;	
	border-radius: 0.3em;
	overflow:hidden;
}
.teaser-boxes-item:hover,
.teaser-boxes-item:focus {
	text-decoration: none;
	border-bottom:3px solid #608A40;
}
.teaser-boxes-item h2 {
	background-color: silver;
    background-color: hsla(0, 0%, 100%, 0.75);
    position: absolute;
    bottom: 0em;
	left:0em;
	width:100%;
	margin:0 0em 0em 0em;
	padding:0.4em 0.0em 0.4em 0.5em; 
	font-size:0.85em;
	font-family: 'Open Sans','Open Sans Condensed';
	color:#696969;	}
	
.teaser-boxes-item p {
	margin: 0.5em 0 0;
}

.teaser-boxes-item-image {
	position: relative;
	margin: 0 0 0em;
		
}

a:hover .teaser-boxes-item-image:after,
a:focus .teaser-boxes-item-image:after {
	font: 0.5em/1 "RockSolid Icons";
	content: "\e019";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	z-index: 1;

	padding: 0.5em;
	color: #ffffff;
	text-align: center;
	background: #608A40;
}

.teaser-boxes-item-image img {
	display: block;
	width: 100%;
	
	height: auto;
}

.icon-boxes-item {
	font-size: 0.88889em;
	color: #8a8a8a;
}
.icon-boxes-item:hover,
.icon-boxes-item:focus {
	text-decoration: none;
}
.icon-boxes-item[data-icon]:before {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	border: 1px solid #dedede;
	font-size: 1.5em;
	color: #608A40;
}

.icon-boxes-item p {
	margin: 0.5em 0 0;
}

.icon-boxes-item-link {
	font-size: 0.875em;
	letter-spacing: 0.07143em;
	color: #608A40;
	text-transform: uppercase;
}
a:hover .icon-boxes-item-link,
a:focus .icon-boxes-item-link {
	text-decoration: underline;
}

.news-boxes-item {
	font-size: 0.77778em;
	color: #8a8a8a;
}
.news-boxes-item h2 {
	margin: 0;
	font-size: 1.71429em;
	line-height: 1.33333;
	font-weight: normal;
}
.news-boxes-item h2 a {
	color: #696969;
}
.news-boxes-item p {
	margin: 0.28571em 0 0;
}
.news-boxes-item .news-boxes-item-info {
	margin: 0;
	letter-spacing: 0.07143em;
	text-transform: uppercase;
}
.news-boxes-item .news-boxes-item-more {
	margin-top: 0.57143em;
	letter-spacing: 0.07143em;
	text-transform: uppercase;
}

.testimonial {
	margin: 1.125em 0;
	font-size: 1.33333em;
}
@media screen and (max-width: 599px) {
	.testimonial {
		font-size: 1em;
	}
}
.sidebar .testimonial {
	font-size: 1em;
}
@media screen and (max-width: 599px) {
	.sidebar .testimonial {
		font-size: 1em;
	}
}
.rsts-main .testimonial {
	margin: 0;
}
.testimonial p {
	margin: 0.5em 0;
	color: #696969;
}

.testimonial-author {
	padding-right: 2.77778em;
	font-size: 0.75em;
	color: #8a8a8a;
}
.sidebar .testimonial-author {
	padding-right: 3.57143em;
	font-size: 0.77778em;
}
@media screen and (max-width: 599px) {
	.testimonial-author {
		padding-right: 3.57143em;
		font-size: 0.93333em;
	}
}
.testimonial-author img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 2.22222em;
	margin: 0 0.33333em 0 0;
}
.testimonial-author small {
	font-size: inherit;
}

.newsletter-box {
	padding: 1.33333em 6.25%;
	border: 1px solid #056799;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	color: #ffffff;
	background: #608A40;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.sidebar .newsletter-box {
	padding-right: 11.11111%;
	padding-left: 11.11111%;
}
@media screen and (max-width: 900px) {
	.sidebar .newsletter-box {
		padding-right: 5.55556%;
		padding-left: 5.55556%;
	}
}
@media screen and (max-width: 599px) {
	.sidebar .newsletter-box {
		padding-right: 6.25%;
		padding-left: 6.25%;
	}
}
.sidebar .block + .newsletter-box {
	margin-top: 1.77778em;
}
.newsletter-box:before {
	content: "";
	float: right;
	width: 5.33333em;
	height: 5.55556em;
	margin-left: 0.77778em;
	background: url("../img/newsletter-bg.png") 50% 50% no-repeat;
	background-size: 100% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
	.newsletter-box:before {
		background-image: url("../img/newsletter-bg-x2.png");
	}
}
.newsletter-box h1,
.newsletter-box h2 {
	padding: 0;
	border: 0;
	letter-spacing: normal;
	text-transform: none;
}
.newsletter-box h1 {
	margin: -0.16667em 0 0;
	font-size: 1.33333em;
	font-weight: normal;
	line-height: 1.125;
	color: inherit;
}
.newsletter-box h2 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #b4dbef;
}
.newsletter-box form {
	margin: 0;
}
.newsletter-box .formbody {
	position: relative;
	width: 18.33333em;
	max-width: 100%;
	margin: 0.66667em 0 0;
}
.newsletter-box .formbody input {
	display: block;
	width: 100%;
	padding-right: 2.66667em;
	border-color: #2b3c4d;
	color: #343434;
}
.newsletter-box .formbody button {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	overflow: hidden;
	margin: 0;
	padding: 0.72222em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0 1.5px 1.5px 0;
	border-radius: 0 1.5px 1.5px 0;
	line-height: 0;
	text-align: left;
	text-indent: -99em;
}
.newsletter-box .formbody button:after {
	font: 0.77778em/1 "RockSolid Icons";
	content: "\e0ce";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	display: block;
}
.newsletter-box .formbody .error {
	color: #9b1313;
}

.icon-links {
	font-size: 0.88889em;
}
.icon-links h1 {
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.07143em;
	color: #8a8a8a;
	text-transform: uppercase;
}
.icon-links ul {
	margin: 0;
	padding: 0;
}
.icon-links li {
	list-style: none;
	display: inline;
}
.icon-links a {
	display: block;
	padding: 0.25em 0;
	border-bottom: 1px solid #dedede;
	color: inherit;
	text-decoration: none;
}
.icon-links a:before {
	font: 0.375em/1 "RockSolid Icons";
	content: "\e019";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: -0.33333em;
	margin-right: 1.66667em;
	padding: 0.66667em;
	border: 1px solid #dedede;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	color: #608A40;
}
.icon-links a[data-icon]:before {
	content: attr(data-icon);
	top: 0;
	border: 0;
	margin-right: 0.66667em;
	padding: 0;
	font-size: 0.9375em;
	color: inherit;
}

.icon-links-label {
	color: #343434;
}
a:hover .icon-links-label,
a:focus .icon-links-label {
	text-decoration: underline;
}

.embed-container {
	position: relative; 
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0; 
	overflow: hidden; 
	width: 91%;
	height: auto;
	margin:1.0em 1.75em 1.5em 2em;
}
.embed-container iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


.ce_accordionSingle{margin:0 0 0 0.75em;}

.author-box {clear:both;margin:0 0 2em 0;}

.author-box h1 {
	margin: 2em 0 1em;
	padding: 0 0 0.42857em;
	border-bottom: 1px solid #e8e8e8;
	font-size: 0.77778em;
	font-weight: 600;
	letter-spacing: 0.07143em;
	color: #8a8a8a;
	text-transform: uppercase;
}
.author-box .image-container{
	width:200px; 
	height:200px;
	overflow:hidden;	
	float: right;
	margin: 0 0 0.75em 0.75em;		
	border-radius: 0.3em;    
	border:3px solid #608A40;}

.author-box img {
	width:200px;
	float:right;

}

.author-box p {
	margin: 0em 0 1em 0em;
}

.author-box-links {
	margin: 1em 0;
	padding: 0;
	font-size: 0.77778em;
	letter-spacing: 0.07143em;
	text-align: center;
	text-transform: uppercase;
}
.author-box-links li {
	display: inline;
	list-style: none;
}
.author-box-links a {
	display: inline-block;
	margin: 0.35714em 0.21429em 0.28571em;
	padding: 0.57143em 1.42857em;
	border: 1px solid #dedede;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.author-box-links a:hover,
.author-box-links a:focus {
	border-color: #c7c7c7;
	text-decoration: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.image_container {
	position: relative;
	display: inline-block;
	padding: 0;
	border: 0px solid #dedede;
	width:100%;
}
.image_container.no-border,
.no-border .image_container {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}
.image_container img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.3em;    
	border:3px solid #608A40;
}

.main-content .boxes4ward_article{
	margin: 1em -1em 0 -2.5em;
	border:0px solid #cc0000;}

.main-content .boxes4ward_article  img{
	display: block;
	width: 100%;
	height: auto;  
    border-radius: 1.5em;
	border:3px solid #608A40;
}


.main-content .mod_boxes4ward .rsts-crop{
	border-radius: 1.2em;    
    max-height:375px; 
	margin:-0.45em 0 0 0.5em ;
	background-color:inherit;
	display: block;
	width: 100%;
	height: 100%;
	 padding:0;
	
}
.rsts-skin-default.rsts-type-fade .rsts-slide {
    background-color:inherit;
}
.mod_rocksolid_slider {	
	display: block;
	height: 250px;
	margin:0em 0 1em 0; padding:0;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;    
	border:3px solid #608A40;
	position:relative;
}
.rsts-nav{position:absolute;bottom:2em; margin:0 auto;}
.mod_rocksolid_slider h1{position:absolute;z-index:1000; left:0.5em; bottom:0;font-size:0.9em;}

.mod_rocksolid_slider .image_container img {
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    display: block;
    height: auto;
	border:0;
	width:65%;
    margin:0 auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
	
}

.mod_rocksolid_slider .caption{position:absolute;z.index:10;bottom:0em;}
.main-content .mod_boxes4ward .mod_MainSlider .swipe{margin-left:20em;}
.main-content .mod_boxes4ward .sliderPageImage1{margin-right:10%}
.main-content .mod_boxes4ward .sliderPageImage1 .name{margin-left:15%}


.main-content .mod_boxes4ward .mod_MainSlider img{
	display: block;
	width: 100%;height: auto;
	margin:0 2%; padding:0;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;  
	border:0px solid #608A40;
}

.main-content .boxes4ward_article h1{
	background-color: #608A40;
	font-family:"Arial Narrow", Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 9em;
	left: 1.5em;
    font-size: 1.6em;font-weight:300;
	padding: 20px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	color: white;
	height:260px;
	width: 260px;
    z-index: 1;}
	

.main-content .boxes4ward_article h2{
background-color: #608A40;font-family:"Arial Narrow", Georgia, "Times New Roman", Times, serif;
   position: absolute;font-weight:300;
  top: 11.25em;
  left: 1.75em;
    font-size: 1.3em;
  padding: 20px;
  -webkit-border-radius: 1.3em;
  -moz-border-radius: 1.3em;
  border-radius: 1.3em;
  color: white;
 height:260px;
	width: 260px;
    z-index: 1;}
	
.main-content .mod_rocksolid_slider h1{
background-color: #608A40;font-family:"Arial Narrow", Georgia, "Times New Roman", Times, serif;
   position: absolute;font-weight:300;
  top: 1.75em;
  left: 1.75em;
    font-size: 1.6em;
  padding: 25px 25px;
  -webkit-border-radius: 1.3em;
  -moz-border-radius: 1.3em;
  border-radius: 1.3em;
  color: white;
 height:260px;
	width: 260px;
    z-index: 1;}
	
.main-content .mod_MainSlider h1{
background-color: #608A40;font-family:"Arial Narrow", Georgia, "Times New Roman", Times, serif;
   position: absolute;font-weight:300;
  top: -1em;
  left: 0.75em;
    font-size: 1.6em;
  padding: 25px 25px;
  -webkit-border-radius: 1.3em;
  -moz-border-radius: 1.3em;
  border-radius: 1.3em;
  color: white;
 height:260px;
	width: 260px;
    z-index: 1;}
@media screen and (max-width: 1040px) {

.main-content .boxes4ward_article{
	margin: 1em -1em 0 -2.3em; }

.main-content .boxes4ward_article   img{
	margin:0; padding:0;}
	
.main-content .boxes4ward_article h1{
   top: 9.25em;font-weight:300;
  left: 1.0em;
    font-size: 1.4em;
  padding: 20px;
  height:220px;
	width: 220px;
   }

.main-content .boxes4ward_article h2{
  top: 11.25em;
  left: 1.0em;
    font-size: 1.0em;
  padding: 20px;
 height:220px;
	width: 220px;
   }
	
.main-content .mod_rocksolid_slider h1{
  top: 1.2em;
  left: 1em;
    font-size: 1.4em;
  padding: 20px;
  color: white;
 height:220px;
	width: 220px;
    }
	
}
@media screen and (max-width: 1100px) {

.main-content .mod_boxes4ward .sliderPageImage1 img{max-width:70%;}
.main-content .mod_boxes4ward .sliderPageImage1 .name{margin-left:2%}
}


@media screen and (max-width: 900px) {
.main-content .boxes4ward_article{
	margin: 1em -1em 0 -3.2em;border:0px solid #cc0000;}

.main-content .boxes4ward_article .image_container img{
	display: block;
	width: 100%;
	height: auto;
}

.main-content .mod_boxes4ward .mod_rocksolid_slider  img{
	display: block;
	width: 105%;height: auto;
	margin:0; padding:0;
}

.main-content .boxes4ward_article h1{
  top: 9em;font-weight:300;
  left: 1.2em;
    font-size: 1.4em;
  padding: 20px;
 height:200px;
	width: 200px;
   }
	

.main-content .boxes4ward_article h2{
  top: 12.25em;font-weight:300;
  left: 1.75em;
    font-size: 1.1em;
  padding: 20px;
 height:200px;
	width: 200px;
   }
   
   
.main-content .mod_boxes4ward .mod_MainSlider{
	display: block;
	width: 100%;height: auto;
	margin:0 0 0 0px; padding:2% 0;
	border-bottom-right-radius: 1.3em;    
    border-top-right-radius: 1.3em;
	border:5px solid #608A40;
	background-color:#fff;
}
.main-content .mod_boxes4ward .mod_MainSlider .swipe{margin-left:13.5em;}
.main-content .mod_boxes4ward .sliderPageImage1{margin-right:2%}
.main-content .mod_boxes4ward .sliderPageImage1 .name{margin-left:10%}
	.main-content .mod_MainSlider h1{
  top: 0em;
  left: 0.5em;
    font-size: 1.4em;
 height:200px;
	width: 200px;
   }
	
	
.main-content .mod_rocksolid_slider h1{
  top: 0.75em;font-weight:300;
  left: 1.0em;
    font-size: 1.4em;
  padding: 20px;
 height:200px;
	width: 200px;
    }


}




@media screen and (max-width: 599px) {
.main-content .boxes4ward_article{padding:0;
	margin: 0em -0.2em 0 -0.2em;border:5px solid #608A40; background-color: #608A40; border-bottom-right-radius: 1.3em;
    border-top-right-radius: 1.3em;}
.start .main-content .boxes4ward_article{padding:0;
	margin: 0em -0.2em 0 -0.2em;border:0px solid #608A40;  border-bottom-right-radius: 1.3em;
    border-top-right-radius: 1.3em;}
.main-content .mod_boxes4ward p{margin:0; padding:0;}
	
.main-content .mod_boxes4ward   img{
	margin:0em 0em 0 0em; padding:0;width:100%;
 	border:0px solid #608A40;border-top:0px solid #608A40;
	 border-radius:0;border-bottom-right-radius: 1.0em;  border-top-right-radius: 1.0em;
}
.main-content .boxes4ward_article h1{
  position:inherit;font-weight:300;
  font-size: 1.35em;
  padding: 0.2em 0.1em;
	width: 98%;margin:0; height:30px;
 border:0px solid #608A40;border-bottom:0px;
    }

.main-content .boxes4ward_article h2{
  position:inherit;font-weight:300;
    font-size: 1.15em;
  padding: 10px;
 height:30px;
	width: 350px;
    }
.main-content .boxes4ward_article{
}

.main-content .mod_boxes4ward .rsts-crop{
	border-bottom-right-radius: 1.2em;    
    border-top-right-radius: 1.2em;max-height:375px; margin:-0.45em 0 0 0em ;background-color:inherit;
	display: block;background-color: #608A40;
	width: 120%;
	height: 120%;
	 padding:0;border:5px solid #608A40;
	
}

.main-content .mod_boxes4ward .mod_rocksolid_slider img{
margin-left:0px;width:150%;border:0;
}

.main-content .mod_rocksolid_slider h1{
  position:inherit;font-weight:300;
  font-size: 1.2em;
  padding: 0em 0.15em;
	width: 98%;margin:0; height:25px;
    }
	
}

@media screen and (max-width: 399px) {
.main-content .boxes4ward_article{padding:0;
	margin: 0em -0.2em 0 -0.3em;border:5px solid #608A40; background-color: #608A40; border-bottom-right-radius: 1.3em;
    border-top-right-radius: 1.3em;}
	
.main-content .mod_boxes4ward .mod_rocksolid_slider img{
border:0px solid #608A40;
}

.main-content .mod_boxes4ward p{margin:0; padding:0;}
	
.main-content .mod_boxes4ward   img{
	margin:0em 0em 0 0em; padding:0;width:100%;
 	border:0px solid #608A40;border-top:0px solid #608A40;
	 border-radius:0;border-bottom-right-radius: 1.0em;  border-top-right-radius: 1.0em;
}
.main-content .boxes4ward_article h1{
  position:inherit;font-weight:300;
  font-size: 1.2em;
  padding: 0.2em 0.15em;
	width: 98%;margin:0; height:25px;
 border:0px solid #608A40;border-bottom:0px;
    }
.main-content .mod_rocksolid_slider h1{
 position:inherit;font-weight:300;
  font-size: 1.2em;
  padding: 0.2em 0.15em;
	width: 98%;margin:0; height:25px;
    }
	
	.main-content .mod_boxes4ward .mod_MainSlider .swipe{margin-top:0.5em;min-width:98%}
.main-content .mod_boxes4ward .sliderPageImage1{margin-right:2%}
.main-content .mod_boxes4ward .sliderPageImage1 .name{margin-left:10%}

	
	
.main-content .mod_rocksolid_slider h1{
 position:inherit;font-weight:300;
  font-size: 1.2em;
  padding: 0.2em 0.15em;
	width: 98%;margin:0; height:25px;clear:both;
    }

}

	

	
	
.image_container a {
	display: block;
}
.image_container a:hover:before,
.image_container a:focus:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
}
.image_container a:hover:after,
.image_container a:focus:after {
	font: 0.55556em/1 "RockSolid Icons";
	content: "\e019";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	z-index: 2;
	padding: 0.5em;
	color: #ffffff;
	text-align: center;
	background: #608A40;
}
.image_container figcaption,
.image_container .caption {
	/* overwrite elements style attribute */
	width: 100% !important;
	padding: 0.28571em 0 0;
	font-size: 0.77778em;
	color: #8a8a8a;
}

.image_container.float_right,
.image_container.float_left {
	float: right;
	width: 43.75% !important;
	margin: 0.44444em 0 0.88889em 6.25%;
}
@media screen and (max-width: 599px) {
	.image_container.float_right,
	.image_container.float_left {
		width: auto !important;
	}
}
.no-resize .image_container.float_right,
.image_container.float_right.no-resize,
.no-resize .image_container.float_left,
.image_container.float_left.no-resize {
	width: auto !important;
}
@media screen and (max-width: 599px) {
	.image_container.float_right,
	.image_container.float_left {
		margin-left: 0;
		float: none !important;
	}
}
.opensauce-fullwidth .image_container.float_right,
.opensauce-fullwidth .image_container.float_left {
	width: 26.92308% !important;
	margin: 0.44444em 0 0.88889em 3.84615%;
}
@media screen and (max-width: 900px) {
	.opensauce-fullwidth .image_container.float_right,
	.opensauce-fullwidth .image_container.float_left {
		width: 43.75% !important;
	}
}
@media screen and (max-width: 599px) {
	.opensauce-fullwidth .image_container.float_right,
	.opensauce-fullwidth .image_container.float_left {
		width: auto !important;
	}
}
@media screen and (max-width: 900px) {
	.opensauce-fullwidth .image_container.float_right,
	.opensauce-fullwidth .image_container.float_left {
		margin-left: 6.25%;
	}
}
@media screen and (max-width: 599px) {
	.opensauce-fullwidth .image_container.float_right,
	.opensauce-fullwidth .image_container.float_left {
		margin-left: 0;
	}
}
.opensauce-fullwidth .no-resize .image_container.float_right,
.opensauce-fullwidth .image_container.float_right.no-resize,
.opensauce-fullwidth .no-resize .image_container.float_left,
.opensauce-fullwidth .image_container.float_left.no-resize {
	width: auto !important;
}

.image_container.float_left {
	float: left;
	margin: 0.44444em 6.25% 0.88889em 0;
}
@media screen and (max-width: 599px) {
	.image_container.float_left {
		margin-right: 0;
	}
}
.opensauce-fullwidth .image_container.float_left {
	margin: 0.44444em 3.84615% 0.88889em 0;
}
@media screen and (max-width: 900px) {
	.opensauce-fullwidth .image_container.float_left {
		margin-right: 6.25%;
	}
}
@media screen and (max-width: 599px) {
	.opensauce-fullwidth .image_container.float_left {
		margin-right: 0;
	}
}

.ce_youtube-wrapper {
	position: relative;
	/* ratio 16 to 9 */
	margin: 1.33333em 0;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.ce_youtube-wrapper iframe,
.ce_youtube-wrapper object,
.ce_youtube-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-video,
.mejs-audio {
	margin: 1.11111em 0;
}

.ce_gallery.-per-row-1 > ul > li {
	width: 100%;
}
.ce_gallery.-per-row-2 > ul > li {
	width: 49.25%;
}
.ce_gallery.-per-row-3 > ul > li {
	width: 32.33333%;
}
.ce_gallery.-per-row-4 > ul > li {
	width: 23.875%;
}
.ce_gallery.-per-row-5 > ul > li {
	width: 18.8%;
}
.ce_gallery.-per-row-6 > ul > li {
	width: 15.41667%;
}
.ce_gallery.-per-row-7 > ul > li {
	width: 13%;
}
.ce_gallery.-per-row-8 > ul > li {
	width: 11.1875%;
}
.ce_gallery.-per-row-9 > ul > li {
	width: 9.77778%;
}
.ce_gallery.-per-row-10 > ul > li {
	width: 8.65%;
}
.ce_gallery.-per-row-11 > ul > li {
	width: 7.72727%;
}
.ce_gallery.-per-row-12 > ul > li {
	width: 6.95833%;
}
@media screen and (max-width: 599px) {
	.ce_gallery {
		/* doubled class for specificity */
	}
	.ce_gallery.ce_gallery > ul > li {
		width: auto;
	}
}
.ce_youtube-wrapper, .ce_player, .ce_gallery{margin-left:0.75em;margin-right:0.75em;}

.ce_gallery > ul {
	zoom: 1;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.ce_gallery > ul:before {
	content: "";
	display: table;
}
.ce_gallery > ul:after {
	content: "";
	display: table;
	clear: both;
}
.ce_gallery > ul > li {
	float: left;
	width: 23.875%;
	margin: 1.5% 0 0 1.5%;
}
@media screen and (max-width: 599px) {
	.ce_gallery > ul > li {
		margin-right: 0;
		margin-left: 0;
	}
}
.ce_gallery > ul > li.col_first {
	clear: left;
	margin-left: 0;
}
.ce_gallery > ul > li.col_last {
	/* for rounding failures */
	margin-right: -1%;
}
.ce_gallery > ul > li > .image_container {
	width: 100%; height:125px; overflow:hidden;-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;	
	border-radius: 0.5em;
	border:3px solid #608A40;
}
.ce_gallery img {
	width: 100%;
	height: auto;
	border:0;
}

.enclosure,
.ce_downloads {
	margin: 1.6875em 0;
	padding: 1.25em 1.875em;
	border: 1px solid #dedede;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	font-size: 0.88889em;
	background: #ffffff;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.enclosure h1,
.enclosure h2,
.enclosure h3,
.enclosure h4,
.enclosure h5,
.enclosure h6,
.ce_downloads h1,
.ce_downloads h2,
.ce_downloads h3,
.ce_downloads h4,
.ce_downloads h5,
.ce_downloads h6 {
	margin: -1.75em -2.58333em 1.66667em;
	padding: 0.66667em 1.66667em;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.08333em;
	color: #ffffff;
	text-transform: uppercase;
	background: #696969;
}
.enclosure h1:before,
.enclosure h2:before,
.enclosure h3:before,
.enclosure h4:before,
.enclosure h5:before,
.enclosure h6:before,
.ce_downloads h1:before,
.ce_downloads h2:before,
.ce_downloads h3:before,
.ce_downloads h4:before,
.ce_downloads h5:before,
.ce_downloads h6:before {
	font: 1.16667em/1 "RockSolid Icons";
	content: "\e06d";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 0.07143em;
	float: right;
}
.enclosure ul,
.enclosure p,
.ce_downloads ul,
.ce_downloads p {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ce_accordion .toggler {
	padding: 0em 0 0.5em 0em;
		outline: none;
	font-size: 1.1em;
	color: #608A40;
	
}

.ce_accordion p{margin-left:1em;}

/*
.ce_accordion .toggler:before {
	font: 0.77778em/1 "RockSolid Icons";
	content: "\e009";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	top: 0.42857em;
	float: right;
	color: #ffffff;
	background: #608A40;
}
*/
.ce_accordion .toggler:hover {
	color: #608A40;
}
.ce_accordion .toggler:hover:before {
	font-size: 1em;
	top: 0.22222em;
	left: 0.11111em;
}
/*
.ce_accordion .toggler.active:before {
	content: "\e00c";
}
*/
.accordionHeader, .ui-accordion-header{cursor:pointer;}


/* ===========================================
 * Slider styles
 * ======================================== */
.rsts-skin-testimonials.rsts-main {
	position: relative;
	margin: 1.5em 0;
}
.rsts-skin-testimonials .rsts-header {
	border-bottom: 1px solid #e8e8e8;
}

.rsts-caption {display:none;}

.rsts-skin-testimonials .rsts-header h1,
.rsts-skin-testimonials .rsts-header h2,
.rsts-skin-testimonials .rsts-header h3,
.rsts-skin-testimonials .rsts-header h4,
.rsts-skin-testimonials .rsts-header h5,
.rsts-skin-testimonials .rsts-header h6 {
	margin: 0;
	padding: 0.14286em 0 0.64286em;
	font-size: 0.77778em;
	font-weight: 600;
	color: #8a8a8a;
	letter-spacing: 0.07143em;
	text-transform: uppercase;
}
.rsts-skin-testimonials .rsts-prev,
.rsts-skin-testimonials .rsts-next {
	position: absolute;
	right: 1.33333em;
	bottom: 0.66667em;
	overflow: hidden;
	text-indent: -99em;
	line-height: 0;
}
.sidebar .rsts-skin-testimonials .rsts-prev,
.sidebar .rsts-skin-testimonials .rsts-next {
	bottom: 0.33333em;border:1px solid #cc0000;
}
.rsts-skin-testimonials .rsts-prev:after,
.rsts-skin-testimonials .rsts-next:after {
	font: 0.44444em/1 "RockSolid Icons";
	content: "\e018";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	display: block;
	padding: 0.75em;
	color: #ffffff;
	background: #608A40;
}
.rsts-skin-testimonials .rsts-next {
	right: 0;border:1px solid #cc0000;
}
.rsts-skin-testimonials .rsts-next:after {
	content: "\e019";
}
.rsts-skin-testimonials .rsts-nav {
	position: absolute;
	right: -5px;
	top: 2px;
	line-height: 0;border:1px solid #cc0000;
}
.rsts-skin-testimonials .rsts-nav ul {
	margin: 0;
	padding: 0;
}
.rsts-skin-testimonials .rsts-nav li {
	display: inline;
}
.rsts-skin-testimonials .rsts-nav a {
	float: left;
	width: 17px;
	height: 17px;
	overflow: hidden;
	outline: none;
	padding: 5px;
	text-indent: -99em;
}
.rsts-skin-testimonials .rsts-nav a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #dedede;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
.rsts-skin-testimonials .rsts-nav a:hover:after,
.rsts-skin-testimonials .rsts-nav a.active:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	width: 11px;
	height: 11px;
	margin: -2px;
}
.rsts-skin-testimonials .rsts-nav-prev,
.rsts-skin-testimonials .rsts-nav-next {
	display: none;
}

.rsts-skin-light .rsts-nav {
	position: absolute;
	bottom: 20px;
	margin: 0;
	width: 100%;border:1px solid #cc0000;
}

/* ===========================================
 * Module styles (Search, FAQ, News, Events, Comments, Sitemap etc.)
 * ======================================== */
 a.back:before,
 .back a:before,
.previous a:before,
.next a:after {
	font: 0.66667em/1 "RockSolid Icons";
	content: "\e018";
	
	text-indent: 0;
	display: inline-block;
	 -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #E7EFD9;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
	padding:2px 2px;
	margin: 0px 5px 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF;
       display: inline-block;
    float: left;
    font-family: "RockSolid Icons";
    font-size: 0.77778em;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    text-rendering: geometricprecision;
    top: 0.42857em;
}

.next a:after {
	content: "\e019";
	margin-right: 0;
	margin-left: 0.5em;
}

.pagination > p {
	text-align: center;
}
.pagination ul {
	list-style-type: none !important;
	text-align: center;
}
.pagination li {
	display: inline-block;
}
.pagination li a,
.pagination li span {
	padding: 4px 12px;
	background-color: #ffffff;
}
.pagination li .current {
	border-bottom: 1px solid #e8e8e8;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.news-image-teaser {
	position: relative;
	margin: 2em 0;
	padding: 0 0 0 12.5%;
}
@media screen and (max-width: 599px) {
	.news-image-teaser {
		padding-left: 0;
	}
}
.news-image-teaser.-no-date {
	padding-left: 0;
}
.news-image-teaser h1 {
	margin: 0 0 0.25em;
	padding: 0 0 0.3125em;
	border-bottom: 1px solid #dedede;
	font-size: 1.77778em;
	font-weight: normal;
	line-height: 1.1875;
	color: #696969;
}
@media screen and (max-width: 599px) {
	.news-image-teaser h1 {
		margin-right: 18.75%;
	}
}
.news-image-teaser time {
	position: absolute;
	top: 0.19444em;
	left: 0;
	width: 9.375%;
	border: 1px solid #dedede;
	font-size: 2em;
	font-weight: 600;
	line-height: 1;
	color: #8a8a8a;
	text-align: center;
	background: #ffffff;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02));
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 599px) {
	.news-image-teaser time {
		left: auto;
		right: 0;
		width: 15.625%;
	}
}
.news-image-teaser time:before {
	font: 0.69444em/1 "RockSolid Icons";
	content: "\e06b";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	display: block;
	margin: -1px -1px 0.08em -1px;
	padding: 0.72em 0;
	color: #ffffff;
	background: #608A40;
}
.news-image-teaser time b {
	display: block;
	margin: -0.19048em 0 0.2381em;
	font-size: 0.58333em;
	font-weight: inherit;
	text-transform: uppercase;
}
.news-image-teaser time i {
	display: none;
}
.news-image-teaser img {
	display: block;
	width: 100%;
	height: auto;
}
.news-image-teaser p {
	margin: 0.66667em 0;
	color: #8a8a8a;
}
.news-image-teaser .news-image-teaser-info {
	margin: 0.57143em 0 1em;
	font-size: 0.77778em;
	color: inherit;
}
.news-image-teaser .news-image-teaser-more {
	font-size: 0.88889em;
	text-transform: uppercase;
}

.mod_calendar th.previous a:after,
.mod_calendar th.previous a:before,
.mod_calendar th.next a:after,
.mod_calendar th.next a:before {
	display: none;
}
.mod_calendar th.current {
	border-right: 0;
	border-left: 0;
	text-align: center;
}
.mod_calendar th.current:before {
	font: 16px/1 "RockSolid Icons";
	content: "\e037";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 6px;
}
.mod_calendar th.previous {
	border-right: 0;
}
.mod_calendar th.next {
	border-left: 0;
	text-align: right;
}
.mod_calendar th.label {
	font-size: 0.66667em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.07143em;
}
.mod_calendar td {
	vertical-align: top;
	width: 14.28571%;
}
.mod_calendar td.today {
	font-weight: 600;
	background-color: #dedede;
}
.mod_calendar .event {
	font-size: 0.66667em;
}
.mod_calendar .minicalendar td {
	padding: 0.16667em;
	text-align: center;
}

.mod_calendar,
.mod_eventlist{
	margin-left:1em;
	margin-right:2em;
}
.mod_eventlist a {
	font-size: 1.2em;
	line-height:1em;
}
.mod_eventlist .header{
	float:left; 
	width:15%;
	display:block;
	clear:both;
	font-size:1.4em;
	margin-bottom:0.5em;
	font-family: 'Open Sans Condensed';
	font-weight:400;
}
.mod_eventlist .day{display:none;}
.mod_eventlist .time{font-size:0.9em;}

.mod_eventlist .event{
	float:left;
	width:80%;
	display:block; 
	margin-top:0em;
	margin-bottom:0.75em;
}
.mod_eventlist h2{
	margin:0.15em 0 0 0;
	color:#608A40;
	font-size:1.25em;
}
.mod_faqlist ul {
	list-style: none;
	padding-left: 0;
}
.mod_faqlist li:before {
	font: 100%/1 "RockSolid Icons";
	content: "\e0f7";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 0.44444em;
}

.mod_faqreader .info {
	font-size: 0.77778em;
	color: #8a8a8a;
}

.mod_login form p.error {
	float: none;
	width: auto;
	margin: 1em 0;
}
.mod_login input {
	width: 80%;
}
.mod_login table {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mod_login table td {
	border: 0;
	padding: 0.33333em 0;
}

.mod_search {
	margin: 1.5em 0;
}
.mod_search form input {
	vertical-align: middle;
}
.mod_search form input[type="search"] {
	width: 74.375%;
	margin: 0;
	padding-top: 0.61111em;
	padding-bottom: 0.5em;
}
.mod_search form input[type="submit"] {
	width: 25%;
	margin: 0 -2% 0 0;
}
.mod_search .relevance {
	float: right;
	margin-top: 0.71429em;
	font-size: 0.58333em;
}
.mod_search .header {
	padding-bottom: 0.27778em;
	border-bottom: 1px solid #dedede;
	color: #8a8a8a;
}
.mod_search .highlight {
	padding: 0 0.22222em;
	font-weight: 600;
	background: #cde7f4;
}
.mod_search .url {
	padding-bottom: 1.42857em;
	border-bottom: 1px dotted #dedede;
	font-size: 0.77778em;
	color: #8a8a8a;
}
.mod_search .url:before {
	font: 100%/1 "RockSolid Icons";
	content: "\e0b5";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 0.35714em;
}
.mod_search .url .filesize {
	font-size: 0.85714em;
}

.comment_default {
	margin: 1.6875em 0;
	padding: 1.25em 6.25% 0;
	border: 1px solid #dedede;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	font-size: 0.88889em;
	background: #ffffff;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.comment_default .info {
	margin-top: 0;
	border-bottom: 1px solid #dedede;
}
.comment_default .reply {
	margin-left: 6.66667%;
}
.comment_default .reply .info {
	font-weight: 600;
}

.ce_comments .form {
	margin-top: 3.33333em;
}
.ce_comments .form .widget {
	margin-top: 1.33333em;
}

.mod_sitemap ul {
	padding-left: 0;
	list-style-type: none;
}
.mod_sitemap ul li li {
	padding: 0.1875em 0 0.1875em 1.75em;
	font-size: 0.88889em;
}
.mod_sitemap ul li li.submenu ul {
	margin: 0;
}
.mod_sitemap > ul > li:before {
	font: 100%/1 "RockSolid Icons";
	content: "\e083";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	margin-right: 0.55556em;
	color: #608A40;
}

/* ===========================================
 * Footer styles
 * ======================================== */
.page-footer {
	clear: both;
	zoom: 1;
	position: relative;
	max-width: 1180px;
	margin: 0em auto 0 auto;
	padding: 0 1.55556%;
	}
.footer-logos{display:none;}


.page-footer #foot_text img{
	display: block;
	width: 100%;
	height: auto;	}
.page-footer #foot_line{display:none;}
.page-footer .mod_navigation{margin:0; padding:0;}
.page-footer .mod_navigation ul{margin:0; padding:0;}

.page-footer p{font-size:0.9em;margin:0;}
.page-footer .center{text-align:center;}
.page-footer a.first{font-size:1.3em;color: #608A40;text-align:center;
	margin:0;padding:0;color: #608A40;
	font-family:Georgia, "Times New Roman", Times, serif;}	
.page-footer li.first span.active {font-size:1.3em;color: #608A40;text-align:center;
	margin:0;padding:0;}	
.page-footer .mod_subscribe input{width:15em;-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;}
	#foot_text{margin:0;}
	
.page-footer .ce_text{width:100%;margin-top:1.0em;}

	
@media screen and (max-width: 900px) {
	.page-footer {
		margin-right: 1.55556%;
		margin-left: 1.55556%;
	}
}

.footer-navigation-wrapper {
	/* clearfix */
	overflow: hidden;
	margin: 0 0;
	padding: 0.3% 0;
	
	font-size: 0.66667em;
	font-weight: 600;
	color: #8a8a8a;
	text-transform: uppercase;
}
@media screen and (max-width: 599px) {
.page-footer #foot_line{display:block;margin:0 0 20px 0;}
.page-footer #foot_line img{
		width: 100%;
	height: auto;	}
	.footer-navigation-wrapper {
		font-size: 0.8em;
	}
}

.footer-navigation {
	float: left;
}
@media screen and (max-width: 900px) {
	.footer-navigation {
		float: none;
	}
}
.footer-navigation ul {
	margin: 0;
	padding: 0;
}
.footer-navigation li {
	display: inline;
}
.footer-navigation li:after {
	content: " ";
}
.footer-navigation a,
.footer-navigation li > span {
	margin-right: 1.5em;
	color: inherit;
}

.footer-info {
	float: right;
	font-weight: normal;
}
@media screen and (max-width: 900px) {
	.footer-info {
		margin-top: 1em;
		float: none;
	}
}
.footer-info p {
	margin: 0;
}
.footer-info a {
	color: inherit;
}
.footer-info i {
	font-style: normal;
	color: #b8b8b8;
}
.footer-info i:before {
	content: " " "\2022" " ";
	margin: 0 0.5em;
	color: #8a8a8a;
}
#content-footer{ margin:0.5em 0 0 0;}
.page-footer .facebook img{margin:0.5em 0 0 0; max-width:60px;}
.page-footer .oekokiste img{margin:0.5em 0 0 0;max-width:100px;}
#content-footer a:after{content:""}
@media screen and (max-width: 700px) {
.page-footer .-small-first{
		width:100%;
	}
	
.page-footer .-small-last{
width:100%; text-align:center;
}