/*
    Document   : styles
    Created on : 03.07.2013, 16:29:49
    Author     : Webwerkd
    Description:
        Purpose of the stylesheet follows.
*/

/**
 * HTML5 âœ° Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:11px verdana; *font-size:small; } /* Hack retained to preserve specificity */

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* 1) Always force a scrollbar in non-IE
   2) Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited {  }
a:hover { color: #036; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   2) WebKit browsers add a 2px margin outside the chrome of form elements.
      Firefox adds a 1px margin above and below textareas
   3) Set font-size to match <body>'s, and font-family to sans-serif
   4) Align to baseline */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }

/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   2) Align to text-top */
textarea { overflow: auto; vertical-align:text-top; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #333333;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
  font-family: Verdana,Arial,Gerogia;
  font-size:1em;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color:#008f4c;
}

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
/*::-moz-selection { background: #fe57a1; color:#fff; text-shadow: none; }
::selection { background:#fe57a1; color:#fff; text-shadow: none; }
*/
/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.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: drupal.org/node/897638 */
.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; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

::-webkit-input-placeholder { /* WebKit browsers */
    color:#6D6E71;
	opacity:1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#6D6E71;
	opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#6D6E71;
	opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#6D6E71;
	opacity:1;
}

/**
 * Primary Styles
 *
*/

body{
	background-color: #fff;
	font-size:1em;
	font-family: Arial,Verdana;
	color:#4b4b4d;
	/*browser default font-size:16px = 1em*/
}
h1{font-size: 1.4em;}
h2{font-size: 1.3em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
h5{font-size: 1em;}
a{
	color:#008f4c;
	text-decoration:none;
}
a:hover{
	color:#008f4c;
	text-decoration: underline;
}
section.center, .center{
	margin:0 auto;
	width:58.75em; /* = 940px*/
	position:relative;
}

section#content {
	padding: 15px;
	width: calc(100% - 30px);
}
.mobile,
#responsive_nav,
section#subnav_mobile,
section#content.subpage .memberdata{
	display:none;
}
header{
	border-bottom: 1px solid #a7a7a7;
	padding-bottom:0.3em;
	margin-bottom:1em;
}
header section.top{
	margin-top:0.625em;
	text-align:right;
}
header section.top .logo{
	float:left;
}
header section.top .logo a{
	display:block;
	position:relative;
}
header section.top .logo a img{
	float:left;
}
header section.top .logo a span{
	 display: block;
    float: left;
    padding: 0.5em 0 0 0.5em;
    text-transform: uppercase;
	font-size:0.85em;
}

header section.top section{
	float:right;
	margin-right:2em;
}
header section.top section#login,
header section.top section#login #logged_in{
	margin-right:0;
}
header section.top section#login a, header section.top section#login a:hover{
	color:#000;
	font-size: 0.875em;
	text-decoration: none;
}
header section.top section#fontsize,header section.top section#login a{
	display: block;
    padding-top: 0.2em;
}

header section.top section#login #logged_in{

}
header section.top section#login #logged_in a{
	float:left;
	padding:0;
}
header section.top section#login #logged_in a.memberarea{}

header section.top section#login #logged_in a.memberarea img{
	float:left;
	display:block;
}
header section.top section#login #logged_in a.memberarea span{
	display: block;
    float: left;
    position: relative;
    top: 0.3em;
	color:#008F4C;
	text-transform: uppercase;
	padding:0 0.4em;
}
header section.top section#login #logged_in a.logout{

	padding-left:0.5em;
	border-left: 1px solid #cccccc;
}

header section.top section#fontsize a:hover{
	text-decoration:none;
	color:#a7a7a7;
	display: inline;
}
header section.top section#fontsize a#small{
	font-size: 0.875em;
}
header section.top section#fontsize a#medium{
	font-size: 1.1em;
}
header section.top section#fontsize a#large{
	font-size: 1.3em;
}
header section.top section#search{}
header section.top section#search input.search_input{
	border:1px solid #a7a7a7;
	font-size:0.875em;
	padding:0.2em;
	color:#4b4b4d;
	float:left;
}
header section.top section#search a.submit{
	display: block;
    float: right;
    margin-left: 0.5em;
}
header section.top section#search a.submit img{
	border:0;
}
section.heading_img{
	background:URL('../img/header.png') no-repeat transparent center;
}
section.heading_img section.center{

}
section.heading_img section.center section img{
	display: block;
	height:184px;
}
section.heading_img section.center section img.mobile{
	display: none;
}
section.heading_img section.center .home_heading{
	overflow: hidden;
}
section.heading_img section .subpage_heading{
	overflow:hidden;
	height: 184px;
}
section.heading_img section .subpage_heading .left{
	float:left;
	width:28.75em;
	overflow: hidden;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
}
section.heading_img section .subpage_heading .left img{

}
section.heading_img section .subpage_heading .right{
	float: left;
    width: 29.7em;
	height:185px;
	position: relative;
	bottom:0;
}
section.heading_img section .subpage_heading .right h1{
	padding: 1em 0.5em 1em 1em;
	position: absolute;
	bottom:0;
	font-size:2.25em;
	color:#fff;
}
section#heading nav{
	margin-bottom:0.8em;
	text-align:center;
}
section#heading nav ul{
	width:auto;
	display: inline-block;
}
section#heading nav ul li{
	float:left;
}
section#heading nav ul li a{
	color:#4c4c4c;
	text-decoration:none;
	text-transform: uppercase;
	padding:1em 0.75em;
	display:block;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
}
section#heading nav ul li:hover a, section#heading nav ul li.act a{
	color:#fff;
	background-color:#008F4C;
	text-decoration:none;
	border-right:2px solid #008f4c;
	border-left:2px solid #008f4c;
}
/* Multi Column DropDown*/
section#heading nav ul li div.lvl2{
	background-color: #FFFFFF;
	display: flex;
    height: 0;
    min-width: 15em;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 1000;
	border-left: 1px solid #008f4c;
	border-right: 1px solid #008f4c;
	border-bottom: 3px solid #008f4c;

}
section#heading nav ul li div.lvl2 ul{
	border:0;
	float:left;
	margin:1em 0 0.5em 0;

}
section#heading nav ul li div.lvl2 ul.lvl2{
	width:100%;
}
section#heading nav ul li div.lvl2 ul.lvl2_left{
	border-right:1px solid #cacacb;
}
section#heading nav ul li div.lvl2 ul li{
	float:none;
	display:block;

}
section#heading nav ul li div.lvl2 ul.lvl2_left,
section#heading nav ul li div.lvl2 ul.lvl2_right{
	min-width:15em;
}
section#heading nav ul li div.lvl2 ul li:hover{

}
section#heading nav ul li div.lvl2 ul li a{
	background-color:#fff;
	font-size:0.8125em;
	padding:0.5em 0.5em;
	text-transform: none;
	border:0;
	padding:0.5em 2.6923em 0.5em 1.6923em;
	color:#4b4b4d;
	text-align:left;
}
section#heading nav ul li div.lvl2 ul li a:hover{
	border:0;
	color:#fff;
	background-color:#008f4c;
}
/* Multi Column DropDown*/
section#container{

}
section#content{
	padding:1.875em 0;
	font-size:0.875em;
}
section#content.fullsize{
	width:100%;
}

section#content .slogan{
	width:100%;
	text-align: center;
	margin:1em auto 1em;
	padding-bottom:0.7em;
	font-size:1.714em;
	color:#008f4c;
	border-bottom:2px dotted #9c9e9f;
}
section#content p.align-center{
	text-align:center;
}
section#content p.align-right{
	text-align:right;
}
section#content p.align-center{
	text-align:center;
}
.news .article table:after,.news .article table tr:after,.news .article table tr td:after,.news .article table tr th:after,.news .article table tbody:after,.news .article table thead:after {
    clear: both;
    content: none;
    display: block;
    height: 0;
    visibility: hidden;
}
table.newBillingForm td{
	padding:5px;
}
#persSalutation select option + option ~ option{
	display:none;
}
.news .article li:after,.news .article ol:after{ content: ""; content: none; }

/* Products */
.shop_minibasket{
	text-align:right;
}
#products{}
#products .item{
	width:30%;
	padding:1%;
	float:left;
	height:300px;
	margin:10px 1% 10px 0;
	background-color:#E8EEEC;
	position:relative;
}
#products .item h2{

}
#products .item .product_image{
	padding:5px;
}
#products .product_more_link {
	bottom: 10px;
    position: absolute;
    right: 10px;
}
#products .product_more_link a span.tx-ttproducts-pi1-wrap1{
	text-align:right;
	padding:5px;
	color:#fff;
	background-color:#008F4C;
	float:right;
	margin-top:10px 0;
}
#products .item .product_image a img{
	width:100%;
	height:auto;
}
#products .item .product_options{
	padding:5px;
}
#products .item .product_cat{
	padding:5px;
}
#products .item .product_price{
	padding:5px;
}
#products .item .product_delivery{
	padding:5px;
}
#products .item .addtobasket{
	padding:5px;
}
#products .item .tobasket{
	padding:5px;
}
#products_detail{

}
#products_detail h1 span.tx-ttproducts-pi1-wrap1{
    font-size: 1.4em;
    color: #008F4C;
    font-weight: normal;
}
.tt-products input.button{
	background-color: #008F4C;
	border:0;
	color:#fff;
	padding:5px;
}
.tt-products td.heading span.tx-ttproducts-pi1-wrap2,
.tt-products td.heading span.tx-ttproducts-pi1-wrap1{
	background-color: #008F4C;
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    font-weight: normal;
    padding: 0.2em;
}
#products_detail .infos{}
#products_detail .infos .left{
	float:left;
	width:69%;
	margin-right:1%;
}
#products_detail .infos .right{
	float:left;
	width:30%;
}
#products_detail .infos .right img{
	max-width:100%;
	height:auto;
}
/* Products END */
/* Grids */
section#content .grid{}
section#content .grid.two_columns{

}
section#content .grid.two_columns .left{
	float:left;
}
section#content .grid.two_columns .right{
	float:left;
}
section#content .grid.two_columns.p70_30{

}
section#content .grid.two_columns.p70_30 .left{
	width:70%;
}
section#content .grid.two_columns.p70_30 .left .news{
	width:85%;
}
section#content .grid.two_columns.p70_30 .right{
	width:30%;
}
section#content .grid.two_columns.p50_50{

}
section#content .grid.two_columns.p50_50 .left{
	width:69%;
	margin-right:2%;
}

.subpagetwo section#content .grid.two_columns.p50_50 .left {
	width: 50%;
}

section#content .grid.two_columns.p50_50 .right{
	width:29%;
}

.subpagetwo section#content .grid.two_columns.p50_50 .right {
	width: 48%;
}
/* Grids END*/
/* News */
/* Paging */
.page-navigation{
	margin:1em 0;
}
/* Paging END */
section#content .news{
	width:100%;
	margin-bottom:3.5em;
}
.news .article .header{
	float: right;
	width: 76.7%;
}
.news .article .header h3{
	float:left;
}
.news .article .more {
	float: right;
}
.news .article .header span{
	float:right;
	color:#008F4C;
}
.news .article .footer {
	display: none;
}
.news-list .page-navigation{
	border-top:1px solid #008F4C;
	border-bottom:1px solid #008F4C;
	padding:0.5em 0;
}
.news-single .article .news-img-wrap{
	width:auto;
	max-width:100%;
}
section#content .news .news-top-heading{}
section#content .news .news-top-heading h2{
	color:white;
	font-weight:normal;
	background-color:#008f4c;
	font-size:1.285em;
	padding:0.2em 0.2em 0.2em 0.5em;
	text-transform: uppercase;
	margin-bottom:0;
}

section#content .news #news_filter .news-list{
	float: right;
    width: 75% !important;
}
section#content .news .news-list{

}
section#content .news .news-list .item{
	padding: 0.75em 0;
}
section#content .news .news-list .item .item-left{
	width:12.7143em;
	margin-right:0.85em;
	float:left;
	overflow:hidden;
}
section#content .news .news-list .item .item-left a{}
section#content .news .news-list .item .item-left a img{
	border:0;
}
section#content .news .news-list .item .item-right{
	width:26.3em;
	float:left;
}
section#content .news .news-list .item .item-right h3{
	font-weight:normal;
	padding-bottom:0.5em;
	font-size: 1.1429em;
	margin:0;
}
section#content .news .news-list .item .item-right p.text{

}

section#content.subpage form#feLoginPWResetForm input.error{
	border:2px solid #FF0000;
}
#feLoginPWResetFormErrorMsg{
	color:#FF0000;
	font-weight: bold;
}

section#content .news .news-list .item .item-right div.more_link{
	text-align: right;
	padding-top:0.5em;
}
section#content .news .news-list .item .item-right div.more_link a{

}
section#content table.contenttable{
	border-collapse: collapse;
    max-width: inherit;
    width: 100%;
	border:1px solid #008F4C;
	margin:1em 0;
}
section#content table.contenttable,
section#content table.contenttable th,
section#content table.contenttable td{
	border:1px solid #008F4C;
}
section#content table.contenttable tr{}

section#content table.contenttable tr th{
	background-color: #008F4C;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 0.4em;
    text-align: left;
}
section#content table.contenttable tr th:last-child{
	border-right:0;
}

section#content table.contenttable tr td{
	text-align:left;
	padding:0.3em;
}
/* News END*/
/* Termine */
section#content .news .termine{
	width:100%;
	margin-bottom:3.5em;
}
section#content .news .termine .news-top-heading{}
section#content .news .termine .news-top-heading h2{
	color:white;
	font-weight:normal;
	background-color:#008f4c;
	font-size:1.285em;
	padding:0.2em 0.2em 0.2em 0.5em;
}
.news-backlink-wrap{
	padding:1em 0;
}
section#content .news .termine .news-list{

}
section#content .news .termine .news-list .item{
	padding: 0.5em 0;
}
section#content .news .termine .news-list .item .date a,
section#content .news .termine .news-list .item .date a:hover{
	text-decoration: none;
}
section#content .news .termine .news-list .item .termin-heading a,
section#content .news .termine .news-list .item .termin-heading a:hover{
	text-decoration: none;
	color:#000;
}
section#content .news .termine .news-bottom-link{
	text-align: right;
	/*border-top: 1px solid #008F4C;*/
	padding-top:0.6em;
}
section#content .news .termine .news-bottom-link a{

}
/* Termine END*/


/* Bildergalerie */
section#content .imagegallery{}
section#content .imagegallery.widget{}
section#content .imagegallery.widget .imagegallery-top-heading h2{
	color:white;
	font-weight:normal;
	background-color:#008f4c;
	font-size:1.285em;
	padding:0.2em 0.2em 0.2em 0.5em;
	text-transform: uppercase;
	margin-bottom:0;
}
section#content .imagegallery.widget .imagegallery-list{
	/*padding-top:1em;*/
}
section#content .imagegallery.widget .imagegallery-list .item{
	float:left;
	width:6.07em;
	overflow:hidden;
	margin:0.9em 0.9em 0 0;
	position: relative;
}
section#content .imagegallery.widget .imagegallery-list .item.last{
	margin-right: 0;
}
section#content .imagegallery.widget .imagegallery-list .item a{
	display: block;
}
section#content .imagegallery.widget .imagegallery-list .item a img,
section#content .imagegallery.widget .imagegallery-list .item a:hover img{
	border: 0 none;
    height: auto;
    width: 100%;
}
section#content .imagegallery.widget .imagegallery-bottom-link{
	padding-top:0.5em;
	text-align:right;
}
section#content .imagegallery.widget .imagegallery-bottom-link a{}
section#content .imagegallery.widget .imagegallery-bottom-link a:hover{}

/* Bildergalerie END */

/* Subpages */
section#content.subpage h1, section#content.subpage h2, section#content.subpage h3, section#content.subpage h4{
	margin:1em 0;
}

.news .article h1:after,.news .article h2:after,.news .article h3:after,.news .article h4:after
{
	clear: none;
    content: none;
}
section#content.subpage{
	float:right;
	width:75%;
}
section#content #breadcrumb{
	margin-bottom:2em;
}
section#content.fullsize #breadcrumb{
	padding-left:235px;
}
section#content #breadcrumb nav{}
section#content #breadcrumb nav ul{}
section#content #breadcrumb nav ul li{
	float:left;
	font-weight: bold;
	color:#008F4C;
	font-size:0.8571em;
	margin-right:0.2em;
}
section#content #breadcrumb nav ul li a,
section#content #breadcrumb nav ul li a:hover{
	color:#4b4b4b;
	font-weight:normal;
}
section#content.subpage .news{
	margin-top:2em;
}
section#content.subpage .news .news-list .item .item-right{
	width:36.7em;
}
section#content .news .news-list.filtered .item .item-right{
	width:36.7em;
}
section#content .galerie_detail{}
section#content .galerie_detail .item{
	width:10.5em;
	overflow:hidden;
	float:left;
	margin:0 2em 2em 0;
	height:10.5em;
}
.news .article .news-img-wrap a{
	float:right;
}

section#content .galerie_detail .item .img{}
section#content .galerie_detail .item .img a{}
section#content .galerie_detail .item .img a img{
	border:1px solid #000;
	width:10.35714285714286em;
	height:auto;
}

section#content .galeries{}
section#content .galeries .item{
	width:10.5em;
	overflow:hidden;
	float:left;
	margin:0 2em 2em 0;
	height:13em;
}
section#content .galeries #calendar_list .item{
	height:auto;
}
section#content .galeries .item .img{}
section#content .galeries .item .img a{
	border: 1px solid #000000;
    display: block;
    overflow: hidden;
    height: 8em;
}
section#content .galeries .item .img a img{
    /*height: 8em;*/
    min-height: 8em;
    min-width: 11em;
    width: auto;
    display:block;
    max-width: 13em;
}
section#content .galeries .item .date{
	font-size:0.85714em;
	text-align: right;
}
section#content .galeries .item .heading{
	font-size:0.85714em;
	font-weight:bold;
	color:#008F4C;
	margin-top:0.3em;
}
section#content .galeries .options{
	margin-bottom: 1.5em;
}
section#content .galeries .options section{
	float:right;
}
section#content .galeries .options section a{
	font-size:0.9286em;
	background-color:#e6e8e9;
	color:#636466;
	padding: 0.8em 1.5em 0.8em 3.5em;
	display: block;
}
section#content .galeries .options section a.act{
	background-color:#008F4C;
	color:#fff;
}
section#content .galeries .options section a:hover{
	text-decoration:none;
}
section#content .galeries .options .listenansicht{
	margin-right:2.3em;
}
section#content .galeries .options .rasteransicht{
	margin-right:1em;
}
section#content .galeries .options .listenansicht a{
	background:URL('../img/icon_listenansicht.png') 10% center no-repeat #e6e8e9;
}
section#content .galeries .options .listenansicht a.act{
	background:URL('../img/icon_listenansicht_act.png') 10% center no-repeat #008F4C;
}
section#content .galeries .options .rasteransicht a{
	background:URL('../img/icon_rasteransicht.png') 10% center no-repeat #e6e8e9;
}
section#content .galeries .options .rasteransicht a.act{
	background:URL('../img/icon_rasteransicht_act.png') 10% center no-repeat #008F4C;
}
/*ListView*/
section#content .galeries .list{
	border: 1px solid #666666;
    border-radius: 3px 3px 3px 3px;
	width: 100%;
	overflow: hidden;
}
section#content .galeries .list .item{
	width:100%;
	float:none;
	border-bottom: 1px solid #666666;
	margin:0;
	overflow:auto;
}
section#content .galeries .list .item.last{
	border-bottom:0;
}
section#content .galeries .list a .item{
	color:#4B4B4D;
}
section#content .galeries .list a:hover .item{
	background-color:#e6e8e9;
}
section#content .galeries .list .item.heading{
	background-color:#008F4C;
	color:#fff;
}
.tx-felogin-pi1 h3{
	margin-top:1em;
}
section#content .galeries .list .item.heading section{
	font-weight:bold;
}
section#content .galeries .list .item .date{
	float: left;
    padding: 1%;
    width: 20%;
	font-size:inherit;
	text-align: left;
}
section#content .galeries .list .item .title{
	float: left;
    padding: 1%;
    width: 76%;
}
/* Kalender */
section#content .kalender,
section#content .galeries{
	width:75%;
	float:right;
}


section#content .kalender .options{
	margin-bottom: 1.5em;
}
section#content .kalender .options section{
	float:right;
}
section#content .kalender .options section a{
	font-size:0.9286em;
	background-color:#e6e8e9;
	color:#636466;
	padding: 0.8em 1.5em 0.8em 3.5em;
	display: block;
}
section#content .kalender .options section a.act{
	background-color:#008F4C;
	color:#fff;
}
section#content .kalender .options section a:hover{
	text-decoration:none;
}
section#content .kalender .options .listenansicht{
	margin-right:2.3em;
}
section#content .kalender .options .rasteransicht{
	margin-right:1em;
}
section#content .kalender .options .listenansicht a{
	background:URL('../img/icon_listenansicht.png') 10% center no-repeat #e6e8e9;
}
section#content .kalender .options .listenansicht a.act{
	background:URL('../img/icon_listenansicht_act.png') 10% center no-repeat #008F4C;
}
section#content .kalender .options .rasteransicht a{
	background:URL('../img/icon_kalenderansicht.png') 10% center no-repeat #e6e8e9;
}
section#content .kalender .options .rasteransicht a.act{
	background:URL('../img/icon_kalenderansicht_act.png') 10% center no-repeat #008F4C;
}
section#content .kalender a:hover{
	color:#fff;
}

section#content #calendar_list{
	border: 1px solid #666666;
    border-radius: 3px 3px 3px 3px;
	width: 100%;
	overflow: hidden;
}
section#content #calendar_list .item{
	border-bottom: 1px solid #666666;
}
section#content #calendar_list .item.last{
	border-bottom:0;
}
section#content #calendar_list a .item{
	color:#4B4B4D;
}
section#content #calendar_list a:hover .item{
	background-color:#e6e8e9;
}
section#content #calendar_list .item.heading{
	background-color:#008F4C;
	color:#fff;
}
section#content #calendar_list .item.heading section{
	font-weight:bold;
}
section#content #calendar_list .item .date{
	float: left;
    padding: 1%;
    width: 12%;
}
section#content #calendar_list .item .time{
	float: left;
    padding: 1%;
    width: 9%;
}
section#content #calendar_list .item .title{
	float: left;
    padding: 1%;
    width: 43%;
}
section#content #calendar_list .item .ort{
	float: left;
    padding: 1%;
    width: 28%;
}


/* Kalender END*/
.ui-datepicker{
	font-size:0.8em;
}
.fc-event{
	background-color:#41aa7a;
}
/* Forms */
section#content.subpage .form{
	margin-top:2em;
}

section#content.subpage .form .row{
	margin:1em 0;
}
section#content.subpage .form input{
	border:1px solid #666666;
	height:2.2143em;
	padding: 0 0.5em;
	width:16.4714em;
	font-style: italic;
	color:#6d6e71;
	float: right;
}
section#content.subpage .form input#tx_felogin_pi1-forgot-email{
	width:23em;
}

section#content.subpage .form select{
	border:1px solid #666666;
	height:2.2143em;
	padding: 0 0.5em;
	width:17.5714em;
	font-style: italic;
	color:#6d6e71;
}

section#content.subpage .form .row .selectwrapper{

    margin-top: 0.5em;
	background: URL('../img/icon_arrow_down.jpg') 98% 50% no-repeat #fff;
	overflow:hidden;
	border:1px solid #666666;
}
section#content.subpage .form .row .selectwrapper select{
	border: 1px solid #666666;
    height: 2.2143em;
    padding: 0.3em 0 0 0.2em;
    width: 110%;
	 -moz-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
}
section#content.subpage .form .row .selectwrapper select option{
	padding:0.5em 1.5em 0.5em 0.5em;
	width:100%;
	border:0;
}
section#content.subpage .form form input.form_submit{
	background-color:#008F4C;
	color:#fff;
	border:0;
	float:right;
	padding:0.3em 1.3em;
	width:auto;
	font-style: normal;
	margin-top:1em;
}

/* Contact Form */
section#content.subpage .form form#contact_form{

}
section#content.subpage .form form#contact_form .selectwrapper.error{
	border:2px solid #FF0000;
}
section#content.subpage .form form#contact_form input.error{
	border:2px solid #FF0000;
}
section#content.subpage .form form#contact_form .frmHd{
	display:none;
}
section#content.subpage .form form#contact_form #error_msg{
	border:2px solid #FF0000;
	color:#FF0000;
	font-weight:bold;
	padding:0.5em;
	margin-bottom:1em;
	display:none;
}
section#content.subpage .form form#contact_form .left{
	float:left;
	width:17.5714em;
}
section#content.subpage .form form#contact_form .left .selectwrapper.small{
	width:9em;
}
section#content.subpage .form form#contact_form .left .selectwrapper.small select{
	width:120%;
}
section#content.subpage .form form#contact_form .right{
	float:right;
	width:30.5em;
}
section#content.subpage .form form#contact_form .right .row textarea{
	width:96%;
	border:1px solid #666666;
	margin-top:0.4em;
	padding:0.5em;
}
section#content.subpage .form form#contact_form .right input.form_submit{
	background-color:#008F4C;
	color:#fff;
	border:0;
	float:right;
	padding:0.3em 1.3em;
	width:auto;
	font-style: normal;
	margin-top:1em;
}
/* Contact Form END */
/* Login Form */
section#content.subpage .form form#login_form{
	padding-bottom:0.5em;
	border-bottom:1px solid #BFBFBF;
}
section#content.subpage .form form#login_form section.row{}
section#content.subpage .form form#login_form section.row input{
	float:left;
	margin-right:1em;
}
section#content.subpage .form form#login_form section.row input.form_submit{
	margin-top:0;
}
section#content.subpage .form .more_actions{
	margin:1em 0 5em;
	color:#008F4C;
}
/* Login Form END */
/* Registration Form */
section#content.subpage .form form#registration_form input{
	width:17.4286em;
}
section#content.subpage .form form#registration_form input.form_submit{
	width:auto;
	margin-right:1em;
}
section#content.subpage .form form#registration_form  .right input{
	margin-right:1em;
}
section#content.subpage .form form#registration_form{}
section#content.subpage .form form#registration_form .benutzerdaten{}
section#content.subpage .form form#registration_form .benutzerdaten .left{
	float:left;
	width:9.6429em;
	margin-right:1em;
	display:block;
}
section#content.subpage .form form#registration_form .benutzerdaten .right{
	float:left;
	width:39.714em;
}
section#content.subpage .form form#registration_form .pers_daten .left{
	float:left;
	width:9.6429em;
	margin-right:1em;
}
section#content.subpage .form form#registration_form .pers_daten .right{
	float:left;
	width:39.714em;
}
section#content.subpage .form form#registration_form .benutzerdaten .right label{
	position:relative;
	top:0.6em;
}
section#content.subpage .form form#registration_form .benutzerdaten .right #pw,
section#content.subpage .form form#registration_form .benutzerdaten .right #pw_confirm,
section#content.subpage .form form#registration_form .benutzerdaten .right #pw_new,
section#content.subpage .form form#registration_form .benutzerdaten .right #pw_confirm_new,
section#content.subpage .form form#registration_form .benutzerdaten .right #username
{
	float:right;
}
section#content.subpage .form form#registration_form .kategorien{
	border-bottom:1px solid #BFBFBF;
	padding-bottom:1.5em;
}
section#content.subpage .form form#registration_form .kategorien table{
	width:100%;
}
section#content.subpage .form form#registration_form .kategorien table tr{}
section#content.subpage .form form#registration_form .kategorien table tr th{
	font-weight:normal;
	color:#008F4C;
	text-align: left;
	padding:0.5em;
}
section#content.subpage .form form#registration_form .kategorien table tr td{
	padding:0.5em;
}

section#content.subpage .form form#registration_form .kategorien input{
	width:auto;
	padding:0;
	margin-right: 0.5em;
	height:auto;
	position:relative;
	top:0.1em;
}
section#content.subpage form div.alert {

}
section#content.subpage form section.pers_daten div.alert-error{
	text-align:left;
}
section#content.subpage form div.alert-error{
	padding-right: 1em;
    position: relative;
    text-align: right;
    width: auto;
	color:red;
	clear: both;
    display: block;
    float: none;
}
section#content.subpage form div.alert-error button.close{
	display:none;
}
section#content.subpage form div.alert-error h4{
	margin:0;
	padding:0;
	display:none;
}
section#content.subpage .form .error input{
	border:2px solid red;
}
section#content.subpage .form form#registration_form .pers_daten .right .row .control-group{
	float:left;
	max-width:50%;
}
section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.fullsize{
	float:none;
	max-width:100%;
}
section#content.subpage .form form#registration_form .pers_daten .left .selectwrapper.small{
	width:9em;
	margin-top:0;
}
section#content.subpage .form form#registration_form .pers_daten .left .selectwrapper.small select{
	width:120%;
}
section#content.subpage .form form#registration_form .pers_daten .right input{

}
section#content.subpage .form form#registration_form input.fullsize{
	width:95%;
}
section#content.subpage .form form#registration_form .pers_daten .right input#ort{
	margin-right: 1.3em;
    width: 17em;
}
section#content.subpage .form form#registration_form .pers_daten .right input.small{
	width:8em;
}
section#content.subpage .form form#registration_form .pers_daten .right input.double{
	width:27em;
}
section#content.subpage .form form#registration_form .pers_daten .right .selectwrapper.small.country{
	margin:0;
	float:left;
}
section#content.subpage .form form#registration_form .pers_daten .right .selectwrapper.small{
	width:9em;
}
section#content.subpage .form form#registration_form .pers_daten .right .selectwrapper.small select{
	width:120%;
}
section#content.subpage .form form#registration_form .pers_daten .row.floats input{
	float:left;
}
/* Registration Form END */
/* Passwort Form END */
section#content.subpage .form form#registration_form .benutzerdaten .right input#pw_old,
section#content.subpage .form form#registration_form .benutzerdaten .right input#pw_new,
section#content.subpage .form form#registration_form .benutzerdaten .right input#pw_new_confirm,
section#content.subpage .form form#registration_form .benutzerdaten .right input#pw_confirm_new,
{
	float:right;
}
/* Passwort Form END */
/* Forms END */
/* Subpage Left Menue*/
#subpage_left{
	font-size:0.875em;
	width: 12.85714em;
	float:left;
}

#subpage_left.submenue{
	background-color:#e8eeec;
}
#subpage_left nav{
	padding-top:5em;
}
#subpage_left nav ul{}
#subpage_left nav ul li{

	border-bottom:1px solid #008F4C;
}
#subpage_left nav ul li a{
	color:#4b4b4b;
	padding:0.3em;
	display: block;
}
#subpage_left nav ul li span.separator{
	background-color: #008F4C;
    display: block;
    height: 3px;
    width: 100%;
}
#subpage_left nav ul li.menuSep{
	/*display:block;*/
}

#subpage_left nav ul li:last-child{
	border-bottom:0;
}
#subpage_left nav ul li a:hover, #subpage_left nav  ul li.act a{
	color:#fff;
	background-color:#008F4C;
	text-decoration:none;
}
#subpage_left nav  ul li.isUser a{
	background:URL('/fileadmin/templates/layouts/img/member_icon_transparent_small.png') no-repeat right center;
}
#subpage_left nav  ul li.isUser:hover a{
	background:URL('/fileadmin/templates/layouts/img/member_icon_transparent_smal_hoverl.png') no-repeat right center #008F4C;
}
#subpage_left nav  ul li.isUser a{
	font-weight:normal;
	padding-right:2em;
}
span.isMemberItem{
	margin-left:0.5em;
}
#subpage_left nav ul li.member a,
#subpage_left nav ul li.member a:hover{
	color:#fff;
	background:#008F4C;
}
#subpage_left nav ul li ul.lvl2{
	padding-left:1em;
	display:none;
}
#subpage_left nav ul li.act ul.lvl2{
	display:block;
}
#subpage_left nav ul li.act ul.lvl2 li a{
	color:inherit;
}
#subpage_left nav ul li.act ul.lvl2 li a{
	color:inherit;
	background-color:#E8EEEC;
}
#subpage_left nav ul li.act ul.lvl2 li.act a,
#subpage_left nav ul li.act ul.lvl2 li a:hover{
	color:#008F4C;
}
/* Subpage left menue END */

/* Subpage Left Member Menue*/
#subpage_left .memberdata{
	margin-top:2em;
}
#subpage_left .memberdata h4{
	color:#fff;
	background:#008F4C;
	padding: 0.3em 0.5em;
}
#subpage_left .memberdata nav.member_submenue{
	padding-top:0.5em;
}
#subpage_left .memberdata nav.member_submenue ul{}
#subpage_left .memberdata nav.member_submenue ul li{

}
#subpage_left .memberdata nav.member_submenue ul li a{
	color:#4b4b4b;
	border-bottom:1px solid #008F4C;
	padding:0.3em;
	display: block;
}
#subpage_left .memberdata nav.member_submenue ul li:last-child a{
	border-bottom:0;
}
#subpage_left .memberdata nav.member_submenue ul li a:hover, #subpage_left .memberdata nav.member_submenue  ul li.act a{
	color:#008F4C;
	text-decoration:none;
}
#subpage_left .memberdata nav.member_submenue ul li.member a,
#subpage_left .memberdata nav.member_submenue ul li.member a:hover{
	color:#fff;
	background:#008F4C;
}
/* Subpage left Member menue END */

/* Subpage Left Meine Sparten / Bezirksorganisationen */
.logged_in_box{
	padding-top:5em;
}
.logged_in_box .heading a,
.logged_in_box .heading a:hover{
	color:#fff;
	background-color:#008F4C;
	text-decoration:none;
	padding:0.3em 0.3em 0.3em 2em;
	background:URL('../img/logged_in_box_expanded.png') no-repeat 7px 7px #008F4C;
	display:block;
}
.logged_in_box.expanded .heading a,
.logged_in_box.expanded .heading a:hover{
	color:#fff;
	background-color:#008F4C;
	text-decoration:none;
	padding:0.3em 0.3em 0.3em 2em;
	background:URL('../img/logged_in_box.png') no-repeat 7px 7px #008F4C;
}
.logged_in_box ul{
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
.logged_in_box.expanded ul{
	display:block;
}
.logged_in_box ul li{
	padding:0;
	margin:0;
	border-bottom:1px solid #008F4C;
}
.logged_in_box ul li a{
	color:#4b4b4b;
	padding:0.3em;
	display: block;
}
.logged_in_box ul li:last-child{
	border-bottom:0;
}
.logged_in_box ul li a:hover, .logged_in_box  ul li.act a{
	color:#fff;
	background-color:#008F4C;
	text-decoration:none;
}
/* Subpage Left Meine Sparten / Bezirksorganisationen END */

#content .logged_in_box{
	display:none;
}

/* Subpage Left Filter */
section#filter{
	padding-top:5em;
	position:relative;
	width:12.8571em;
	float:left;
}
section#filter h3{
	font-weight:bold;
}
section#filter .row{
	margin:1em 0;
}

section#filter .row label{
	float:left;
	position: relative;
    top: 0.5em;
}
section#filter .row input{
	border:1px solid #666666;
	height:2.2143em;
	padding: 0 0.5em;
	width:11.8571em;
}

section#filter .row input.hasdatepicker{
	float:right;
	width:9em;
	text-align:right;
}
section#filter .row input#search_q{
	background: URL('../img/icon_filter_lupe.jpg') 98% 50% no-repeat #fff;
	padding:0 1.5em 0 0.5em;
	width:10.7571em;
	margin-top:0.5em;
}
section#filter .row .selectwrapper{

    margin-top: 0.5em;
	background: URL('../img/icon_arrow_down.jpg') 98% 50% no-repeat #fff;
	overflow:hidden;
	border:1px solid #666666;
}
section#filter .row .selectwrapper select{
	border: 1px solid #666666;
    height: 2.2143em;
    padding: 0.2em 0 0 0.2em;
    width: 115%;
	 -moz-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
}
section#filter .row .selectwrapper select option{
	padding:0.5em 1.5em 0.5em 0.5em;
	width:100%;
	border:0;
}

section#filter .row input#submit{
	background-color:#008F4C;
	color:#fff;
	border:0;
	float:right;
	padding:0.3em 1.3em;
	width:auto;
}
/* Survey */
.tx-pbsurvey-pi1{

}
.tx-pbsurvey-pi1 .survey_item {

}
.tx-pbsurvey-pi1 .survey_item  legend.question{
	font-size:1.2em;
	color:#008F4C;
	margin-bottom:1em;
}
.tx-pbsurvey-pi1 .formbuttons{
	margin:1em 0;
}
.tx-pbsurvey-pi1 .survey_item input{
	margin: 10px;
    position: relative;
}
/* Survey END */
.news .article .news-img-wrap img{
	max-width:250px;
}
.news-single .article .news-img-wrap{
	max-width: 250px;
}
.news-text-wrap{}
.news-text-wrap p{
	 display: table;
    position: relative
}
/* Subpage Left Filter END*/
/* Subpages END*/
.social_media_share{
	text-align: right;
	width:50%;
	float:right;
	margin-bottom: 15px;
	display:block;
}
.social_media_share img{
	/*padding-top:1em;*/
}
.social_media_share .social_tracker{
	float:right;
}
.social_media_share .social_tracker div{
	float:left !important;
	width:auto !important;
	margin-right:15px;
}
section#content.subpage #customSearchForm.form form input.form_submit {
    margin-top:0;
    height: 2.3em;
    padding: 0.4em 1.3em;
}
ul.browsebox{
	margin-top:1em;
	margin-bottom: 1em;
	text-align: center;
}
footer{
	/*height:35px;
	background:URL('../img/footer_bg.jpg') repeat-x;*/
	background: URL("../img/footer_bg.jpg") repeat-x;
    bottom: 0;
    height: 35px;
    left: 0;

    position: relative;
    width: 100%;

}
footer nav#footer_top, footer nav#footer_bottom{
	padding-top:0.4em;
}
footer nav#footer_top ul, footer nav#footer_bottom ul{}
footer nav#footer_top ul li, footer nav#footer_bottom ul li{
	float:left;
}
footer nav#footer_top ul li a, footer nav#footer_bottom ul li a{
	padding:0 0.3em;
	border-right:1px solid #fff;
	color:#fff;
	font-size:0.75em;
}
footer nav#footer_top ul li:last-child a, footer nav#footer_bottom ul li:last-child a{
	border-right:0;
}
footer nav#footer_top ul li a:hover, footer nav#footer_bottom ul li a:hover{
	text-decoration: none;
}
footer nav#footer_top, footer .site_by_webwerk{
	text-align:right;
	display:none;
}
section#content p.bodytext{

}

.news .article *:after {
    display: inherit;
}
.news .article p.bodytext:after {
    display: block;
}

.news .no-news-found {
	color: black;
	font-style: unset;
}


section#content .news table.contenttable,section#content .news  table.contenttable th,section#content .news  table.contenttable td{

	width:auto;
}
/**
 * IE8 Fixes
 *
 */
html.ie8{

}
html.ie8 section#filter .row .selectwrapper select,
html.ie8 section#content.subpage .form form#contact_form .left .selectwrapper select,
html.ie8 section#content.subpage .form form#registration_form .pers_daten .left .selectwrapper select,
html.ie8 section#content.subpage .form form#registration_form .pers_daten .right .selectwrapper select{
	width:100%;
	height:auto;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
html.ie8 section#filter .row input,
html.ie8 section#filter .row input#search_q,
html.ie8 section#content.subpage .form form#contact_form .left input,
html.ie8 section#content.subpage .form form#login_form section.row input,
html.ie8 section#content.subpage .form form#registration_form .pers_daten .right input,
html.ie8 section#content.subpage .form form#registration_form .right input{
	height:auto;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
 html.ie8 footer{

 }
 /**
 * IE7 Fixes
 *
 */
html.ie7{

}


 /**
 * HTML5 Form fixes
 *
 */
form input::-webkit-validation-bubble-message,
form select::-webkit-validation-bubble-message,
form textarea::-webkit-validation-bubble-message {
    display:none;
}
input:invalid, textarea:invalid{
	border-radius: 0;
	box-shadow: none;
}

/**
 * Typo3 Fixes
 *
 */

/**
 * Placeholder media queries for responsive design. Modify as design requires.
 * These follow after, and will override, the primary ('mobile first') styles
 * The closing /mediaquery comment is required by respond.js min/max-width Media Query polyfill
 */

@media only screen and (max-width: 60.0625em) {
  /* Style adjustments for viewports 961px and over go here */

	section.center, .center{
		width:100%;
		position:relative;
	}
	header{
		margin-bottom:3em;
	}
	header section.top,section#heading{
		display:none;
	}
	header section.top.mobile{
		display:block;
	}
	header section#responsive_nav{
		display:none;
		height:0;
	}
	header section#responsive_nav nav{

	}
	header section#responsive_nav nav ul{

	}
	header section#responsive_nav nav ul li{

	}
	header section#responsive_nav nav ul li a{
		color:#5c5c5c;
		display:block;
		border-bottom:1px solid #767676;
		padding:0.7em 0.7em;
		margin: 0 0.1em;
		text-transform: uppercase;
	}
	header section#responsive_nav nav ul li a:hover,
	header section#responsive_nav nav ul li.act a{
		color:#008F4C;
		text-decoration:none;
	}
	header section#responsive_nav nav ul li:last-child a{
		border-bottom:0;
	}
	header section.top.mobile section{}
	header section.top.mobile section#fontsize,
	header section.top.mobile section#search{
		float:left;
	}

	header section.top.mobile section section{
		float:none;
		margin:0;
	}
	header section.top.mobile section.left{
		float:left;
		margin-left: 0.5em;
	}
	header section.top.mobile section.left section{
		border-right:1px solid #d9d9d9;
	}


	header section.top.mobile section.right{
		margin-right:1em;
	}
	header section.top.mobile section.right section{
		float:right;
		margin-left:0.5em;
		padding-left:0.5em;
		border-left:1px solid #d9d9d9;
	}
	header section.top.mobile section.right section#menu{
		padding-top:0.2em;
	}
	header section.top.mobile section.right section#home{
		padding-top:0.2em;
	}
	header section.top.mobile section.right section a,
	header section.top.mobile section.left section a{
		display:block;
	}
	header section.top.mobile section.right section a img,
	header section.top.mobile section.left section a img{
		border:0;
		height:25px;
	}
	header section.top.mobile section#login,
	header section.top.mobile section#login #logged_in{
		border-left: 0;
		padding:0;
	}
	header section.top section#login #logged_in a.logout{
		border-left: 1px solid #D9D9D9;
		padding:0.2em 0 0.1em 0.3em;
	}
	header section.top section#login #logged_in a.memberarea{
		margin-right: 0.7em;
		padding-top: 0.2em;
	}

	header section.top.mobile section#fontsize,
	header section.top.mobile section#login a{

	}
	section.heading_img{
	}
	section.heading_img section .subpage_heading{

	}
	section.heading_img section .subpage_heading .left{
		width: 50%;
	}
	section.heading_img section .subpage_heading .left img{}

	section.heading_img section .subpage_heading .right{
		width: 49%;
	}

	section.heading_img section .subpage_heading .right h1{}
	section#content.subpage #breadcrumb{
		margin-top: 2em;
	}
	section#content.fullsize{
		padding:1%;
		width:98%;
	}
	section#content .grid.two_columns.p70_30 .left{
		width:69%;
	}
	section#content .grid.two_columns.p70_30 .right{
		width:29%;
		float:right;
	}
	section#content .news .news-list .item .item-left{
		width:30%;
		margin-right: 1%;
		position:relativ;
	}
	section#content .news .news-list .item .item-left a {
		display: block;
		width: 100%;
	}
	section#content .news .news-list .item .item-left a img{
		height: auto;
		max-width: 100%;
		width: auto;
	}
	section#content .news .news-list .item .item-right{
		width:69%;
	}
	section#content .imagegallery.widget .imagegallery-list {
		padding-top:0.5em;
	}
	section#content .imagegallery.widget .imagegallery-list .item{
		width:46%;
		margin:4% 4% 0 0;
		height: 5.3125em;
		overflow: hidden;
	}
	section#content .imagegallery.widget .imagegallery-list .item.last{
		margin:4% 4% 0 0;
	}
	section#content .imagegallery.widget .imagegallery-list .item a{
		display: block;
		width: 100%;
	}
	section#content .imagegallery.widget .imagegallery-list .item a img{
		width:inherit;
	}
	section#content.subpage{
		padding:1%;
		width:70%;
	}
	#subpage_left{
		width: 25%;
		padding:1%;
	}
	section#content.subpage .news .news-list .item .item-right{
		width: 69%;
	}
	section#filter{
			width:25%;
	}
	section#filter{
			width:25%;
	}
	section#content .kalender, section#content .galeries{
		width:70%;
	}
	section#filter .row label{
		display: block;
		float: none;
		padding-bottom: 0.4em;
		position: relative;
		top: 0;
		width: 100%;
	}
	section#filter .row input,
	section#filter .row input.hasdatepicker,
	section#filter .row input#search_q{
		width:100%;
		float:none;
		padding:0;
	}
	section#content .galeries .item{
		margin: 0 4% 4% 0;
		width: 29%;
	}
	section#content .galeries .item .img{
		/*height: 10.3571em;*/
		overflow: hidden;
	}
	section#content .galeries .item .img a{
		display: block;
		width: 100%;
	}
	section#content .galeries .item .img a img{
		width:inherit;
	}

	section#content .form form#contact_form .left{
		float:none;
		width:100%;
	}

	section#content .form form#contact_form .right{
		float:none;
		width:100%;
	}
	section#content .form .row .selectwrapper{
		width:70%;
	}
	section#content .form form#contact_form .left .selectwrapper.small{
		width:40%;
	}
	section#content.subpage .form input{
		width:70%;
	}
	section#content.subpage .form form#login_form section.row input{
		float:none;
		margin-bottom:1em;
	}
	section#content.subpage .form form#login_form section.row input.form_submit{
		width:30%;
	}
	section#content.subpage .form form#registration_form .benutzerdaten .left{
		display:none;
	}
	section#content.subpage .form form#registration_form .benutzerdaten .right{
		float: none;
		width: 100%;
	}
	section#content.subpage .form form#registration_form .benutzerdaten .right label{
		float:none;
		width:100%;
		display:block;
		position:relative;
		top:0;
	}
	section#content.subpage .form form#registration_form .benutzerdaten .right #pw,
	section#content.subpage .form form#registration_form .benutzerdaten .right #pw_confirm,
	section#content.subpage .form form#registration_form .benutzerdaten .right #username{
		float:none;
		width:70%;
	}
	section#content.subpage .form form#registration_form .pers_daten .left,
	section#content.subpage .form form#registration_form .pers_daten .right{
		float:none;
		width:100%;
	}
	section#content.subpage .form form#registration_form .pers_daten .left .selectwrapper.small{
		width:40%;
	}

	section#content.subpage .form form#registration_form input{
		margin-right: 2%;
		padding: 0 1%;
		width: 44%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right input.double{
		margin-right: 2%;
		width: 70%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right input.small{
		right: 2%;
		width: 13%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .selectwrapper.small{
		width:21%;
	}
	section#content.subpage .form form#registration_form .benutzerdaten .right input#pw_old,
	section#content.subpage .form form#registration_form .benutzerdaten .right input#pw_new,
	section#content.subpage .form form#registration_form .benutzerdaten .right input#pw_new_confirm{
		float:none;
	}


	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group,
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.fullsize{
		float: none;
		max-width: 70%;
		width: 70%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.plz{
		width:25%;
		float:left;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.ort{
		float: left;
		width: 41%;
	}

	section#content.subpage .form form#registration_form .pers_daten .right input#ort {
		margin-right: 1.3em;
		width: 100%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.land{
		float: none;
		position: relative;
		top: 1em;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group input{
		width:93%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group input#lastName,
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group input#telephone{
		margin-top:1em;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .selectwrapper.small {
		width: 95%;
	}
	.social_media_share{
		margin-right: 1%;
	}
	footer{
		margin-top:2em;
	}
}
@media only screen and (max-width: 41.375em) {
  /* Style adjustments for viewports 662px and over go here */
  section#content .kalender, section#content .galeries{
	float:none;
	width:100%;
	display:block;
  }


  section#content .grid.two_columns.p50_50 .left,
  section#content .grid.two_columns.p50_50 .right{
	float:none;
	width:100%;
	margin-bottom:1em;
  }
	section.heading_img{
		background:none !important;
	}

	#kategorien_transform{
		display:none;
	}
	.mobile,
	section#subnav_mobile{
		display:block;
	}
	section.mobile_top{
		padding:3%;
	}
	section.mobile_top img{
		margin-right: 1%;
	}
	header{
		margin-bottom:0;
	}
	section#subnav_mobile .selectwrapper{
		margin: 0.5em;
		background: URL('../img/icon_arrow_down.jpg') 98% 50% no-repeat #fff;
		overflow:hidden;
		border:2px solid #008F4C;
	}
	section#subnav_mobile  .selectwrapper select{
		border: 1px solid #666666;
		height: 2.2143em;
		padding: 0.3em 0 0 0.2em;
		width: 110%;
		-moz-appearance: none;
		background-color: rgba(0, 0, 0, 0);
		border: medium none;
	}
	section#subnav_mobile .selectwrapper select option{
		padding:0.5em 1.5em 0.5em 0.5em;
		width:100%;
		border:0;
	}

	section.heading_img section.center section img,
	header section.top.mobile section#fontsize, header section.top.mobile section#search,
	header section.top.mobile section#fontsize, header section.top.mobile section#fontsize,
	footer nav#footer_top,
	#subpage_left,
	#breadcrumb{
		display:none;
	}
	section.heading_img section section.mobile{
		display:block;
	}
	header section.top.mobile section.right section a img,
	header section.top.mobile section.left section a img{
		height: 21px;
	}
	section.heading_img section.center section img.mobile{
		width:auto;
		height:auto;
		margin: 1em auto;
		display:block;
	}
	section.heading_img section .subpage_heading .left,
	section.heading_img section .subpage_heading .right{
		float:none;
		width:100%;
	}
	section.heading_img section .subpage_heading .right{
		height:auto;
	}
	section.heading_img section .subpage_heading .right h1{
		position:relative;
		text-align: center;
		padding:0.3em 0 0.5em 0;
		color:#008F4C;
	}
	section.heading_img section .subpage_heading{
		margin:0;
		height:auto;
	}
	section#content.fullsize{
		padding:0;
		width:100%;
	}
	section#content .grid.two_columns.p70_30 .left,
	section#content .grid.two_columns.p70_30 .right{
		float:none;
		width: 100%;
	}
	section#content .grid.two_columns.p70_30 .left .news{
		width:100%;
	}
	section#content .news .news-list,
	section#content .news .termine .news-bottom-link,
	section#content .imagegallery.widget .imagegallery-bottom-link{
		padding: 1%;
	}
	section#content .imagegallery.widget .imagegallery-list{
		padding:1%;
	}
	section#content .imagegallery.widget .imagegallery-list .item{
		width:21%;
	}

	section#content.subpage{
		width:98%;
		padding:1%;
		float:none;
	}

	#content .logged_in_box{
		display:block;
	}

	section#content.subpage .form input,
	section#content.subpage .form .selectwrapper
	{
		margin-bottom:1em
	}
	.filter,
	section#filter{
		display: block;
		float:none;
		width:98%;
		padding:1%;
	}

	section#filter{
		padding-top: 0;
	}
	#kategorien_responsive .row.head h2{
		margin-bottom: 0;
		margin-top:1em;
	}



	section#content.subpage .form form#login_form section.row input.form_submit{
		width:40%;
	}


	section#content.subpage .form form#registration_form .pers_daten .left .selectwrapper.small{
		width:40%;
	}
	section#content.subpage .form form#registration_form input{
		margin-right: 2%;
		padding: 0 1%;
		width: 70%;
		float:none;
		margin:2% 0;
	}
	section#content.subpage .form form#registration_form .selectwrapper{
		margin:2% 0;
	}
	section#content.subpage .form form#registration_form .pers_daten .right input.double{
		width: 70%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right input.small{
		width: 70%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .selectwrapper.small{
		width: 72%;
		margin-top: 1%;
	}
	section#content.subpage .form form#registration_form .benutzerdaten .right input#pw_old,
	section#content.subpage .form form#registration_form .benutzerdaten .right input#pw_new,
	section#content.subpage .form form#registration_form .benutzerdaten .right input#pw_new_confirm{
		float:none;
	}
	section#content.subpage .form form#registration_form .pers_daten .right input#str,
	section#content.subpage .form form#registration_form .pers_daten .right input#ort{
		width:45%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right input#hausnr,
	section#content.subpage .form form#registration_form .pers_daten .right input#plz{
		width:20%;
	}

	section#content.subpage .form .row{
		margin:0;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .selectwrapper.small.country{
		float:none;
	}

	.social_media_share{
		float:none;
		width:100%;
		text-align: left;
		border-top:0;
	}
	footer nav#footer_bottom{
		padding-bottom:0.5em;
	}

	section#content.subpage .memberdata{
		margin-top:2em;
		display: block;
	}
	section#content.subpage .memberdata h4{
		color:#fff;
		background:#008F4C;
		padding: 0.3em 0.5em;
	}
	section#content.subpage .memberdata nav.member_submenue{
		padding-top:0.5em;
	}
	section#content.subpage .memberdata nav.member_submenue ul{}
	section#content.subpage .memberdata nav.member_submenue ul li{

	}
	section#content.subpage .memberdata nav.member_submenue ul li a{
		color:#4b4b4b;
		border-bottom:1px solid #008F4C;
		padding:0.3em;
		display: block;
	}
	section#content.subpage .memberdata nav.member_submenue ul li:last-child a{
		border-bottom:0;
	}
	section#content.subpage .memberdata nav.member_submenue ul li a:hover, section#content.subpage .memberdata nav.member_submenue  ul li.act a{
		color:#008F4C;
		text-decoration:none;
	}
	section#content.subpage .memberdata nav.member_submenue ul li.member a,
	section#content.subpage .memberdata nav.member_submenue ul li.member a:hover{
		color:#fff;
		background:#008F4C;
	}


section#content.subpage .form form#registration_form .benutzerdaten .right #pw, section#content.subpage .form form#registration_form .benutzerdaten .right #pw_confirm, section#content.subpage .form form#registration_form .benutzerdaten .right #username {
    float: none;
    width: 94%;
}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group,
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.fullsize{
		position: relative;
		width: 100%;
		max-width:100%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.plz{
		width:25%;
		float:left;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.plz input#plz{
		width:92%;
		margin: 6% 0;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.ort{
		float: left;
		width: 69%;
	}

	section#content.subpage .form form#registration_form .pers_daten .right input#ort {
		margin: 2% 0;
		width: 100%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.land{
		float: none;
		position: relative;
		top: 1em;
		clear:both;
		margin-bottom: 1em;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group input{
		width:93%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group input#lastName,
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group input#telephone{
		margin-top:1em;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .selectwrapper.small {
		width: 95%;
	}
	#kategorien_transform{
		display:block;
	}
	section#content.subpage .form form#registration_form .kategorien table tr th{
		width:100%;
		display:block;
		float:none;
		font-size: 1.3em;
	}
	section#content.subpage .form form#registration_form .kategorien table tr td{
		width:100%;
		display:block;
		float:none;
	}
	section#content.subpage .form form#registration_form .kategorien table tr td.hide_on_mobile{
		display:none;
	}

}



@media only screen and (max-width: 23.75em) {
  /* Style adjustments for viewports 380px and over go here */
	section#content .news .news-list .item .item-left,
	section#content .news .news-list .item .item-right{
		float:none;
		width:100%;
	}
	section#content .news .news-list .item{
		border-bottom:1px solid #4c4c4c;
	}
	section#content .news .termine .news-list .item{
		border-bottom:0;
	}
	section#content .galeries .item{
		width:45%;
	}
	section#content.subpage .form .row .selectwrapper,
	section#content.subpage .form form#registration_form .pers_daten .right .selectwrapper.small.country{
		width:90%;
	}
	section#content.subpage .form form#contact_form .left .selectwrapper.small,
	section#content.subpage .form form#registration_form .pers_daten .left .selectwrapper.small{
		width:60%;
	}
	section#content.subpage .form .row input,
	section#content.subpage .form form#registration_form .pers_daten .right input{
		width:86%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right input#str,
	section#content.subpage .form form#registration_form .pers_daten .right input#ort{
		width:60%;
	}
	section#content .kalender .options section{
		float: none;
		margin-top: 2%;
		width: 98%;
	}
	section#content .kalender .options section a{
		background-position:2% center !important;
	}
	section#content .kalender .options .listenansicht a.act {
		background: url("../img/icon_listenansicht_act.png") no-repeat scroll 2% center #008F4C;
	}

	section#content #calendar_list .item section{
		padding-top:3%;
		padding-bottom:3%;
	}
	section#content #calendar_list .item .date{
		width:35%;
		padding-top:3%;
		padding-bottom:3%;
	}
	section#content #calendar_list .item .title{
		width:60%;
		padding-top:3%;
		padding-bottom:3%;
	}

	.news-single .article .news-img-wrap{
		float:none;
		margin:1em;
		padding:0;
	}

	section#content #calendar_list .item .ort{
		display:none;
	}
	section#content .galeries .options section{
		float: none;
		margin-top: 2%;
		width: 50%;
	}
	section#content .galeries .list .item section{
		padding-top:3%;
		padding-bottom:3%;
	}
	section#content .galeries .list .item .date{
		width:35%;
		padding-top:3%;
		padding-bottom:3%;
	}
	section#content .galeries .list .item .title{
		width:60%;
		padding-top:3%;
		padding-bottom:3%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group,
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.fullsize{
		position: relative;
		width: 100%;
		max-width:100%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.plz{
		width:100%;
		float:none;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.plz input#plz{
		width:92%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.ort{
		width:100%;
		float:none;
	}

	section#content.subpage .form form#registration_form .pers_daten .right input#ort {
		margin: 1% 0;
		width: 100%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group.land{
		float: none;
		position: relative;
		top: 1em;
		clear:both;
		margin-bottom: 1em;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group input{
		width:93%;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group input#lastName,
	section#content.subpage .form form#registration_form .pers_daten .right .row .control-group input#telephone{
		margin-top:1em;
	}
	section#content.subpage .form form#registration_form .pers_daten .right .selectwrapper.small {
		width: 95%;
	}
}


.ui-widget-header {
	background: #008F4C;
	color: white;
}

.ui-widget-header a {
	color: white;
}

.ui-widget-header .ui-icon {
	background-image: url("../Images/images/ui-icons_444444_256x240.png");
}


/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


