/*
  Theme Name: Sterntaler 2.0
  Theme URI: http://dieideeistgut.de
  Description: Standard Template Sterntaler
  Author: Simon Rei @ <a href="http://reizwerk.com/" target="blank">REIZWERK.com</a> for grafitecture
  Author URI: http://reizwerk.com/
  Version: 2.0
  Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready
*/

/** START HTML5 Boilerplate CSS **/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
@import url("webfonts/OceanSans/stylesheet.css");


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #8eb82c; color: #fff; text-shadow: none; }
::selection { background: #8eb82c; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

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

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

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

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

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

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

p {
  text-align: left;
  padding: 0;
  margin: 0;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

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

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

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

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Simon Rei
   ========================================================================== */

body {
  background: url(img/bg_body_main.jpg) no-repeat center top #e3f1f8;
}

#wrap {
  width: 960px;
  background: white;
  margin: 0 auto 0 auto;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05),0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

/*header*/
header {
  overflow: visible;
  background: url(img/bg_header.jpg) no-repeat;
  height: 175px;
}

header p{
  display: none;
}
header h1{
  display: block;
  width: 370px;
  text-indent: -1000em;
  height: 168px;
  margin: 0;
  padding: 0;
  float: left;
}
header h1 a{
  display: block;
  height: 168px;
}
header nav {
  width: 590px;
  float: left;
  overflow: visible;
  position: relative;
}

#content .startpage {
  background: #3daaff;
  padding-bottom: 10px;
}
#content .startpage #meteor-slideshow {
  padding: 10px 10px 0px 10px;
  margin-bottom: 50px;
}
#content .startpage #meteor-slideshow .meteor-clip {
  box-shadow: 0 0 5px 0 #000000;
}
#content .startpage .startcontent {
  font-family: 'OceanSans', OceanSans;
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-shadow: 0px 1px 1px #328cd3;
  -webkit-filter: dropshadow(color=#328cd3, offx=0, offy=1);
  filter: dropshadow(color=#328cd3, offx=0, offy=1);
  padding: 0 40px;
  margin: 0;
}
#content .startpage div.startsidebar {
  padding: 10px 40px 10px 40px;
}
#content .startpage div.startsidebar ul{
  list-style: none;
  margin: 0;
  padding: 0 0 0px 0;
}
#content .startpage div.startsidebar ul li{
  margin: 0 0 0 0px;
}
#content .startpage div.startsidebar .home_extralinks .textwidget {
  overflow: hidden;
  padding-left: 3px;
}
#content .startpage div.startsidebar .home_extralinks .textwidget div{
  background: url(img/bg_nav_orange_001.jpg);
  width: 253px;
  border: 3px solid white;
  float: left;
  margin: 0 0 15px 50px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
#content .startpage div.startsidebar .home_extralinks .textwidget div:first-child{
  margin: 0 0 0 0;
}
#content .startpage div.startsidebar .home_extralinks .textwidget div a{
  display: block;
  height: 70px;
  cursor: pointer;
  text-indent: -1000em;
  background: url(img/bg_homelinks_sprite.png) no-repeat;
}
#content .startpage div.startsidebar .home_extralinks .textwidget div:hover a{
  background: url(img/bg_homelinks_sprite_hover.png) no-repeat;
}
#content .startpage div.startsidebar .home_extralinks .textwidget div a.kontakt{
  background-position: left bottom;
}
#content .startpage div.startsidebar .home_extralinks .textwidget div a.facebook{
  background-position: left top;
}
#content .startpage div.startsidebar .home_extralinks .textwidget div a.spende{
  background-position: left center;
}
#content .startpage div.startsidebar .home_extralinks .textwidget div:hover{
  position: relative;
  top: 1px;
}





#content .startpage .startcontent h1{
  color: white;
  padding: 0;
  margin: -20px 0 0 0;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  font-style: italic;
}
#content .startpage .startcontent p{
  display: block;
  padding: 10px 0 10px 0 !important;
  font-weight: 600;
  font-size: 16px;
}
#startxtra {
  background: white;
  padding-bottom: 30px;
}

#startxtra .startextra_neuigkeiten {
  background: url(img/bg_startextra_neuigkeiten.jpg) repeat-x;
  margin-bottom: 30px;
}
#startxtra .startextra_spenden {
  background: url(img/bg_startextra_spenden.jpg) repeat-x;
  margin-bottom: 30px;
}
#startxtra .startextra_calendar {
  background: url(img/bg_startxtra_calendar.jpg) repeat-x;
}
#startxtra .startextra_wrap {
  margin: 0 auto;
  width: 960px;
  padding: 0px 40px 20px 40px;
}
#startxtra .startextra_wrap h1{
  font-size: 36px;
  line-height: 40px;
  padding: 54px 0 0 0;
  margin: 0px 0 0 0;
  font-family: 'OceanSans', OceanSans;
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
}

#startxtra .startextra_wrap .startseiten_content {
  overflow: hidden;
  padding-top: 10px;
  padding-left: 3px;
}
#startxtra .startextra_wrap .startseiten_content .startextra_item {
  width: 260px;
  float: left;
  margin: 0 0 10px 50px;
  font-family: 'OceanSans', OceanSans;
}
#startxtra .startextra_wrap .startseiten_content .startextra_item:first-child {
  margin: 0 0 0 0;
}
#startxtra .startextra_wrap .startseiten_content .startextra_item:nth-child(4),
#startxtra .startextra_wrap .startseiten_content .startextra_item:nth-child(7),
#startxtra .startextra_wrap .startseiten_content .startextra_item:nth-child(10) {
  clear: both;
  margin-left: 0;
}
#startxtra .startextra_wrap .startseiten_content .startextra_item .imagebox {
  margin: 0 0 18px 0;
}
#startxtra .startextra_wrap .startseiten_content .startextra_item .imagebox a{
  display: block;
}
#startxtra .startextra_wrap .startseiten_content .startextra_item .imagebox a img{
  border: 4px solid white;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
#startxtra .startextra_wrap .startseiten_content .startextra_item .textbox a {
  display: block;
  text-decoration: none;
}
#startxtra .startextra_wrap .startseiten_content .startextra_item .textbox a.textmore {
  margin-top: 10px;
}
#startxtra .startextra_wrap .startseiten_content .startextra_item .textbox a.textmore:hover {
  text-decoration: underline;
}

#startxtra .startextra_wrap .startseiten_content.news .startextra_item .textbox a {
  color: #bd70cb;
}
#startxtra .startextra_wrap .startseiten_content.spenden .startextra_item .textbox a {
  color: #ffb726;
}
#startxtra .startextra_wrap .startseiten_content.termine .startextra_item .textbox a {
  color: #8eb82c;
}
#startxtra .startextra_wrap .startseiten_content .startextra_item .textbox a.title {
  text-decoration: none;
  color: #666;
  font-size: 16px;
}
#startxtra .startextra_wrap .startseiten_content .startextra_item .textbox {
  color: #999;
  font-size: 13px;
  line-height: 20px;
}

#startxtra .startextra_neuigkeiten h1{
  color: #bd70cb;
  text-shadow: 0px 1px 1px #d1bbd6;
  -webkit-filter: dropshadow(color=#d1bbd6, offx=0, offy=1);
  filter: dropshadow(color=#d1bbd6, offx=0, offy=1);
}
#startxtra .startextra_spenden h1{
  color: #ffa926;
  text-shadow: 0px 1px 1px #ad904c;
  -webkit-filter: dropshadow(color=#ad904c, offx=0, offy=1);
  filter: dropshadow(color=#ad904c, offx=0, offy=1);
}
#startxtra .startextra_calendar h1{
  color: #8eb82c;
  text-shadow: 0px 1px 1px #80935a;
  -webkit-filter: dropshadow(color=#80935a, offx=0, offy=1);
  filter: dropshadow(color=#80935a, offx=0, offy=1);
}

/*footer*/
footer {
  background: #57b3fc;
  padding: 0px 0 0 0;
}
footer > ul{
  list-style: none;
  margin: 0;
  padding: 0 0 0px 0;
}
footer ul .widget-container{
  width: 880px;
  margin: 0 auto;
  font-family: 'OceanSans', OceanSans;
  color: white;
}
footer > ul:first-child{
  border-top: 2px solid #50a8f0;
}
footer ul .widget-container h3{
  padding: 20px 0 0 0;
  margin: 10px 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  font-style: italic;
  text-shadow: 0px 1px 1px #328cd3;
  -webkit-filter: dropshadow(color=#328cd3, offx=0, offy=1);
  filter: dropshadow(color=#328cd3, offx=0, offy=1);
}
footer ul .widget-container .textwidget div {
  overflow: hidden;
}
footer ul .widget-container .textwidget ul {
  padding: 0;
  margin: 0;
}
footer ul .widget-container .textwidget ul li{
  display: block;
  width: 320px;
  float: left;
}

/* st_box_partner */
footer ul .widget-container.st_box_partner ul{
  overflow: hidden;
  padding-bottom: 5px;
}
footer ul .widget-container.st_box_partner ul li{
  width: 140px;
  height: 100px;
  display: block;
  background: white;
  margin: 0 0 0 8px;
  position: relative;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
footer ul .widget-container.st_box_partner ul li:first-child{
  margin: 0 0 0 0;
}
footer ul .widget-container.st_box_partner ul li:hover{
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 1px;
}
footer ul .widget-container.st_box_partner ul li a{
  display: block;
  width: 140px;
  height: 100px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  line-height: 100px;
}

/* st_box_produkte */
footer ul .widget-container.st_box_produkte ul{
  overflow: hidden;
  padding-bottom: 5px;
}
footer ul .widget-container.st_box_produkte ul li{
  width: 140px;
  height: 100px;
  display: block;
  background: white;
  margin: 0 0 0 8px;
  position: relative;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
footer ul .widget-container.st_box_produkte ul li:first-child{
  margin: 0 0 0 0;
}
footer ul .widget-container.st_box_produkte ul li:hover{
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 1px;
}
footer ul .widget-container.st_box_produkte ul li a{
  display: block;
  width: 140px;
  height: 100px;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  line-height: 100px;
}

/* srp-widget-container (organisation) */
footer .srp-widget-container {
  padding: 10px 0 0 0;
}
footer .srp-widget-container .srp-widget-singlepost {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  border: none;
  border-bottom: 1px dashed #9bd8ff;
}
footer .widget_specialrecentposts h3{
}
footer .srp-widget-container .srp-widget-singlepost h4{
  padding: 0;
  margin: 10px 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-style: italic;
  text-shadow: 0px 1px 1px #328cd3;
  -webkit-filter: dropshadow(color=#328cd3, offx=0, offy=1);
  filter: dropshadow(color=#328cd3, offx=0, offy=1);
}
footer .srp-widget-container .srp-widget-singlepost h4 a {
  color: white;
  text-decoration: none;
}
footer .srp-widget-container .srp-widget-singlepost .srp-thumbnail-box {
  padding-right: 20px !important;
}
footer .srp-widget-container .srp-widget-singlepost .srp-thumbnail-box a {
  display: block;
  border: 3px solid white;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
footer .srp-widget-container .srp-widget-singlepost .srp-widget-stringbreak-link {
  display: block;
  margin: 15px 0 0 382px;
  text-indent: -1000em;
  height: 32px;
  width: 158px;
  background: url(img/bg_bttn_morereading.jpg) no-repeat center top;
}
footer .srp-widget-container .srp-widget-singlepost .srp-widget-stringbreak-link:hover {
  background: url(img/bg_bttn_morereading.jpg) no-repeat center bottom;
}

/* kontakt footer */
footer .last_footer_box {
  background: white;
  padding: 10px 40px 40px 40px;
}
footer .last_footer_box h3{
  color: #004480;
  text-shadow: none !important;
  -webkit-filter:  none !important;
  filter:  none !important;
}
footer .last_footer_box .textwidget {
  color: #004480;
}
footer li.last_footer_box .textwidget ul li{
  display: block;
  width: 25%;
  float: left;
  font-size: 13px;
  line-height: 22px;
}
footer li.last_footer_box .textwidget ul li:nth-child(1){
  width: 28%;
}
footer li.last_footer_box .textwidget ul li:nth-child(2){
  width: 33%;
}
footer li.last_footer_box .textwidget ul li:nth-child(3){
  width: 19%;
}
footer li.last_footer_box .textwidget ul li:nth-child(4){
  width: 19%;
}
footer li.last_footer_box a {
  text-decoration: none;
  color: #004480;
  border-bottom: 1px solid rgba(0,68,128,0.15);
}
footer li.last_footer_box a:hover {
  border-bottom: 1px solid rgba(0,68,128,0.35);
}

footer .page_spacer{
  height: 10px;
  background: url(img/bg_footer_spacer.jpg) center bottom repeat-x;
  margin-top: 20px;
}


/* main pages */
.page_head_shadow {
  display: none;
}
.page-template-default .page_head_shadow,
.single .page_head_shadow{
  height: 6px;
  background: url(img/bg_page_head_shadow.png);
  position: relative;
  top: 169px;
  display: block;
  z-index: 5;
}
#content {
  overflow: visible;
  font-family: 'OceanSans', OceanSans;
  font-weight: normal;
  font-size: 14px;
  color: #003d6a;
}

/*sidebar */
#content .sidebar{
  float: left;
  width: 220px;
  margin: 0px 0 0 40px;
}
#content .sidebar ul{
  display: block;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
/*lvl1*/
#content .sidebar ul li{
  padding: 2px 0;
}
#content .sidebar ul li a {
  color: #003D6A;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
/*lvl2*/
#content .sidebar ul ul ul {
  display: none;
}
#content .sidebar ul ul .current-menu-ancestor ul,
#content .sidebar ul ul .current_page_item ul {
  display: block;
  margin: 0px 0 5px 0;
}

#content .sidebar ul ul ul li {
  padding: 1px 0 1px 10px;
  margin-right: 10px;
}
#content .sidebar ul ul ul li.current-menu-item{
  background: url(img/bg_sidebar_active_bg.png) no-repeat;
}
#content .sidebar ul ul ul li a {
  color: #777;
  text-decoration: none;
  font-size: 13px;
  line-height: 12px;
  font-weight: 400;
}
#content .sidebar ul ul > ul li.current-menu-item a{
  color: #666;
}
/*lvl3*/
#content .sidebar ul ul ul ul{
  margin: 0px 0 0px 0;
}
#content .sidebar ul ul ul ul li{
  padding: 0px 0px 0px 14px;
  border-bottom: 1px solid #eee;
  margin-right: 20px;
}
#content .sidebar ul ul ul ul li{
  background: url(img/bg_sidebar_sublis.png) no-repeat 6px 1px;
}
#content .sidebar ul ul ul ul li.current-menu-item{
  background: url(img/bg_sidebar_sublis.png) no-repeat 6px 1px;
}
#content .sidebar ul ul ul ul li a{
  font-size: 12px;
}
#content .sidebar ul ul ul ul li.current-menu-item a{
  color: #003D6A;
}

/*sidebar 2 - colors */
#content .sidebar #nav_menu-6 ul li a{
  font-size: 14px;
  font-weight: 400;
}
#content .sidebar #nav_menu-6 #menu-item-560 a{
  color: #bd70cb;
}
#content .sidebar #nav_menu-6 #menu-item-561 a{
  color: #003c69;
}
#content .sidebar #nav_menu-6 #menu-item-562 a{
  color: #ffb726;
}
#content .sidebar #nav_menu-6 #menu-item-563 a{
  color: #8eb82c;
}
#content .sidebar #nav_menu-6 ul > li:before {
/*  content: "→  ";*/
    background: url(img/bg_sidebar_sublis.png) no-repeat 6px 1px;
  color: #ddd;
}
/*sb2*/
#content .sidebar #nav_menu-5 ul li a{
  font-size: 12px;
  font-weight: 200;
}
/*sb3*/
#content .sidebar .widget_calendarposts {}
#content .sidebar .widget_calendarposts h3{
  color: #003D6A;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #8eb82c;
  margin: 0 0 2px 0;
}
#content .sidebar .widget_calendarposts .cp-date-div {
  border-top: 1px solid #eee;
  margin: 0 30px 0 0;
  padding: 5px 10px 5px 5px;
  background: url(img/bg_ico_arrow.png) no-repeat right center;
}
#content .sidebar .widget_calendarposts .cp-date-div:hover {
  background: url(img/bg_ico_arrow_h.png) no-repeat right center #eee;
}
#content .sidebar .widget_calendarposts .cp-date-div a{
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

#content .sidebar .widget_calendarposts .cp-date-div .cp-date{
  color: gray;
  display: block;
  font-size: 12px;
  font-weight: 400;
}

/*custom spenden search*/
#content .sidebar .spenden_search {}
#content .sidebar .spenden_search h3{
  color: #FFB726;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 2px 0;
}
#content .sidebar .spenden_search .textwidget {
  border-top: 1px solid #eee;
  margin: 0 30px 0 0;
  padding: 5px 10px 5px 5px;
  font-size: 14px;
  color: #666;
  font-weight: 300;
}
#content .sidebar .spenden_search .textwidget:hover {
  background: #eee;
}
#content .sidebar .spenden_search form label{
  margin: 0 0 10px 0;
  display: block;
}
#content .sidebar .spenden_search form #s{
  width: 175px;
  margin: 0 0 4px 0;
}
#content .sidebar .spenden_search form #s:focus{
  outline: none;
}
#content .sidebar .spenden_search form #searchsubmit{
  appearance: normal;
  -webkit-appearance: none;
  border: none;
  background: url(img/bg_main_s_orange.jpg);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 10px 3px 10px;
  display: block;
}
#content .sidebar .ajax_calendar_widget {
  margin: 30px 0 0 0;
}
body.search .ajax_calendar_widget {
  display: none !important;
}
#content .sidebar .ajax_calendar_widget h3{
  color: #FFB726;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #eee;
  width: 190px;
}
#content .sidebar .ajax_calendar_widget #wp-calendar {
  margin: 0 30px 0 0;
  padding: 5px 0px 5px 5px;
  font-size: 14px;
  color: #666;
  font-weight: 300;
  width: 190px;
}
#content .sidebar .ajax_calendar_widget #wp-calendar caption{
  background: #eee;
  border-radius: 4px 4px 0px 0px;
  font-weight: 400;
  font-size: 12px;
  padding: 3px 0;
}
#content .sidebar .ajax_calendar_widget #wp-calendar th {
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  font-size: 10px;
  padding: 3px 0;
}
#content .sidebar .ajax_calendar_widget #wp-calendar thead,
#content .sidebar .ajax_calendar_widget #wp-calendar tbody {
  border-left: 1px solid #eee;
}
#content .sidebar .ajax_calendar_widget #wp-calendar tbody td {
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#content .sidebar .ajax_calendar_widget #wp-calendar tbody td a{
  display: block;
  background: #003D6A;
  color: white;
}

#content .sidebar .ajax_calendar_widget #wp-calendar td#prev{
  padding: 6px 0 0 10px;
}
#content .sidebar .ajax_calendar_widget #wp-calendar td#next{
  padding: 6px 10px 0 0;
  text-align: right;
}


/* content */
.single #content,
.category #content,
.page #content,
.archive #content{
  background: url(img/bg_content_shadow.png) no-repeat 250px 67px ;
  min-height: 600px;
}
#content div.article_head {
  height: auto;
  background: #32a1fa;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
#content div.article_head.neuigkeiten {
  background: #BD70CB;
}
#content div.article_head.termine-kalender {
  background: #8eb82c;
}
#content div.article_head.spenden {
  background: #ffb726;
}
#content div.article_head div{
  height: 100%;
  width: 250px;
  background: white;
  float: left;
  position: absolute;
}
#content div.article_head h1{
  float: left;
  height: auto;
  line-height: 37px;
  margin: 0;
  color: white;
  width: 680px;
  font-size: 28px;
  padding: 5px 0 5px 280px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
  -webkit-filter: dropshadow(color=rgba(0,0,0,0.4), offx=0, offy=1);
  filter: dropshadow(color=rgba(0,0,0,0.4), offx=0, offy=1);
}

#content > article,
#content .cat_item_lists{
  width: 640px;
  float: right;
  margin: 15px 40px 0 0;
}
#content article .entry-content .diy-row {
  overflow: visible !important;
}
#content article .entry-content .diy-row > br{
  display: none;
}
#content article .entry-content .diy-row .diy-column{
  width: 310px;
  margin-left: 20px;
  float: left;
  padding: 0 0 20px 0;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  font-weight: 300;
}
#content article .entry-content .diy-row .diy-column > br:first-child{
  display: none;
}

#content article .entry-content .diy-row .diy-column:first-child{
  margin-left: 0px;
}

#content article .entry-content p{
  padding: 0 0 20px 0;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  font-weight: 300;
}
#content article .entry-summary p{
  padding: 0 0 20px 0;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  font-weight: 300;
}
#content article .entry-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content article .entry-content ul li{
  line-height: 22px;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #eee;
  font-weight: 300;
  margin: 0 0 0px 0px;
  padding: 2px 0 2px 20px;
  background: url(img/bg_sidebar_sublis.png) 10px 3px no-repeat;
}
#content article .entry-content ul li:first-child{
  border-top: none;
}
/* CC images*/
#content article img.alignright{
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
  margin: 20px 0 20px 20px;
  border: 5px solid white;
}
#content article img.alignleft{
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
  margin: 20px 20px 20px 0px;
  border: 5px solid white;
}
#content article img.aligncenter{
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
  margin: 20px 0px 20px 0px;
  border: 5px solid white;
}
#content article img.alignleft.size-thumbnail {
  margin: 5px 15px 15px 0px;
}
#content article img.alignright.size-thumbnail {
  margin: 5px 0 15px 15px;
}
#content article img.aligncenter.size-thumbnail {
  margin: 15px 0 15px 0px;
}




#content article .entry-content a{
  color: #888;
  text-decoration: none;
}

#content article .entry-title {
  margin: 10px 0 0 0;
}
#content article a.textmore{
  display: block;
  float: right;
  clear: right;
}
#content article a.textmore:hover{
  text-decoration: underline;
}
#content article .entry-meta {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  font-size: 11px;
  font-weight: 200;
  border-bottom: 1px dotted #eee;
  line-height: 12px;
  color: #666;
}
/* Special Cases/ DIVS */
#content article .ansprechpartner {
  clear: both;
  overflow: visible;
}
#content article .ansprechpartner img{
  margin: 25px 20px 20px 0px;
}
#content article .ansprechpartner h3{
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}

#content article a,
#content article h1,
#content article h2,
#content article h3,
#content article h4,
#content article .entry-content a,
#content article .entry-content h1,
#content article .entry-content h2,
#content article .entry-content h3,
#content article .entry-content h4,
#content article .navigation a {
  color: #003C69;
  text-decoration: none;
}
#content article.category-termine-kalender a,
#content article.category-termine-kalender h1,
#content article.category-termine-kalender h2,
#content article.category-termine-kalender h3,
#content article.category-termine-kalender h4,
#content article.category-termine-kalender .entry-content a,
#content article.category-termine-kalender .entry-content h1,
#content article.category-termine-kalender .entry-content h2,
#content article.category-termine-kalender .entry-content h3,
#content article.category-termine-kalender .entry-content h4,
#content article.category-termine-kalender .navigation a {
  color: #8eb82c;
  text-decoration: none;
}
#content article.category-spenden a,
#content article.category-spenden h1,
#content article.category-spenden h2,
#content article.category-spenden h3,
#content article.category-spenden h4,
#content article.category-spenden .entry-content a,
#content article.category-spenden .entry-content h1,
#content article.category-spenden .entry-content h2,
#content article.category-spenden .entry-content h3,
#content article.category-spenden .entry-content h4,
#content article.category-spenden .navigation a {
  color: #FFB726;
  text-decoration: none;
}
#content article.category-neuigkeiten a,
#content article.category-neuigkeiten h1,
#content article.category-neuigkeiten h2,
#content article.category-neuigkeiten h3,
#content article.category-neuigkeiten h4,
#content article.category-neuigkeiten .entry-content a,
#content article.category-neuigkeiten .entry-content h1,
#content article.category-neuigkeiten .entry-content h2,
#content article.category-neuigkeiten .entry-content h3,
#content article.category-neuigkeiten .entry-content h4,
#content article.category-neuigkeiten .navigation a {
  color: #BD70CB;
  text-decoration: none;
}

#content article .entry-utility {
  background: #eee;
  color: #888;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 12px;
}
#content article .entry-utility a{
  color: #888;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

#content article .navigation {
  border-radius: 4px;
  border: 1px solid #eee;
  background: #f9f9f9;
  color: #888;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
#content article .navigation a{
  display: block;
  text-decoration: none;
  float: right;
}
#content article .navigation a:hover{
  position: relative;
  left: 2px;
}
#content article .navigation a:first-child{
  float: left;
}
#content article .navigation a:first-child:hover{
  position: relative;
  left: -2px;
}

#content #nav-below {
  text-align: center;
  padding-top: 16px;
  background: no-repeat center top url('img/bg_nav_bottom.png');
}
#content #nav-below a{
  text-decoration: none;
  color: #004480;
  border-bottom: 1px solid rgba(0, 68, 128, 0.15);
}
#content #nav-below a:hover{
  color: #06e;
}

.page-id-1672 .entry-content p > a {
  text-decoration: underline !important;
}



/* WP extras */
.post-edit-link {
  display: block;
  background: rgba(0,0,0,0.81);
  width: 50px;
  position: fixed;
  text-align: center;
  top: 0;
  color: white !important;
  text-decoration: none;
  line-height: 50px;
  right: 50px;
  height: 50px;
  border-radius:  0px 0px 5px 5px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  background: #666666; /* Old browsers */ /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(16%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #666666 0%,#000000 16%,#000000 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-linear-gradient(top, #666666 0%, #000000 16%, #000000 100%);
  background: linear-gradient(to bottom, #666666 0%,#000000 16%,#000000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
  margin: 0 0 12px 0;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #eee;
  padding: 5px;
}
.gallery img:hover {
  background: white;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1100px) {
  /* Style adjustments for viewports that meet the condition */

}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

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

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; -webkit-filter:none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { 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; } /* h5bp.com/t */
  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; }
}


/** END HTML5 Boilerplate CSS **/
/** START Starkers CSS **/
/* LAYOUT */
/* ----------------------------------------- */
/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}

.wp-caption {
    background: #f0f0f0;
    border: 0px solid #dbe4e8;
    max-width: 96%;
    padding: 8px 3px 0px 3px;
    text-align: center;
    border-radius: 4px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    height: auto;
    margin: 0 0 8px 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.22);
}

.wp-caption p.wp-caption-text {
    font-size: 12px !important;
    line-height: 17px !important;
    margin: 0 !important;
    padding: 0 4px 5px !important;
    text-align: center;
}

/** END WordPress-Defined CSS Classes **/
