/*  
Theme Name: Arthemia 2014_03_02
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Eigene */

#container1 {
    width:165px;
    height:117px;
    position:relative;
    cursor:pointer;
    background:url(/wp-content/themes/arthemia/images/Kategorien/Energie_165px.jpg) no-repeat;
}

#container2 {
    width:165px;
    height:117px;
    position:relative;
    cursor:pointer;
    background:url(/wp-content/themes/arthemia/images/Kategorien/Bahn_165px.jpg) no-repeat;
}

#container3 {
    width:165px;
    height:117px;
    position:relative;
    cursor:pointer;
    background:url(/wp-content/themes/arthemia/images/Kategorien/Wasser_lang165.jpg) no-repeat;
}

#container4 {
    width:165px;
    height:117px;
    position:relative;
    cursor:pointer;
    background:url(/wp-content/themes/arthemia/images/Kategorien/Bildung_165px.jpg) no-repeat;
}

#container5 {
    width:165px;
    height:117px;
    position:relative;
    cursor:pointer;
    background:url(/wp-content/themes/arthemia/images/Kategorien/Gesundheit_165px.jpg) no-repeat;
}

#text1, #text2, #text3, #text4, #text5 {
    font-size:11;
    width:165px;
    height:117px;
    position:absolute;
    left:0;
    bottom:0;
    background:#000;
    display:none;
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
    color:#fff;
}


.facebook {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Infobrief Anmeldung */

#msg-field {
   color:red;
   font-weight:bold;
}

#newsletter-button{
   margin: 15px 0;
}

.form-item{
   padding: 2px;
}

.form-select{
   width: 110px;
}

.form-text{
  width: 220px;	
}

/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #FFF;
	color: #333;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #E55710;
	text-decoration:none;
	}

a:hover, a:active {
	color: #E55710;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	margin-bottom:30px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:2px;
	padding:0px;
	font-size:0.7em;
	}


#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#E6E6E6;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/* Navigation Bar*/
/* #hom {
	margin-top:-40px;
} */

#navbar {
	margin:0 auto;
	margin-top:5px;
	padding:0px 10px;
	text-transform:uppercase;
	background:#2c2c2c url(images/navbar.png);
	}

/* 2012-01-05 Idee von Sebastian, funktioniert leider nicht): #page-bar li ul { z-index: 999; } */

#page-bar {
	width:722px;
	/* margin-top:-19px; */
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

#page-bar li:hover {
	background: #E55710;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 999;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#E55710;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:350px;
	padding-top: 10px;
        padding-bottom: 10px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:590px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	/*height: 374px;*/
	}

#headline div.title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	/*margin-top:-5px;*/
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	padding-top: 15px;
	}

div#headline a img {
	margin-top: 15px;
	margin-bottom: 20px;
}

/* Featured */

#featured {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#featured1{
	width:300px;
	background:#fff;
	float:right;
	padding:0px 10px 0px 10px;
        margin-bottom:10px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	/*font-weight:bold;*/
	font-size: 1.3em;
	word-wrap: break-word;
	font-family: Georgia;
	}


#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	z-index:999;

	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #E55710;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}


#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#E55710; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#E55710; color:#fff; }


#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:100px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.social_share_privacy_area li{
      list-style:none !important;
margin-top:40px;
}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:0px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}
/*
#sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}
*/
#sidebar-middle {
	margin-top:10px;
	}



/*
#sidebar-bottom {
	margin-top:10px;
	}
*/
#sidebar-middle {
	width:320px;
	float:right;
	}
/*
#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}
*/
#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}
/*
#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}
*/
/* Form Elements */

select {
	border:1px solid #333;
	width:100%;
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right;
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	
.bbp-topic-meta .avatar, .bbp-author-avatar .avatar {
	width:14px;
	height:14px;
	float:none;
	margin:0;
	border:0;
}

.bbp-login-form fieldset {
	border:0;
}

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}
	
#footer_supporters_real {
	width:920px;
	float:left;
	padding:10px;
	border:1px solid #fff;
}

div.footer_supporters {
	float: left;
	width: 280px;
	margin-right: 13px;
	margin-left: 13px;
}

a.footer_supporters_link {
	display: block;
	margin-top: 5px;
}




#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#E55710;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	/* Added for Facebook */
	position: relative;
	}


/* Hides from IE-mac */
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
div.messages.help{
	margin-top: 20px;
	margin-bottom: 20px;
}

#Signature > div.crm-block.crm-petition-form-block > div.crm-section.crm-petition-contact-profile > div.crm-section.-section > div.content > label {
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}

#custom_8_1 {
	float: left;
	margin-top: 10px;
	display: block;
}

.gemeingut_spenden h3 {
font: 1.3em Arial !important;
color: #E55710 !important;
font-weight: bold !important;
background-color: #FFFFFF !important;
margin: 0 !important;
padding: 0 !important;
margin-bottom: 15px !important;
}

.gemeingut_spenden p {
	line-height: 175%;
}


#post_6645 #crm-container > div.crm-title > h1.title{
	/*display:none;*/
}


/*spendenformular*/
#spenden__amount, #spenden__contact, #spenden__payment{
    margin-top: 30px;
    margin-bottom: 30px;
}

#spenden__payment__lastschrift, #spenden__payment__ueberweisung, #spenden__payment__paypal{
    margin-bottom: 30px;
}

#stadttour {
    width: 590px;
    height: 590px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 45px;
}

.stadttour__punkt {
    background-color: #ff6600;
    color: white;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 1.3;
    font-size: 12px;
    max-width: 250px;
}

#punkt1 {
    top: 314px;
    left: 85px;
}

#punkt2 {
    top: 423px;
    left: 375px;
}

#punkt3 {
    top: 551px;
    left: 335px;
}

#punkt4 {
    top: 410px;
    left: -7px;
	max-width: 190px;
}

#punkt5 {
    top: 7px;
    left: 278px;
	max-width:260px;
}

#punkt6 {
    top: 171px;
    left: 292px;
}

#punkt7 {
    top: 140px;
    left: 290px;
}

#punkt8 {
    top: -40px;
    left: 280px;
}


.stadttour__punkt:hover:after{
    background: #ff6600;
    /* background: rgba(0,0,0,.8); */
    /* border-radius: 5px; */
    top: 100%;
    color: #fff;
    content: attr(data);
    left: 0px;
    padding: 6px 10px;
    position: absolute;
    z-index: 99;
 
    /* height: 124px; */
    font-size: 12px;
}


.stadttour__punkt.right_marker:before{
    border: solid;
    border-color: #ff6600 transparent;
    border-width: 6px 6px 0 6px;
    bottom: -6px;
    content: "";
    right: 0;
    position: absolute;
    z-index: 98;
}

.stadttour__punkt.left_marker:before {
    border: solid;
    border-color: #ff6600 transparent;
    border-width: 6px 6px 0 6px;
    bottom: -6px;
    content: "";
    left:0;
    position: absolute;
    z-index: 99;
}

.stadttour__punkt.left_marker2:before {
    border: solid;
    border-color: #ff6600 transparent;
   border-width: 0px 6px 6px 6px;
    bottom: -6px;
    content: "";
    left:0;
	bottom:45px;
    position: absolute;
    z-index: 99;
}


a.stadttour__button {
    display: block;
    background: #ff6600;
    width: 80%;
    height: 50px;
    color: white;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
}




.centered_text {
    text-align: center;
}

.centered_text a, a.rsswidget{
    display: inline !important;
}

a.support_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #bd450a;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bd450a;
	box-shadow:inset 0px 1px 0px 0px #bd450a;
	background-color:#e55710;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0px;
	border:1px solid #fa7735;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:180px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #99664c;
	position: absolute;
	right: 0;
	bottom: 10px;
}
a.support_btn:hover {
	background-color:#ff6a1f;
}
a.support_btn:active {
	position:absolute;
	bottom:9px;
}

#sidebar-top a {
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 1px;
    display: block;
}


#post-7027{
	margin: 5px;
}

#post-7027 p {
	font-size: 14px;
}

#post-7027 #stats, #post-7027 span.breadcrumbs {
	display: none;
}

#post-7027 h2.title {
	font: 3.5em Arial;
	font-weight: bold;
	letter-spacing: -0.08em;
	margin-top: 20px;
	margin-bottom: 20px;
}

#post-7027 h3 {
	margin-bottom: 15px;
}

#post-7027 h3.listit {
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#post-7027 ul.tasks {
	font-size: 14px;
	border: 1px solid black;
	padding: 20px;
	margin-left: 30px;
	margin-right: 30px
}

#post-7027 ul.tasks li {
	list-style: square;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
}

div#intro {
	font-size: 14px;
	line-height: 1.3;
}

div#crm-container {
	margin-left: 15px;
	margin-right: 15px;
}

.crm-container .crm-section div.content, .crm-block .crm-section div.content {
	margin-left: 150px;
}

div.price-set-row label {
	margin-left: 10px;
}

#crm-container.crm-public .crm-section, .crm-section {
	margin-bottom: 10px;
}

#crm-container.crm-public .price-set-row .crm-price-amount-amount {
	font-weight: normal !important;
}

div.tourbox {
	border: 1px solid black;
	padding: 25px;
	margin-bottom: 30px;
}

h2.tourbox {
	color: #ff6600;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	margin-top: 10px;
}

div#post_7419 p, div.spendenseite p{
    font-size: 14px;
    line-height: 1.4;
}

div#sidebar.spendenseite h3{
    font-size: 16px;
    font-weight: normal;
}

div.spendenseite p{
    padding-left: 5px;
    padding-right: 5px;
}

.spendenseite #sidebar-top a {
    font-size: 14px;    
    display: inline;
}

div.spendenseite img.gibpatinnen {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid grey;
}

div.spendenseite p.gibpatinnen {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

#wasistppp_sidebar {
	float: left;
	width: 280px;
	background: white;
	margin-right: 15px;
	height: 500px;
	padding: 15px;
	font-size: 16px;
}

ul#wasistppp_menu{
	list-style-type: none;
}

/* hier das Menü ausblenden */

div#cat-1.category, div#cat-2.category, div#cat-3.category, div#cat-4.category, div#cat-5.category {display:none;}
div#middle.clearfloat {display:none;}


/* hier das Menü aktuelle Blogeinträge verändern */

div#blogfont {font: 1.1em Arial;
font-weight: bold;
background: #333;
color: #fff;
margin: 0px 0px 5px 0px;
padding: 3px 10px;}


div#content.wasistppp {
	font-size: 14px;
}


#content.wasistppp h2.title {
	border-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}



.wasistppp div.post{
	padding: 20px;
	padding-top: 10px;
}

ul#wasistppp_menu li {
	padding-top: 5px;
	padding-bottom: 5px;
	/* border-bottom: 1px solid black; */
}

ul#wasistppp_menu li:first-child {
	/* border-top: 1px solid black; */
}

div#content.wasistppp h3 {
	margin-bottom:10px;
	margin-top:30px;
}

div#content.wasistppp h4 {
	margin-bottom:10px;
	margin-top:20px;
}

div#content.wasistppp {
/* text-align:justify; */
	hyphens:auto;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
}

.unterschreiben_btn{
	-moz-box-shadow: inset 0px 1px 0px 0px #bd450a;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bd450a;
	box-shadow: inset 0px 1px 0px 0px #bd450a;
	background-color: #e55710;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	text-indent: 0px;
	border: 1px solid #fa7735;
	display: inline-block;
	color: #ffffff !important;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	height: 40px;
	line-height: 40px;
	width: 300px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #99664c;
}
.centered {
	text-align: center;
}

li.current_page_item a {
    background-color: #E55710;
}

li.current_page_parent a {
    background-color: #E55710;
}

li.menu-item-home a {background-color: #E55710;}




/*  TESTS
#page-bar .current_page_parent a, #page-bar .current_page_item a  {
    background-color: #E55710;
}

ul#wasistppp_menu li a:hover, ul#wasistppp_menu li a:active {color: #333; text-decoration:none;}

ul#wasistppp_menu li.active a {color: #333; text-decoration:none;}

ul#wasistppp_menu >li.current_page_item a {
background: #333;
color: #F00;
}


div#hom li.current_page_item a, #page-bar li.current_page_item a {
    background-color: #E55710;
}

div#hom a.current_page_item {
    background-color: #E55710;
}

 #page-bar a:active {
    background-color: #E55710;
} */




div#footer_supporters_4.footer_supporters {

margin-top:23px;
/* margin-left: -290px; */
}


/* graue Line Spendenformular */

div#fbIframeDiv
{
position: relative;
border-top: 3px solid #ddd;
padding-top: 20px;
}

/* infothek-menü */

ul#menu-infothek-menue.menu a  {
word-wrap: break-word;
font-family: Georgia;
background:none;
font-size: 14px;
line-height: 1.4;
}

ul#menu-infothek-menue.menu h3 {
font-size: 16px;
font-weight: normal;
}

/* Kategorien Übersicht */

label.screen-reader-text {
display:none;
}

/* Featured Seitenleiste */

ul#featured-sidebar a {
display:none;
}

li.cat-post-item { background:none !important; }

