/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
	color: #262626;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
  margin-right: 10px;
}

#background {
    background: url(DBV49_3.jpg) left -450px no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
body {
	font-family: "droid serif", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	height: 100%;
	z-index: 1;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
 * Allgemeine Styles
 */


.fn-mobile {
	display:none;
}
img {
	border: none;
}
p, table {
	font-family: "droid sans", Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #262626;
	font-size: 1em;
	margin: 0 0 0.5em 0;
	line-height: 1.5em;
	font-weight:300;
}
a {
	font-family: "droid serif", Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #45a12a;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
a:hover, #access a.active {
	color: #45a12a;
}
h1, h2, h3, h4 {
	font-family: "droid serif", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #45a12a;
	display: block;
	margin: 0 0 1em 0;
	line-height:1.1em;
	padding: 0;
}
h1 {
	font-size: 2.0em;
	font-weight:300;
}
h2 {
	font-size: 1.6em;
	font-weight: 300;
}
#col h2 {
	font-family: "droid sans", Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #38682c;
	letter-spacing: 0.07em;
}
h3 {
	font-family: "droid sans", Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0.4em 0 0.5em;
	font-size: 1em;
	font-weight:600;
	line-height:1.4em;
	color:#38682c;
	letter-spacing:0.07em;
}
h4 {
	color: #262626;
	margin: 0.7em 0 0 0;
	font-size: 1.6em;
	padding: 0;
}
ul {
	padding: 0 0 0 3em;
	margin: 0.7em 0 1em;
}
li {
	line-height: 1.7em;
	padding: 0 0 0 0.5em;
	font-weight:300;
}
strong {
	font-weight:600;
}
/*************************************************** Struktur *********************************************************/

#page {
	position:relative;
	max-width: 980px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        	border-box;
}
header.logo {
	position:relative;
	float:left;
	margin: 1em 0;
	padding: 1em 0;
	width: 100%;
	z-index:1;
}
header.logo h1 {
	margin: 0;
}
header.logo figure {
	margin:0 auto;
	width:44%;
}
#article_wrapper {
	margin: 0 0 1.5em 0;
	position:relative;
	float:left;
	width: 100%;
	min-height:550px;
}
/******************************************************** Text ***************************************************/

article a {
	font-family: "droid sans", Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #45a12a;
	font-weight: bold;
	letter-spacing: 0.05em;
}
article a:hover {
	text-decoration:underline;
}
#text {
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        	border-box;
	padding: 1em;
}
/************************************************** Startseite *************************************************/


#col_left, #col_mid, #col_right {
	width: 30.5%;
	position: relative;
	float: left;
	margin: 1em 0 1em 0;
	min-height: 28em;
}
#col_right {
	margin-right: 0;
}
.date {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}
.news h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 0.8em 0;
}
.read_further, .lesslink {
	text-transform: uppercase; 
	cursor: pointer;
}
nav#about_us ul {
	padding:0.3em 0 0 0;
	margin-bottom:0.2em;
}
nav#about_us ul li {
	padding:0;
	text-transform:uppercase;
}
#col_left {
	width: 40.75%;
}
#col_right {
	width: 57%;
	float: right;
}
@media screen and (max-width: 599px){
	#col_left, #col_right{
		width: 100%;
		min-height: auto;
	}
}
/************************************************** Unterseite *************************************************/

#col {
	position:relative;
	float:left;
	margin: 2.7em 0em 1em 0;
	width: 100%;
}
#col .text {
	width:62.5%;
	position:relative;
	float:left;
}
.httpref {
	font-family: "droid sans", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #38682c;
}
#col section {
	position:relative;
	float:left;
	padding: 0 0 1.5em 0;
	margin: 0 0 1.5em 0;
	border-style: solid;
	border-width: 0px 0px 3px;
	width: 100%;
	-moz-border-image: url(border-dot.svg) 0 2 3 1 round;
	-webkit-border-image: url(border-dot.svg) 0 2 3 1 round;
	-o-border-image: url(border-dot.svg) 0 2 3 1 round;
	border-image: url(border-dot.svg) 0 2 3 1 round;
}
#col section:first-child {
	padding-top: 0.5em;
}
#col section:last-child {
	border-width: 0px 0px 0px;
	padding-bottom: 2em;
}
#col .text-width {
	width: 70%;
}

/************************************************** Toggle für Show/Hide Text *************************************************/

.show-text-toggle, .hide-text-toggle {
	display: block;
	margin: 0 0 1em 0;	
}
.switch .show-text-toggle {
	display: none;	
}
.switch .hide-text-toggle {
	display: block!important;
}
 
/************************************************** Unterseite: Bildbox - mit weißem Hintergrund *************************************************/

.imgbox-border {
	width: 34%;
	margin-right: 2em;
	background-color: #ffffff;
	position: relative;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(PIE.htc);
	padding: 2em;
	text-align: center;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        	border-box;	
}
.imgbox-border img {
	height: auto;
	max-width: 100%;	
}
  
/************************************************** Unterseite: Bildbox - Portrait *************************************************/

.imgbox {
	width: 34%;
	margin-right: 2em;
	position: relative;
	float: left;
	text-align: center;
}
.imgbox img {
	height: auto;
	max-width: 60%;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

/************************************************** Unterseite: Bildbox - Fotos *************************************************/

.imgbox-fotos {
	width: 34%;
	margin-right: 2em;
	position: relative;
	float: left;
	text-align: center;
}
.imgbox-fotos img {
	height: auto;
	max-width: 100%;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/************************************************** Kontaktformular *************************************************/

form {
	float: left;
	width: 60%;
	margin: 1em 0 0 0;
}
.fieldset label {
	min-width: 10em;
	display:inline-block;
	margin: 0 0 0.5em 0;
}
.fieldset label, .forminfo, #form-module-thanks {
	font-family: "droid sans", Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #262626;
	font-size: 1em;
	margin: 0 0 0.5em 0;
	line-height: 1.5em;
	font-weight:300;
}
.forminfo, .fieldset label.formerror {
	color: #F00;
}
label.formradio {
	min-width:4em;
}
.fieldset input {
	display:inline-block;
}
#el_1 {
	display:inline;
}
.fieldset {
	float: left;
	width: 100%;
}
.forminfo {
	float: left;
	width: 100%;
	margin: 1em 0 0 0;
}
.formsubmit {margin-top:1em; 
font-family: "droid serif", Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight: 600;
font-size:1.1em;
	/*color: #45A12A;*/
	color: #000000;
	padding: 10px 20px;
	background-color: #e7da68;
	background: -moz-linear-gradient(
		top,
		#e7da68 0%,
		#e7da68);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e7da68),
		to(#e7da68));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0.4),
		inset 0px 0px 0px rgba(255,255,255,0.9);
	-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.4),
		inset 0px 0px 0px rgba(255,255,255,0.9);
	box-shadow:
		0px 1px 0px rgba(000,000,000,0.4),
		inset 0px 0px 0px rgba(255,255,255,0.9);
	/*text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);*/
}
.felder, .textblock {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
}
.felder label {
	width: 30%;
	margin: 0 0 0.5em 0;
	min-width: 0;
}
.felder input {
	width: 65%;
	float: right;
	margin: 0 0 0.5em 0;
	border: 1px solid #9FC680;
}

label.formradio {
	width: auto;
	display: inline;
	margin: 0 0.5em 0 0;
}
textarea {
    width: 100%;
	border: 1px solid #9FC680;
}
#doform20 {
	margin: 1.5em 0 0 0;
}

/************************************************** Unterseite: Bildbox - Fotos *************************************************/


.leer {
	background-color:transparent;
}
.imgbox .centerimg {
	display:table-cell;
	position:relative;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.imgbox .centerimg:before {
	content: '';
	display: inline-block;
	height: 95%;
	vertical-align: middle;
}

/*************************************** Subnavigation *************************************/

#nav-box {
	float: left;
	width: 100%;
	min-height: 6.5em;	
}

#sub_nav {
	/* border-top:1px #2f6626 solid; */
	width:100%;
	position:relative;
	float:left;
	margin: 0em;
}
#sub_nav ul {
	padding:0;
	margin: 0 auto;
	width: 100%;
	text-align:center;
	list-style: none;
}
#sub_nav li {
	font-size:1.1em;
	display: inline;
	font-weight:bold;
	padding: 0;
}
#sub_nav a {
	font-family: "droid serif", Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#2f6626;
	margin-right:2em;
}
#sub_nav li a:hover {
	color: #9fc680
}
#sub_nav li.rex-current a {
	padding: 0.3em 1em;
	position:relative;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(PIE.htc);
	background: rgb(159, 198, 128);
}
#sub_nav li.rex-current a:hover {
	color: #ffffff;
}
#sub_nav a.rex-current {
	color:#f1f6eb;
}
/************************************************** Google Maps Iframe *************************************************/
.responsiveContainer {
	margin-top:2em;
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}
.responsiveContainer iframe {
	border-style:hidden;
	border:none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/************************************************** Footer **********************************************************/
#footer {
	background-color:#2f6626;
	min-height:25em;
	border-top:0.8em #262626 solid;
	color:#f1f6eb;
	position:relative;
	float:left;
	width:100%;
}
#footer article {
	position:relative;
	max-width: 980px;
	margin: 0 auto;
}
#footer section {
	width:30.5%;
	display:inline;
	position:relative;
	float:left;
	margin: 2em 2.5em 0 0;
	line-height:1.7em;
	font-family: "droid sans", Trebuchet MS, Arial, Helvetica, sans-serif;
	min-height:12em;
}
#footer section#footer_menu {
	width:auto;
	float:left;
}
#footer section#footer_navigation {
	float:right;
	width:35%;
}
#footer .footer_nav {
	position:relative;
	height: 100%;
	padding:0;
}
#footer .footer_nav ul {
	padding:0;
	margin:0;
}
#footer .footer_nav li {
	display: block;
	padding:0 1em 0 0;
}
#footer a {
	font-family: "droid sans", Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#f1f6eb;
	font-weight: normal;
	letter-spacing: 0;
}
#footer a.active {
}
#footer a:hover {
	text-decoration:underline;
}
/************************************************** Slideshow *******************************************************/

.rslides {
	margin: 0 auto;
}
.rslides_container {
	margin: 0.6em 0 1em 0;
	position: relative;
	float: left;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(PIE.htc);
}
.rslides_container ul {
	border: 0px solid #000000;
}
.centered-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("themes.gif") no-repeat left top;
	margin-top: -45px;
}
.centered-btns_nav:active {
	opacity: 1.0;
}
.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.transparent-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 0;
	left: 0;
	display: block;
	background: #fff; /* Fix for IE6-9 */
	opacity: 0;
	filter: alpha(opacity=1);
	width: 22%;
	text-indent: -9999px;
	overflow: hidden;
	height: 100%;
}
.transparent-btns_nav.next {
	left: auto;
	right: 0;
}
.large-btns_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.6;
	text-indent: -9999px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	background: #000 url("themes.gif") no-repeat left 50%;
	width: 38px;
}
.large-btns_nav:active {
	opacity: 1.0;
}
.large-btns_nav.next {
	left: auto;
	background-position: right 50%;
	right: 0;
}
.centered-btns_nav:focus, .transparent-btns_nav:focus, .large-btns_nav:focus {
	outline: none;
}
.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
 *float: left;
	margin-right: 5px;
	padding: 0;
}
.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(PIE.htc);
	background: #ffffff;
	background: rgba(255,255,255, 1);
	color: #ffffff;
	display: inline-block;
	_display: block;
 *display: block;
	width: 14px;
	height: 14px;
	margin-right:0.3em;
}
.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
	background: #d3e3c2;
	background: rgba(211,227,194, 1);
	color: #d3e3c2;
}
.transparent-btns1_tabs {
	background-color:#ff00ff;
	position:absolute;
	bottom:0;
	height:3em;
	margin:0;
}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
	position: absolute;
	width: auto;
	text-align: right;
	padding: 0 0.4em 0.25em 0;
	z-index: 100;
	background-color:transparent;
	position:absolute;
	bottom:0;
	height: auto;
	right:0;
}
.rslides_container img {
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(PIE.htc);
}
div.cite {
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        	border-box;
	font-family: "droid serif", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.9em;
	font-style:italic;
	line-height:1.4em;
	color:#2f6626;
	position:absolute;
	z-index:8999;
	bottom:1.0em;
	left:1.0em;
	min-height:7em;
	width:55%;
	height:2.2em;
	padding:0.6em;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:#ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	behavior: url(PIE.htc);
}
div.cite span {
	font-family: "droid sans", Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #262626;
	font-size: 0.5em;
	display:block;
	font-style:normal;
	margin: 1em 0 0.5em 0;
	line-height: 1;
	font-weight:300;
	text-transform:uppercase;
}
.slogan {
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        	border-box;
	font-family: "droid sans", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	position:absolute;
	z-index: 50;
	bottom:0;
	right:0;
	width: 69.5%;
	height: auto;
	padding: 0.4em 0 0.4em 2em;
	-webkit-border-radius: 7px 0;
	-moz-border-radius: 7px 0;
	border-radius: 7px 0;
	behavior: url(PIE.htc);
	background-color: #35110d;
	letter-spacing: 0.1em;
}
/************************************************** Background *******************************************************/

#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background:url(progress.gif) no-repeat center center;
}
#supersized {
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}
#supersized img {
	width:auto;
	height:auto;
	position:relative;
	outline:none;
	border:none;
}
#supersized a {
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#111;
	display:block;
}
#supersized a.image-loading {
	background:#ffffff url(progress.gif) no-repeat center center;
	width:100%;
	height:100%;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */



@media only screen and (max-width: 1000px) {
/* Style adjustments for viewports that meet the condition */
	
header.logo figure {
	margin: 0 auto;
	width: 50%;
}
div.cite {
	font-size:1.45em;
}
#article_wrapper {
	width:100%;
	margin: 0;
	position:relative;
	float:left;
	min-height:0;
}
#sub_nav a {
	font-size:0.9em;
}
#sub_nav li {
	display: inline;
	padding-right:1em;
}
#sub_nav li:last-child {
	padding-right:0em;
}
#sub_nav li.rex-current {
	padding:0.2em 0.4em;
	margin-right:0.5em;
}
.rslides_container {
	width:95%;
	padding-left:2.5%;
}
article#col_left, article#col_mid, article#col_right, article#col {
	width:88%;
	position:relative;
	margin: 1em auto 1.5em;
	display:block;
	float:none;
	min-height:0;
	padding-bottom:0.8em;
}
article#col_left, article#col_mid {
	border-style: solid;
	border-width: 0px 0px 3px;
	-moz-border-image: url(border-dot.svg) 0 2 3 1 round;
	-webkit-border-image: url(border-dot.svg) 0 2 3 1 round;
	-o-border-image: url(border-dot.svg) 0 2 3 1 round;
	border-image: url(border-dot.svg) 0 2 3 1 round;
}
.imgbox {
	width:28%;
}
.imgbox .centerimg img {
	width:80%;
}
#footer {
	min-height:0;	
}
#footer article {
	width: 88%;
	max-width:none;
	display:block;
	padding-top:1.4em;
}
#footer section {
	margin: 0 2.5em 1em 0;
}
.text-width {
	width: 100%;	
}
form {
	width: 100%;
	margin: 1em 0 2em;
}
#footer .footer_nav li.print {
	display: none;	
}
}
 @media only screen and (max-width: 44em) {
.cite {
	display:none;
}
#nav-box {
	min-height: 0;
}
 }
 @media only screen and (max-width: 40em) {
h2 {
	margin: 0 0 0.5em 0;
	font-size: 	1.7em;
}	 
.fn-desktop, .transparent-btns_tabs, .large-btns_tabs {
	display:none;
}
.fn-mobile {
	display:inherit;
}
#page {
	margin-top:auto;
}
header.logo figure {
	margin: 0 auto 1.4em;
	width: 83%;
}
header.logo figure img {
	width: 100%;
}
#sub_nav {
	border: 0;
	padding-bottom: 1em;
	margin: 0 0 0.5em 0;
	border-bottom: 1px #9FC680 solid;
}
#sub_nav a {
	font-size: 1.2em;
	font-weight:normal;
	color: #45a12a;
	line-height: 1.9em;
	margin: 0;
}
#sub_nav li.rex-current {
	padding: 0em 0.4em;
	margin: 0em;
}
#sub_nav li, #sub_nav li.rex-current {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.rslides_container {
	margin-bottom:0em;
}
#article_wrapper {
	width:100%;
	position:relative;
	float:left;
}
.slogan {
	padding: 0.2em 0 0.2em 1em;
	width: 90%;
	height: auto;
}
article#col_right {
	min-height:0;
}
.footer_nav ul {
	margin-top:0;
	text-align:center;
}
article#col_left, article#col_mid, article#col_right, article#col {
	width:80%;
	position:relative;
	margin: 1em auto 2em;
	display:block;
	float:none;
	padding-bottom:1.3em;
	min-height:0;
}
#col .imgbox {
	display:none;
}
#col .text {
	width:100%;
}
.felder label {
	width: 30%;
	margin: 0 0 0.5em 0;
	min-width: 0;
}
.felder input {
	width: 65%;
	float: right;
	margin: 0 0 0.5em 0;
	border: 1px solid #9FC680;
}

label.formradio {
	width: auto;
	display: inline;
	margin: 0 0.5em 0 0;
}
textarea {
    width: 100%;
	border: 1px solid #9FC680;
}
.formsubmit {
	width: 100%;
}
#footer article {
	width:80%;
}
#footer section {
	min-height: 0em;
}
#footer section#footer_navigation, #footer section#footer_navigation .footer_nav, #footer section#footer_contact {
	display:block;
	width:100%;
	margin: 0 auto;
	text-align:center;
}
#footer section#footer_menu, #footer section#footer_navigation li.f_print {
	display:none;
}
#footer section#footer_contact {
	float: left;
	padding-bottom: 2em;
}
#footer section#footer_navigation a {
	text-transform:uppercase;
	font-weight:600;
	text-decoration:underline;
}
#footer .footer_nav ul {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 0 2em 0;
}
#footer .footer_nav li {
	padding: 0;	
}
#footer .footer_nav ul li a {
	line-height: 2em;
}
header.logo {
    margin: 1em 0 0 0;
}
 @media only screen and (max-width: 30em) {
.slogan {
	padding: 0.2em 0 0.2em 0.5em;
	width: 95%;
}
 }
 @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
}
