/* Bootstrap */
.row {
	margin-left: 0;
	margin-right: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}
.container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.container img {
	display: inline;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}

/* Standards */
body {
	color: #4D4D4D;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 150%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
body.simplelang {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 150%;
}

dt, dd {
	line-height: 150%;
}
a {
	color: #147acc;
	text-decoration: underline;
}
#content a[target=_blank]:after {
	position: relative;
	top: 0px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 60%;
	-moz-osx-font-smoothing: grayscale;
	content: "\e164";
	padding-left: 3px;
	margin-right: 3px;
	text-decoration: none;
}
#content figure a[target=_blank]:after {
	content: "";
	display: none;
}
a:hover,
a:focus,
a:active {
	color: #166db4;
	text-decoration: underline;
}
.csc-form-element input,
.csc-form-element textarea,
.csc-form-element select,
.tx-indexedsearch-searchbox-sword,
#tx_indexedsearch select,
.tx_tipafriend input,
.tx_tipafriend textarea,
.tx-powermail .powermail_input,
.tx-powermail .powermail_textarea,
#pubsearch input,
#pubsearch select {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
#main_content div.csc-mailform ol,
#main_content div.csc-mailform ul {
	list-style: none;
}
#main_content div.csc-mailform li label {
    margin: 0 8px 20px 0;
    width: 30%;
}
#main_content div.csc-mailform .csc-form-element-submit {
    text-align: right;
}
.navbar-collapse {
    padding-left: 20px;
    padding-right: 20px;
}


/* Powermail */
.tx-powermail {}
.tx-powermail .powermail_form > h3,
.tx-powermail .powermail_legend {
	display: none;
}
.tx-powermail .powermail_fieldwrap {
	overflow: hidden;
}
.tx-powermail .powermail_label {
    margin: 0 8px 20px 0;
    width: 30%;
    float: left;
    vertical-align: baseline;
}
.tx-powermail .powermail_section {
    color: #333333;
    font-size: 13px;
    line-height: 150%;
    margin: 10px 0 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
}
.tx-powermail .powermail_fieldwrap_submit {
	text-align: right;
}
.tx-powermail .powermail_input,
.tx-powermail .powermail_textarea {
	width: 63%;
	
}


/* Header */
#header {
    border-bottom: 1px solid #80C31C;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}
#header .container {
	padding-left: 0;
	padding-right: 0;
}
#header #bs-example-navbar-collapse-1 .navbar-collapse {
	padding: 0;
}


/* Hauptnavigation */
#main_nav {
	margin: 20px 0 0 0;
	font-size: 14px;
}
#main_nav li {
	display: inline;
}
.navbar .navbar-brand {
	background: #fff;
	text-shadow: none;
	padding: 0;
	float: none;
	display: inline-block;
	margin: 0 0 0 15px;
}
.navbar .nav > li > a {
	color: #5B9307;
	text-decoration: none;
	padding: 0 7px 0 0;
	margin-left: 7px;
	display: inline;
	text-shadow: none;
	box-shadow: none;
}
#main_nav > li > a {
	font-weight: bold;
}
.navbar .nav > li.first > a {
	margin-left: 0;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:active,
.navbar .nav > li > a:focus {
	color: #5B9307;
	text-decoration: underline;
}
.navbar .nav .active > a, 
.navbar .nav .active > a:hover,
.navbar .nav .active > a:active,
.navbar .nav .active > a:focus {
	color: #000;
	background: #fff none;
	text-shadow: none;
	box-shadow: none;
}
.navbar .nav .active > a:hover,
.navbar .nav .active > a:active,
.navbar .nav .active > a:focus {
	text-decoration: underline;
}


/* Service Navigation (neben Hauptnavigation) */
#service_nav {
	margin: 20px 0 0 0;
	list-style: none;
	font-size: 12px;
	min-height: 0;
	color: #000;
}
body.simplelang #service_nav {
	font-size: 16px;
}
#service_nav li {
	display: inline;
}
#service_nav a {
	color: #000;
	text-decoration: none;
	margin: 0 5px;
}
#service_nav .active a {
	font-weight: bold;
}
#service_nav a:hover,
#service_nav a:active,
#service_nav a:focus {
	text-decoration: underline;
}
#service_nav .last a {
	margin-right: 0;
}


/* Unternavigation */
#sub_nav {
    font-size: 14px;
    font-weight: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0 20px 20px;
    min-height: 0;
}
#sub_nav li {
	display: inline;
}
#sub_nav a {
	color: #5B9307;
	text-decoration: none;
	margin: 0 5px;
}
#sub_nav .first a {
	margin-left: 0;
}
#sub_nav a:hover,
#sub_nav a:active,
#sub_nav a:focus {
	text-decoration: underline;
}
#sub_nav .active a {
	color: #000;
}


/* Breadcrumb */
#brdcrmb {
    font-size: 13px;
    list-style: none outside none;
    margin: 0 20px 20px;
    padding: 0;
}
body.simplelang #brdcrmb {
	font-size: 16px;
}
#brdcrmb li {
	display: inline;
}
#brdcrmb a {
    color: #333333;
    margin: 0 5px;
    text-decoration: none;
    vertical-align: middle;
}
#brdcrmb a:hover,
#brdcrmb a:focus,
#brdcrmb a:active {
	text-decoration: underline;
}
#brdcrmb .first a {
	margin-left: 0;
}
#brdcrmb .last a {
	color: #5B9307;
}


/* Navigation 3. Ebene (in linker Spalte) */
#subsub_nav {
	font-size: 14px;
}
#subsub_nav li {
	border-bottom: 1px solid #5B9307;
}
#subsub_nav a {
	color: #5B9307;
	text-decoration: none;
	padding: 7px 0;
}
#subsub_nav a:hover,
#subsub_nav a:active,
#subsub_nav a:focus {
	background: #fff none;
	text-decoration: underline;
}
#subsub_nav .active a {
	color: #000;
}


/* Alternativen mit Zusatz-Class-Angaben */
#main_content .col-md-3,
#main_content .col-md-6,
#main_content .col-md-9,
#main_content .col-md-12 {
	padding-left: 10px;
	padding-right: 10px;
	display: table-cell;
}
#main_content .col-md-3.col-md-pull-6 {
    padding-left: 0;
    padding-right: 20px;
}
#main_content .col-md-6.col-md-push-3 {
    padding-left: 0;
    padding-right: 15px;
    margin-left: 5px;
}
#main_content .col-md-9 {
    width: 74%;
}
#main_content .col-md-6 {
    width: 50%;
}
#main_content .col-md-3 {
    width: 21.9%;
}
body.startpage #main_content .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
body.startpage #main_content .col-md-9 {
    width: 69%;
}
body.startpage #main_content .col-md-3 {
    width: 26%;
}
body.startpage #header {
    border-bottom: 0;
    padding-bottom: 0;
}
body.startpage #brdcrmb {
    margin-left: 0;
}
body.overview #main_content .multicolumnContainer {
    margin-bottom: 10px;
    margin-top: 20px;
}
body.overview #main_content .multicolumnContainer.multicolumnLayout1 .column {
    padding-right: 3%;
    width: 47% !important;
}
body.overview #main_content .multicolumnContainer.multicolumnLayout1 .column2 {
	padding-right: 0;
    padding-left: 3%;
}
body.overview #main_content .multicolumnContainer .columnItems {
	padding: 0 !important;
}
body.overview #main_content .multicolumnContainer h2 {
	font-size: 14px;
	padding: 0;
	font-weight: bold;
	color: #4D4D4D;
}
body.overview #main_content .csc-frame-rulerAfter {
	border-bottom: 1px solid #80C31C;
}


/* Footer */
#footer {
	background: #fff;
	border-top: 1px solid #80C31C;
	padding-top: 20px;
	margin-top: 30px;
	color: #333;
	font-weight: bold;
	font-size: 13px;
}
body.simplelang #footer {
	font-size: 16px;
}
#footer .col-md-9 {
	padding-right: 0;
	width: 71%;
}
#footer .col-md-3 {
	padding-left: 0;
	text-align: center;
}
#footer_nav > li {
	display: inline;
	float: left;
	width: 33%;
	margin: 0;
	overflow: hidden;
}
#footer_nav a {
	font-weight: normal;
	margin: 0;
}
#footer_nav a:hover,
#footer_nav a:active,
#footer_nav a:focus {
	text-decoration: underline;
}
#footer_nav .active a {
	background: #fff none;
	text-shadow: none;
	box-shadow: none;
	padding: 0;
}
#footer_nav .nav {
	list-style: none;
	margin: 0;
	float: none;
}
#footer_nav .nav li {
	display: block;
	margin: 0;
	padding: 0;
	float: none;
}


/* Sitemap */
.csc-sitemap ul {
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;
}
.csc-sitemap li {
	margin: 0 0 2px 0;
}
.csc-sitemap li a {
	display: block;
	border: 1px solid #80C31C;
	background: #fff;
	padding: 0 5px;
}
.csc-sitemap li a:hover,
.csc-sitemap li a:active,
.csc-sitemap li a:focus {
	color: #fff;
	background: #80C31C;
	text-decoration: none;
}
.csc-sitemap > ul > li > a {
	background: #E5F3D2;
}
.csc-sitemap li ul {
	margin-left: 100px;
}


/* Menü von ausgewählten Seiten mit Inhaltsangabe */
.csc-menu-4 {}
.csc-menu-4 .date {
	margin: 0;
}
.csc-menu-4 dt {
	color: #5B9307;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.csc-menu-4 dd {
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 13px;
	line-height: 150%;
}


/* Hauptinhalt / Standardwerte */
#main_content h1 {
    color: #5B9307;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 150%;
}
#main_content h2 {
    color: #5B9307;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 150%;
}
#main_content hgroup h2 {
    color: #4D4D4D;
    font-size: 13px;
    font-weight: bold;
}
#main_content .col-md-3 h4,
#main_content .col-md-3 h5 {
    color: #4D4D4D;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 150%;
}
#main_content .col-md-3 hgroup h4 {
	margin-bottom: 0;
}
.csc-frame-frame1 {
	border: 1px solid #80C31C;
	padding: 10px;
	margin-bottom: 10px;
}
.col-md-3 .csc-frame .bodytext:last-child,
.col-md-3 .csc-textpic .bodytext:last-child {
	margin-bottom: 0;
}
.csc-textpic-caption {
	color: #888;
	font-size: 11px;
	margin-bottom: 7px;
	text-align: right;
	line-height: 120%;
}
body.simplelang .csc-textpic-caption {
	font-size: 16px;
}
.csc-frame-rulerAfter {
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 10px;
}
.csc-linkToTop {
	text-align: right;
}
.csc-linkToTop a {
	color: #5B9307;
}
.csc-linkToTop a:after {
	content: " ↑ ";
	vertical-align: text-bottom;
}


/* Formulare */
div.csc-mailform {
	margin-bottom: 20px;
	overflow: hidden;
}
div.csc-mailform fieldset ol {
	padding-left: 0;
	padding-right: 0;
}
div.csc-mailform fieldset li {
	padding-left: 0;
	padding-right: 0;
}
div.csc-mailform legend {
    color: #333333;
    font-size: 13px;
    line-height: 150%;
    margin: 0;
}
div.csc-mailform li label {
    margin: 0 3% 0 0;
    width: 30%;
}
div.csc-mailform li input,
div.csc-mailform li textarea {
	width: 63%;
}
div.csc-mailform label em,
div.csc-mailform legend em {
    color: #888888;
    font-size: 9px;
    line-height: 150%;
}
div.csc-mailform .csc-form-element-submit {
    padding-left: 33%;
}
div.csc-mailform .csc-form-element-submit input {
    width: auto;
}


/* Stage Teaser */
#main_content .tx-wiminno-pi-stage {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	width: 971px;
}
#main_content .tx-wiminno-pi-stage .stage_type1 {
	margin-left: 0;
	margin-right: 0;
}
#main_content .tx-wiminno-pi-stage .stage_type1 .teaser_control {
    float: right;
    margin-left: 0;
/*     max-width: 267px; */
    max-width: 266px;
    padding-left: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
/*
#main_content .tx-wiminno-pi-stage .stage_type1 .teaser_control {
    float: right;
    margin-left: -20px;
    max-width: 275px;
    padding-left: 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}
*/
#main_content .tx-wiminno-pi-stage .stage_type1 .teaser_control a {
	text-decoration: none;
}
#main_content .tx-wiminno-pi-stage .stage_type1 .image .caption {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    bottom: 20px;
    height: auto;
    left: 20px;
    padding: 16px;
    position: absolute;
    width: 550px;
}

/* Share This */
#sharethis {
	margin-top: 20px;
	font-size: 11px;
}
body.simplelang #sharethis {
	font-size: 16px;
}
body.epaper #sharethis {
	border-top: 1px solid #97BF0D;
	margin-top: 30px;
	padding-top: 20px;
}
#sharethis .stButton {
	margin-left: 0;
	margin-right: 0;
	vertical-align: middle;
}
#sharethis .stButton .chicklets {
	padding-right: 0;
}
#sharethis .st_facebook {
	margin-left: 10px;
}
#sharethis a {
	text-decoration: none;
	margin-left: 3px;
}
#sharethis .tx_tipafriend_tiplink {
	background: url(/typo3conf/ext/wiminno_oeko/res/img/e-paper-footer-send.png) no-repeat left top;
	width: 20px;
	height: 17px;
	text-indent: -9999px;
	display: inline-block;
	outline: none;
	margin-left: 10px;
	vertical-align: text-bottom;
}
#sharethis .permalink {
	vertical-align: top;
	display: inline-block;
	height: 17px;
	margin: -2px 0 0 10px;
	vertical-align: text-bottom;
}
#sharethis .permalink a {
	vertical-align: top;
	display: inline-block;
	height: 16px;
	width: 16px;
}
#sharethis .permalink input {
	width: 200px;
	height: auto;
	padding: 0 5px;
	vertical-align: top;
	margin: 0 0 0 10px;
	display: none;
}
#sharethis .glyphicon-print {
	margin-left: 20px;
}
#sharethis_toggle {
	vertical-align: text-bottom;
}
#sharethis_totoggle {
	display: none;
	vertical-align: text-bottom;
}


/* Tip-A-Friend */
.tx_tipafriend label {
	width: 170px;
}
.tx_tipafriend input,
.tx_tipafriend textarea {
	width: 280px;
}
.tx_tipafriend_text,
.tx_tipafriend_werbemail {
	width: 300px;
	text-align: left;
}
#tx_tipafriend_button {
	width: 292px;
	margin-left: 0 !important;
}


/* Suche */
.lang-search-social {
    float: right;
    text-align: right;
}
.tx-indexedsearch-percent,
.lang-search-social legend {
	display: none;
}
.lang-search-social form,.lang-search-social form fieldset {
	margin: 0;
	display: inline;
	text-align: left;
	vertical-align: top;
}
.lang-search-social form .searchbox {
    height: 16.45px;
    margin: 0;
    vertical-align: middle;
    width: 160px;
    display: inline;
}
#tx_indexedsearch table td {
	padding: 0 5px 5px 0;
}
#tx_indexedsearch select,
#tx_indexedsearch .tx-indexedsearch-searchbox-sword {
	width: 96%;
}
#tx_indexedsearch #tx-indexedsearch-searchbox-sword {
	width: 300px;
	display: inline-block;
}
#tx_indexedsearch .tx-indexedsearch-selectbox-type,
#tx_indexedsearch .tx-indexedsearch-selectbox-media,
#tx_indexedsearch .tx-indexedsearch-selectbox-defop,
#tx_indexedsearch .tx-indexedsearch-selectbox-lang {
	width: 90%;
}
.tx-indexedsearch {
	margin: 0 0 30px 0;
}
.tx-indexedsearch .tx-indexedsearch-info,
.tx-indexedsearch .tx-indexedsearch-whatis,
.hidesome .tx-indexedsearch .tx-indexedsearch-browsebox,
.hidesome .tx-indexedsearch .tx-indexedsearch-result-number,
#tx_indexedsearch legend {
	display: none;
}
.tx-indexedsearch .tx-indexedsearch-title {
	font-size: 15px;
	margin: 0 0 2px 0;
	padding: 0;
}
.tx-indexedsearch-browsebox .browsebox {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.tx-indexedsearch-browsebox .browsebox li {
	border: 1px solid #5c9407;
	padding: 0;
	margin: 0 5px;
	text-align: center;
	display: inline-block;
}
.tx-indexedsearch-browsebox .browsebox li.space {
	border: 0;
	margin: 0;
}
.tx-indexedsearch-browsebox .browsebox a,
.tx-indexedsearch-browsebox .browsebox span {
	display: block;
	width: 30px;
	height: 20px;
	padding: 4px 0;
}
.tx-indexedsearch-browsebox .browsebox a:hover,
.tx-indexedsearch-browsebox .browsebox a:focus,
.tx-indexedsearch-browsebox .browsebox a:active,
.tx-indexedsearch-browsebox .browsebox strong a {
	font-weight: bold;
	background: #5c9407;
	color: #fff;
}
.tx-indexedsearch-res .tx-indexedsearch-res {
	border-bottom: 1px solid #80C31C;
}
.hidesome #publist {
	border-top:0;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
	display: none;
}
.csc-frame .tx-indexedsearch .tx-indexedsearch-noresults {
	display: block;
}
#suchhinweise {
    font-size: 72%;
    position: absolute;
    right: 19px;
    top: 36px;
}
#suchhinweise > a {
	text-decoration: none;
	color: #333;
}
#suchhinweise:hover > a {
	text-decoration: underline;
}
#suchhinweise > div {
	display: none;
}
#suchhinweise:hover > div {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #80c31c; /*1px solid #ccc;*/
    border-radius: 5px;
    display: block;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 17px;
    width: 200px;
    z-index: 10;
}
#suchhinweise > div h3 {
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: bold;
}
#suchhinweise > div ul {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 115%;
}
#suchhinweise > div li {
    line-height: 135%;
    padding-bottom: 5px;
}


/* Buttons */
#main_content .csc-form-element-submit input,
#pubsearch button,
.newsletter_subscribe button,
.lang-search-social form .searchbutton,
.tx-wiminnooeko-pi-publikationen .button,
.tx-wiminnooeko-pi-mitarbeiter .button,
.tx-wiminnooeko-pi-projekte .button,
.epaper .zusatzinfos .zusatzinfos_toggle a,
.tx-indexedsearch-searchbox-button,
#tx_tipafriend_button,
.tx-powermail .powermail_submit {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background: #F0F0F0;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 150%;
    text-align: center;
    box-shadow: none;
    padding: 6px;
    transition: none;
    text-decoration: none;
}
.tx-indexedsearch-searchbox-button,
#main_content .tx-indexedsearch-searchbox-button {
	margin-left: 0;
	width: auto;
}
.tx-indexedsearch-searchbox {
	margin-bottom: 20px;
}


/* Sprachschalter */
.lang-search-social .simplelang a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
body.simplelang .lang-search-social .simplelang a {
	font-size:16px;
}
.lang-search-social .simplelang a:hover,
.lang-search-social .simplelang a:focus,
.lang-search-social .simplelang a:active {
	text-decoration: underline;
}
.lang-search-social .lang_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	vertical-align: top;
}
.lang-search-social .lang_menu li {
    display: inline;
    margin: 0;
    padding: 2px 4px 4px;
}
.lang-search-social .lang_menu li a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
.lang-search-social .lang_menu li a:hover,
.lang-search-social .lang_menu li a:focus,
.lang-search-social .lang_menu li a:active {
	text-decoration: underline;
}
.lang-search-social .lang_menu li img {
	display: inline;
}
.lang-search-social .lang_menu li.active {
    border: 1px dotted rgba(128, 195, 28, 0.7);
    background: rgba(128, 195, 28, 0.1);
}


/* RSS Feed */
.lang-search-social .rss {
	margin: 0 20px 0 0;
	vertical-align: top;
}
.lang-search-social .rss a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
.lang-search-social .rss a:hover,
.lang-search-social .rss a:focus,
.lang-search-social .rss a:active {
	text-decoration: underline;
}
.lang-search-social .rss img {
	display: inline;
}

body.simplelang .lang-search-social .lang_menu li a,
body.simplelang .lang-search-social .rss a {
	font-size: 16px;
}


/* Social Media Auftritte */
.lang-search-social .social {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.lang-search-social .social li {
	display: inline;
	margin: 0 5px 0 0;
}
.lang-search-social .social li img {
	display: inline;
}


.cols3 .csc-menu-1 {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
}
.cols3 .csc-menu-1 li {
	float: left;
	display: inline;
	width: 30%;
	margin: 0 3% 20px 0;
	text-align: center;
}
.cols3 .csc-menu-1 a {
	display: block;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #80C31C;
}

/* Newsletter An-/Abmeldung */
.newsletter_subscribe {}
.newsletter_subscribe dl {}
.newsletter_subscribe dt {
	display: inline-block;
	width: 100px;
	margin: 0 0 10px 0;
	vertical-align: top;
}
.newsletter_subscribe dd {
	vertical-align: top;
	display: inline-block;
	width: 386px;
	margin: 0 0 10px 0;
}
.newsletter_subscribe label {
	margin: 0;
}
.newsletter_subscribe input {
    height: auto;
    margin: 0;
    width: 220px;
}
#fe_ttaddress_html_input {
	width: auto;
}
.newsletter_subscribe select {
    height: auto;
    margin: 0;
    width: 70px;
}
.newsletter_subscribe button {
	margin-left: 0;
}

/* E-Paper */
body.epaper #main_nav {
    float: right;
    margin: 0;
    top: -20px;
}
body.epaper #main_nav .backhome {
    margin: -4px 0 0 12px;
}
body.epaper #main_nav .prevnext {
    margin: -4px 0 0 6px;
}
body.epaper #main_nav .prevnext a {
	padding: 0;
	margin: 0 0 0 2px;
}
body.epaper #header {
    border-bottom: 0 none;
    padding-bottom: 0;
}
body.epaper #header > div {
	min-height: 0;
}
body.epaper .lang-search-social {
    display: block;
    float: none;
    margin: 0 0 15px;
    text-align: right;
}
body.epaper .lang-search-social .lang_menu {
	margin-right: 0;
}
#header #epaper_header {
	background: #97BF0D;
	color: #fff;
	font-size: 12px;
	line-height: 150%;
	padding: 0;
	margin: 10px 0 0 0;
}
#header #epaper_header a {
	color: #fff;
	text-decoration: none;
}
#header #epaper_header a:hover,
#header #epaper_header a:focus,
#header #epaper_header a:active {
	text-decoration: underline;
}
#header #epaper_header > div {
	display: table;
}
#header #epaper_header > div > div {
    display: table-cell;
    float: none;
    padding: 5px 10px;
    vertical-align: middle;
    width: 213px;
}
#header #epaper_header #epaper_title {
	padding-left: 12px;
	width: 492px;
}
#epaper_title span {
	text-transform: uppercase;
}
body.epaper .csc-menu-3 {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
body.epaper .csc-menu-3 a {
	text-decoration: none;
}
body.epaper .csc-menu-3 > li {
	padding: 0 0 4px 0;
	display: block;
}
body.epaper .csc-menu-3 > li > a {
	display: block;
	background: #006AA4;
	color: #fff;
	padding: 6px 30px 5px 13px;
	text-transform: uppercase;
}
body.epaper .csc-menu-3 li ul.sub {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
body.epaper .csc-menu-3 li.active ul.sub {
	display: block;
	padding: 4px 0 0 0;
}
body.epaper .csc-menu-3 li ul.sub > li {
	border-bottom: 1px solid #97BF0D;
}
body.epaper .csc-menu-3 li ul.sub > li:last-child {
	border-bottom: 0;
}
body.epaper .csc-menu-3 li ul.sub > li > a {
	margin: 0;
	padding: 6px 30px 5px 13px;
	background: #fff;
	display: block;
	color: #000;
	text-decoration: none;
}
body.epaper .csc-menu-3 li ul.sub > li > a:hover,
body.epaper .csc-menu-3 li ul.sub > li > a:focus,
body.epaper .csc-menu-3 li ul.sub > li > a:active,
body.epaper .csc-menu-3 li ul.sub > li > a.active {
	background: #97BF0D url(/typo3conf/ext/wiminno_oeko/res/img/arrow-epaper-right.png) no-repeat right center;
	color: #fff;
	outline: none;
}

body.epaper #epaper_main h1 {
	color: #97BF0D;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}
body.epaper #epaper_main h2 {
	color: #000;
	font-size: 15px;
	margin: 0 0 15px 0;
	padding: 0;
}
#epaper_main.complete p {
	margin: 10px 0;
}
#epaper_main.complete hr {
	margin: 2px 0;
}
#epaper_main.complete .csc-default {
	margin: 0 0 20px 0;
}
#epaper_main.complete .csc-default .csc-default {
	margin: 0;
}
body.epaper #epaper_main.complete h1 {
	margin: 10px 0 0 0;
}
#epaper_main.complete hgroup h1 {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
#epaper_main.complete hgroup h2 {
	color: #000;
	font-weight: normal;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.hideheader > header {
	display: none;
}


.tx-wiminno-pi-stage {
	border-top: 0 !important;
	border-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}


/* E-Paper Archiv Liste */
.epaper .csc-menu-1 {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.epaper .csc-menu-1 li {
	padding: 0;
	margin: 0 0 20px 0;
}
.epaper .csc-menu-1 li:first-child {
	display: none;
}
.epaper .csc-menu-1 li .date {
	margin: 0;
}
#main_content .epaper .csc-menu-1 li h1 {
	margin: 0;
}
#main_content .epaper .csc-menu-1 li h2 {
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #4D4D4D;
	font-weight: normal;
}
.epaper .csc-menu-1 a {
	
}


/* E-Paper Zusatzinfos */
#epaper_main {
	position: relative;
}
#epaper_main .transparence {
	opacity: 0.3;
}
.epaper .zusatzinfos {
    position: relative;
}
#epaper_main .zusatzinfos .transparence {
	opacity: 1 !important;
}
.epaper .zusatzinfos .zusatzinfos_toggle {
	text-align: right;
    margin: 20px 0 20px 0;
}
.epaper .zusatzinfos .zusatzinfos_text {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    bottom: -30px;
    display: none;
    height: 400px;
    left: 80px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 500px;
    z-index: 10;
}
.epaper .zusatzinfos .zusatzinfos_header {
    background-color: #97BF0D;
    color: #FFFFFF;
    padding: 4px 4px 2px;
    font-size: 18px;
    margin: 0;
}

.epaper .zusatzinfos .zusatzinfos_header a {
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    text-decoration: none;
}
.epaper .zusatzinfos .zusatzinfos_rte {
	overflow: auto;
	height: 335px;
    padding: 20px;
}

/* Teaser */
.startpage .tx-wiminno-pi-teaser .teaser .item .image {
	margin-bottom: 20px;
}


/* Spamshield */
.spamshield input[name="tx_form[uid987651]"],
.spamshield .csc-form-11,
.spamshield_abbo .csc-form-9 {
	position:absolute; 
	margin:0 0 0 -9999em;
}

@media (max-width: 767px) {
	.container img {
		width: 100%;
	}
	#header .navbar-header {
		margin: 40px 0 0 0;
		padding: 0 15px;
	}
	#bs-example-navbar-collapse-1 {
	    background: none repeat scroll 0 0 #80C31C;
	    left: 0;
	    margin: 0;
	    padding: 0;
	    position: absolute;
	    top: -20px;
	    width: 100%;
	    display: block !important;
	    height: 36px;
	}
	#bs-example-navbar-collapse-1 span.rss {
		display: none;
		position: relative;
	    z-index: 1000;
	}
	.toggle .lang_menu,
	.toggle form,
	.toggle #main_nav1,
	.toggle #service_nav {
		display: none;
	}
	.toggle > a {
		color: #fff;
		font-weight: normal;
		font-size: 15px;
		text-decoration: none;
	}
	#header .lang-search-social {
		position: absolute;
		right: 5px;
		top: 0;
		margin-top: -1px;
	}
	#suchhinweise {
		display: none;
	}
	.lang-search-social .simplelang {
		color: #80C31C;
		font-size: 1px;
		display: inline-block;
		border-left: 1px solid #fff;
		float: left;
		padding-left:3px;
		padding-right:3px;
	}
	.lang-search-social .simplelang a {
		color: #fff;
		text-indent: -999px;
		background: url(/typo3conf/ext/wiminno_oeko/res/img/btn-leichte-sprache.png) no-repeat center center;
		width: 31px;
		height: 37px;
		text-align: left;
		display: inline-block;
	}
	#header .lang-search-social .toggle {
		position: relative;
	}
	#header .lang-search-social .toggle > a {
		display: inline;
		float: right;
		padding: 9px 5px;
		margin: 0;
	}
	#header .navbar-collapse .toggle {
		position: relative;
	}
	#header .navbar-collapse .toggle > a {
		display: inline;
		float: left;
		padding: 9px 5px;
		margin: 0;
	}
	#header .navbar-collapse .toggle > a.active {
		background: #fff;
		color: #000;
		outline: none;
	}
	#toggle_main_nav {
		text-indent: -999px;
		background: url(/typo3conf/ext/wiminno_oeko/res/img/btn-nav-toggle.png) no-repeat center center;
		width: 30px;
	}
	#header .navbar-collapse .toggle > a#toggle_main_nav.active {
		background: #fff url(/typo3conf/ext/wiminno_oeko/res/img/btn-nav-toggle-hover.png) no-repeat center center;
	}
	.navbar .nav > li > a,
	#service_nav > li > a,
	.lang-search-social .lang_menu > li > a {
		color: #fff;
		margin: 0;
		font-size: 14px;
	}
	.navbar .nav > li > a:hover,
	.navbar .nav > li > a:focus,
	.navbar .nav > li > a:active,
	#service_nav > li > a:hover,
	#service_nav > li > a:active,
	#service_nav > li > a:focus,
	.lang-search-social .lang_menu > li > a:hover,
	.lang-search-social .lang_menu > li > a:active,
	.lang-search-social .lang_menu > li > a:focus {
		color: #fff;
		text-decoration: underline;
		margin: 0;
	}
	.navbar .nav > li.active > a,
	#service_nav > li.active > a,
	.lang-search-social .lang_menu > li.active > a {
		margin: 0;
		color: #000;
		background: #fff;
		font-weight: normal;
	}
	.navbar .nav > li.first > a,
	#service_nav > li.first > a,
	.lang-search-social .lang_menu > li.first > a {
	    margin-left: 0;
	}
	#main_nav1,
	#service_nav,
	.lang-search-social .lang_menu,
	.lang-search-social form {
	    background: none repeat scroll 0 0 #80C31C;
	    color: #FFFFFF;
	    left: 0;
	    list-style: none outside none;
	    margin: 0;
	    padding: 10px;
	    position: absolute;
	    top: 38px;
	    z-index: 10000;
	}
	.lang-search-social .lang_menu,
	.lang-search-social form {
		left: auto;
		right: 0;
	}
	.lang-search-social .social li {
		width: 32px;
	}
	.lang-search-social .social li img {
		width: 32px;
	}
	.lang-search-social form fieldset {
		white-space: nowrap;
	}
	#main_nav1 > li,
	#service_nav > li,
	.lang-search-social .lang_menu > li {
		display: block;
		background: rgba(255,255,255,0.15);
		margin: 0 0 1px 0;
	}
	#main_nav1 > li.last,
	#service_nav > li.last,
	.lang-search-social .lang_menu li.last {
		margin-bottom: 0;
	}
	#main_nav1 > li > a,
	#service_nav > li > a,
	.lang-search-social .lang_menu > li a {
		padding: 7px 15px;
		display: block;
		font-size: 18px;
		white-space: nowrap;
		position: relative;
	}
	#main_nav1 > li.active,
	#main_nav1 > li > .main_nav2 > li.active {
		background: #fff;
	}
	#main_nav1 > li > .main_nav2 > li > .main_nav3 > li.active {
		background: #80C31C;
	}
	#main_nav1 > li > .main_nav2 > li > .main_nav3 > li.active > a {
		background: rgba(255,255,255,0.8);
	}
	#main_nav1 > li.active > a::after,
	#main_nav1 > li > .main_nav2 > li.active > a::after {
		content: "";
		display: block;
		background: #fff;
		position: absolute;
		z-index: -1;
		width: 35px;
		height: 33px;
		right: -35px;
		top: 0;
	}
	#main_nav1 > li.active > span.glyphicon,
	#main_nav1 > li > .main_nav2 > li.active > span.glyphicon,
	#main_nav1 > li > .main_nav2 > li > .main_nav3 > li.active > span.glyphicon {
		color: #80C31C;
	}
	#main_nav1 > li > a,
	#main_nav1 > li > .main_nav2 > li > a {
		margin-right: 35px;
	}
	#main_nav1 > li,
	#main_nav1 > li > .main_nav2 > li,
	#main_nav1 > li > .main_nav2 > li > .main_nav3 > li {
		position: relative;
	}
	#main_nav1 > li > span.glyphicon,
	#main_nav1 > li > .main_nav2 > li > span.glyphicon,
	#main_nav1 > li > .main_nav2 > li > .main_nav3 > li > span.glyphicon {
		position: absolute;
		right: 9px;
		top: 9px;
		font-size: 18px;
	}
	.main_nav2 {
		margin: 0 0 0 15px;
		padding: 0;
		list-style: none;
	}
	.main_nav2 > li {
		display: block;
		background: rgba(255,255,255,0.15);
		margin: 0 0 1px 0;
	}
	.main_nav2 > li.last {
		margin-bottom: 0;
	}
	.main_nav2 > li > a {
		padding: 7px 10px !important;
		font-size: 16px !important;
		display: block !important;
		white-space: nowrap;
	}
	.main_nav2 > li.active > a {
		font-weight: normal;
	}
	.main_nav3 {
		margin: 0 0 0 15px;
		padding: 0;
		list-style: none;
	}
	.main_nav3 > li {
		display: block;
		background: rgba(255,255,255,0.15);
		margin: 0 0 1px 0;
	}
	.main_nav3 > li.last {
		margin-bottom: 0;
	}
	.main_nav3 > li > a {
		padding: 3px 10px !important;
		display: block !important;
	}
	.main_nav3 > li.active > a {
		font-weight: normal;
	}
	#main_nav1 > li.active > .main_nav2,
	#main_nav1 > li > .main_nav2 > li.active > .main_nav3 {
		background: rgba(128, 195, 28, 0.9);
		margin-left: 2px;
	}
	#main_nav1 > li > .main_nav2 > li.active > .main_nav3 {
		margin-left: 0;
	}
	.navbar-collapse {
	    display: inline;
	    float: left;
	    padding-left: 0;
	    padding-right: 0;
	    margin-top: -2px;
	}
	.navbar-collapse .toggle1 {
	    display: inline;
	    float: left;
	    border-right: 1px solid #fff;
	}
	.navbar-collapse .toggle2 {
	    display: inline;
	    float: right;
	    border-right: 1px solid #fff;
	}
	.navbar-collapse .toggle3 {
	    display: inline;
	    float: left;
	    border-left: 1px solid #fff;
	}
	.navbar-collapse .toggle4 {
	    display: inline;
	    float: right;
	    border-left: 1px solid #fff;
	}
	#main_content {
		font-size: 13px;
		line-height: 150%;
		margin-left: 16px;
		margin-right: 16px;
	}
	#main_content .col-md-3,
	#main_content .col-md-6,
	#main_content .col-md-9,
	#main_content .col-md-12 {
		display: block;
		width: 100%;
		padding: 0;
	}
	#main_content .col-md-6.col-md-push-3 {
		margin-bottom: 30px;
	}
	#main_content .col-md-3 {
		width: 100%;
		display: block;
		padding: 0;
	}
	body.startpage #main_content .col-md-9 {
		width: 100%;
		display: block;
		vertical-align: top;
		margin-bottom: 30px;
		padding: 0;
	}
	body.startpage #main_content .col-md-3 {
		width: 100%;
		display: block;
		vertical-align: top;
		padding: 0;
	}
	#main_content h1 {
	    font-size: 18px;
	}
	#main_content h2 {
	    font-size: 16px;
	}
	#main_content hgroup h2 {
	    font-size: 13px;
	}
	#main_content .col-md-3 h4,
	#main_content .col-md-3 h5 {
	    font-size: 13px;
	}
	#footer {
		font-size: 12px;
		line-height: 150%;
	}
	#footer .col-md-9 {
		display: table-cell;
		width: 1%;
		vertical-align: top;
	}
	#footer .col-md-3 {
		display: table-cell;
		width: 90%;
		vertical-align: top;
		text-align: right;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 {
		position: relative;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser {
		width: 100% !important;
		height: auto !important;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser li {
		display: none;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser li:first-child {
		display: block;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser .image img {
		width: 100%;
		height: auto;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .image .caption {
	    bottom: 0;
	    left: 0;
	    padding: 3px 2%;
	    width: 97%;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .image .caption span,
	#main_content .tx-wiminno-pi-stage .stage_type1 .image .caption br {
		display: none;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .image .caption b,
	#main_content .tx-wiminno-pi-stage .stage_type1 .image .caption a {
		display: inline;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 a.prev.visible-xs,
	#main_content .tx-wiminno-pi-stage .stage_type1 a.next.visible-xs {
		position: absolute;
		left: -12px;
		top: -15px;
		background: rgba(255,255,255,0.85);
		display: block;
		width: 20px;
		height: 20px;
		text-align: center;
		margin: 0;
		padding: 4px 4px 2px 2px;
		border-radius: 20px;
		border: 1px solid #80C31C;
		cursor: pointer;
		line-height: 150%;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 a.next.visible-xs {
		left: auto;
		right: -13px;
	}
	.epaper #main_nav {
	    clear: both;
	    display: block;
	    float: none !important;
	    margin-top: 40px !important;
	    position: relative;
	    top: 0 !important;
	}
	.epaper #main_nav .prevnext {
	    position: absolute;
	    right: 20px;
	    top: -10px;
	    text-align: right;
	    width: 110px;
	}
	.epaper #main_nav .prevnext a {
		width: 36px;
		height: 36px;
		display: inline-block;
		text-align: center;
		border: 1px solid #000;
	}
	#main_content #epaper_control {
		display: table-cell;
		font-size: 13px;
		padding-left: 0;
		padding-right: 0;
		width: 25%;
	}
	#main_content #epaper_control li a {
		line-height: 120%;
	}
	#main_content #epaper_main {
		display: table-cell;
		padding-right: 0;
	}
	body.epaper #epaper_main h1 {
		font-size: 18px;
	}
	body.epaper #epaper_main h2 {
		font-size: 16px;
	}
	#main_content .csc-textpic-image img {
		width: 100%;
	}
	#main_content .tx-wiminno-pi-teaser .teaser .item .image {
		margin-right: 0;
		width: 100%;
	}
	#main_content .tx-wiminno-pi-stage {
		width: auto;
	}
}
@media (min-width: 768px) {
}
@media (min-width: 768px) and (max-width: 991px) {
	#header .navbar-header {
		margin-left: 15px;
	}
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	#main_nav {
	    clear: both;
	    display: block;
	    font-size: 19px;
	    line-height: 150%;
	    margin-left: 2%;
	    margin-right: 2%;
	    width: 96%;
	}
	#sub_nav {
		font-size: 17px;
		line-height: 150%;
	}
	#service_nav {
		font-size: 16px;
		line-height: 150%;
		margin-bottom: 10px;
		margin-right: 20px;
	}
	#subsub_nav {
		font-size: 19px;
		line-height: 150%;
/*
		position: fixed;
		top: 0;
		left: 0;
*/
	}
	#main_content {
		font-size: 19px;
		line-height: 150%;
		margin-left: 16px;
		margin-right: 16px;
	}
	#main_content .col-md-3,
	#main_content .col-md-6,
	#main_content .col-md-9,
	#main_content .col-md-12 {
		padding-left: 20px;
		padding-right: 20px;
		display: block;
		width: 100%;
	}
	#main_content .col-md-6.col-md-push-3 {
		margin-bottom: 30px;
	}
	#main_content .col-md-3 {
		width: 45%;
		display: table-cell;
		vertical-align: top;
	}
	body.startpage #main_content .col-md-9 {
		width: 91%;
		display: block;
		vertical-align: top;
		margin-bottom: 30px;
	}
	body.startpage #main_content .col-md-3 {
		width: 27%;
		display: block;
		vertical-align: top;
	}
	#main_content h1 {
	    font-size: 24px;
	}
	#main_content h2 {
	    font-size: 22px;
	}
	#main_content hgroup h2 {
	    font-size: 19px;
	}
	#main_content .col-md-3 h4,
	#main_content .col-md-3 h5 {
	    font-size: 19px;
	}
	#footer {
		font-size: 14px;
		line-height: 150%;
	}
	#footer .col-md-9 {
		display: table-cell;
		width: 75%;
		vertical-align: top;
	}
	#footer .col-md-3 {
		display: table-cell;
		width: 20%;
		vertical-align: top;
		text-align: right;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 {
		position: relative;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser_control {
	    float: none;
	    margin-left: 0;
	    padding-left: 0;
	    position: relative;
	    width: 100%;
	    z-index: 2;
	    max-width: 100%;
	    display: table !important;
	    border-left: 1px solid #80C31C;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser_control li {
		border-top: 0;
	    border-right: 1px solid #80C31C;
	    display: table-cell;
	    position: relative;
		vertical-align: top;
	    width: 25%;
	    height: auto !important;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser_control li:hover,
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser_control li.active {
		background: none repeat scroll 0 0 #80C31C;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser_control a {
		font-size: 14px;
		vertical-align: top;
		height: 100%;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser_control a span {
		display: none;	
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser {
		width: 100% !important;
		height: auto !important;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser li {
		display: none;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser li:first-child {
		display: block;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .teaser .image img {
		width: 100%;
		height: auto;
	}
	#main_content .tx-wiminno-pi-stage .stage_type1 .image .caption {
		width: 80%;
	}
	#header .lang-search-social,
	.epaper #header .lang-search-social {
		margin-right: 20px;
	}
	.epaper #main_nav {
	    clear: both;
	    display: block;
	    float: none !important;
	    margin-top: 40px !important;
	    position: relative;
	    top: 0 !important;
	}
	.epaper #main_nav .prevnext {
	    position: absolute;
	    right: 20px;
	    top: -10px;
	    text-align: right;
	    width: 110px;
	}
	.epaper #main_nav .prevnext a {
		width: 36px;
		height: 36px;
		display: inline-block;
		text-align: center;
		border: 1px solid #000;
	}
	#main_content #epaper_control {
		display: table-cell;
		font-size: 14px;
		padding-left: 0;
		padding-right: 0;
		width: 25%;
	}
	#main_content #epaper_control li a {
		line-height: 120%;
	}
	#main_content #epaper_main {
		display: table-cell;
		padding-right: 0;
	}
	body.epaper #epaper_main h1 {
		font-size: 21px;
	}
	body.epaper #epaper_main h2 {
		font-size: 19px;
	}
	#main_content .tx-wiminno-pi-stage {
		width: auto;
	}

}
@media (min-width: 992px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
