/*
Theme Name: Elbschloss an der Bille
Theme URI: http://www.qbus.de
Description: Elbschloss an der Bille
Version: 1.0.1
Author: Qbus Agentur - Marten Brosch
Author URI: http://www.qbus.de
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents
==================================================
#Global Reset
#Structural Customization
#Header
#Navigation Bar
#Typography
#Tables
#Widgets
#WP Blog
#Form Buttons
#Styled Buttons
#Tabs
#Toggles
#Callouts
#Comments
#WP Gallery
#Misc
*/

/* @import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700); */

/* @group Global Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

.entry-content ul {
	list-style:inherit;
	margin:0 2em 1em;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.pad td {
	padding: 10px;
}

pre,code {
	white-space: normal;
	background-color: #ededed;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	display: block;
	width: 100%;
	margin: 5px 0;
	padding: 5px;
}
p code {display: inline;}


body {
	line-height: 150%;
	-webkit-text-size-adjust: 100%;
	background:url(images/nt/dots_bg.png) repeat;
	color:#2d2d2d;
	font-family: 'Droid Sans', sans-serif;
}

/* @end */



/* @group Structural Customization */


#header {
	clear: both;
	margin-top: 16px;
	background: url("images/nt/linie.png") bottom left repeat-x;
	padding-bottom:4px;
	margin-bottom:7px;
}

#header .inner {
	padding-top: 15px;
	padding-bottom: 20px;
}

#header .header_extras {
	float: right;
}

#header_image{
	background:url("images/nt/linie.png") repeat-x scroll left bottom transparent;
	margin-bottom:5px;
	padding-bottom:10px;
}

.page #header_image,
.blog #header_image,
.single #header_image,
.search #header_image{
	margin-bottom:20px;
}

.home #header_image{
	margin-bottom: 5px;
}

/* Teaser */

#teaser {
	background:url("images/nt/linie.png") repeat-x scroll left bottom transparent;
	padding-bottom:14px;
	font-size:14px;
	line-height:1.5em;
	margin-bottom:15px;
}

#teaser p{
	margin:0;
}

.teaser-inner {
	background:#f4f2ed;

	padding:10px 25px;
}

#teaser-left{
	float:left;
	width:660px;
	margin-right:40px;
}

#teaser-right{
	float:right;
	width:180px;
}

#teaser-right a:link,
#teaser-right a:visited,
#teaser-right a:hover,
.button,
.user-submit,
a#toggle{
	display:block;
	text-decoration:none;
	color: #ffffff;
	padding: 5px 10px;
	height:auto;
	background:#f16c03;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 10px;
	border: 0px solid #7d0000;
}

#teaser-right a:link,
#teaser-right a:visited{
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.90em;
	text-align:center;
	width:135px;
	padding:5px 10px;
	margin:5px 0 0 ;
	float: right;
}

/* Give the main wrapper a separate background color */

#wrap {
	background:#fff;
	-webkit-box-shadow: 0px 0px 3px 0px #a6a5a5;
	box-shadow: 0px 0px 3px 0px #a6a5a5;
}

#content{
	width:620px;
	padding-left:0px;
	line-height: 1.5;
	border-top: 5px solid #F4F2ED;
}

.page-template-left-right-column-page-php #content {
	width:660px;
}

#content.six{
	width:460px;
}

.page-template-left-right-column-page-php #sidebar.five{

}

.post{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:5px solid #f4f2ed;
}

.bbPress #content {
	width:900px;
	padding-right:20px;
}
.page-template-left-column-page-php #content{
	padding-left:0;
	padding-right:20px;
}

/* Partner Styles */

#partner{
	margin-top:40px;
	margin-bottom:4px;
}

.toggler{
	cursor:pointer;
	text-indent:-9999999px;
	background:url(images/nt/logos.png) no-repeat bottom center;
	height:13px;
	margin-bottom:3px;
}

.toggler.on{

	background:url(images/nt/logos.png) no-repeat top center;
}

.partner-inner{
	border-top:5px solid #F4F2ED;
	background:#fff;
}

.partner-inner ul.partner-links1{
	border-bottom:1px solid #edeae1;
	padding:8px 0;

}

.partner-inner ul.partner-links2{
	padding:8px 0;
}
#partner p{
	margin:0;
	text-align:center;
	font-size:12px;
	padding:10px 0;
	background:#f4f2ed;
}

.partner-links1,
.partner-links2{
	background:#fff;
	margin:0;
	padding:18px 0;
}

.partner-links1 li{
	float:left;
	width:28%;
	margin:0;
	padding:0;
	text-align:center;
}

.partner-links1 li.last-logo{
	width:16%
}

.partner-links2 li{
	float:left;
	width:25%;
	margin:0;
	padding:0;
	text-align:center
}

.partner-links1 li a,
.partner-links2 li a{
	height:100px;
	display:block;
	text-indent:-99999px;
	border-right:1px solid #edeae1;
}

.partner-links1 li a.last,
.partner-links2 li a.last{
	border:0;
}

.partner-links1 li a.ass{background:url("images/nt/partner/ASS.png") bottom center no-repeat transparent ;}
.partner-links1 li a.ass:hover{background:url("images/nt/partner/ASS.png") top center no-repeat transparent ;}

.partner-links1 li a.osterbrook{background:url("images/nt/partner/Logo_Osterbrook.png") bottom center no-repeat transparent ;}
.partner-links1 li a.osterbrook:hover{background:url("images/nt/partner/Logo_Osterbrook.png") top center no-repeat transparent ;}

.partner-links1 li a.eks{background:url("images/nt/partner/Logo_EK_Stiftung.png") bottom center no-repeat transparent ;}
.partner-links1 li a.eks:hover{background:url("images/nt/partner/Logo_EK_Stiftung.png") top center no-repeat transparent ;}

.partner-links1 li a.dankeskirche{background:url("images/nt/partner/DK.png") bottom center no-repeat transparent ;}
.partner-links1 li a.dankeskirche:hover{background:url("images/nt/partner/DK.png") top center no-repeat transparent ;}



.partner-links2 li a.bgfg{background:url("images/nt/partner/BGFG_v2.png") bottom center no-repeat transparent ;}
.partner-links2 li a.bgfg:hover{background:url("images/nt/partner/BGFG_v2.png") top center no-repeat transparent ;}

.partner-links2 li a.elbkinder{background:url("images/nt/partner/elbkinder.png") bottom center no-repeat transparent ;}
.partner-links2 li a.elbkinder:hover{background:url("images/nt/partner/elbkinder.png") top center no-repeat transparent ;}

.partner-links2 li a.fnw{background:url("images/nt/partner/FNW.png") bottom center no-repeat transparent ;}
.partner-links2 li a.fnw:hover{background:url("images/nt/partner/FNW.png") top center no-repeat transparent ;}

.partner-links2 li a.ekz{background:url("images/nt/partner/EKZ.png") bottom center no-repeat transparent ;}
.partner-links2 li a.ekz:hover{background:url("images/nt/partner/EKZ.png") top center no-repeat transparent ;}


/* Footer Styles */

#footer {
	background:#4880a4;
	color:#fff;
	margin-bottom:0;
	padding:10px 0 0;
}
#footer.noborder {
	border: none;
	padding-top: 0;
}

#footer #credits {
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
	font-size: 12px;
	color: #fff;
	text-align:left;
	background:#005188;
	font-weight:bold
}

a.themeauthor {
	display: block;
	width: 75px;
	height: 12px;
	margin: 0px auto;
	float: right;
	text-decoration: none;
	text-indent: -9999px;
	background: url(images/icons/stlogo.png) no-repeat right center;
}

#footer h3{
	color:#fff;
	padding-bottom:8px;
	background:url(images/nt/footer_linie.png) bottom left repeat-x;
	letter-spacing:0;
	text-shadow:none;
	font-weight:normal;
}

#footer .nav_menu-2{
	margin-left:20px;
	margin-right:40px;
}

#footer .nav_menu-2 ul{
	margin:0 0 20px;
}

#footer .nav_menu-2 ul li{
	float:left;
	margin-right:15px;
	padding-right:15px;
	margin-bottom:20px;
}

#footer .nav_menu-2 ul li.menu-item-32{
	border-right:0;
}

#footer .nav_menu-2 ul li a:link,
#footer .nav_menu-2 ul li a:visited{
	padding:2px 0;
	font-weight:bold;
}

#footer .nav_menu-2 ul li ul{display:none}


#footer .text-3{
	margin-right:30px;
}

/* @end */

/* @group Header */

#site-title {
	margin: 0;
	padding: 0;
	font-size: 21px;
	line-height: 21px;

}

#header div#site-title a,
#header h1#site-title a {
	margin: 0;
	padding: 0;
	line-height: 21px;
	margin-left:20px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 2px;
	text-shadow: 0px 1px 0px #FFF;
	color:#be3a3a;
	text-transform:uppercase;
}

#header #site-title a:hover {
	color: #be3a3a;
}

/* Header Tagline */

#header span.site-desc {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 28px;
	color: #7d7d7d;
	letter-spacing: -1px;
}

/* Image Header */

#header #site-title.graphic a {
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
}
#header span.site-desc.graphic {
	display: none;
}

/* @end */

/* @group Navigation Bar */

#navigation{
	margin:10px 0 !important;
}

#navigation ul {
	width: 100%;
	position:relative;
}


#navigation ul li {
	background-image: none;
	position: relative;
}


#navigation ul li a {
	background-image: none;
	padding: 5px 15px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	font-size:16px;
	color:#005188;
	border:1px solid #fff;
	/*border-top:1px solid #fff;*/
	margin:5px;
}

#navigation ul li:last-child{
	border-right:0;
}

#navigation ul li a .sf-sub-indicator{
	text-indent:-9999px;
	display:inline-block;
	width:18px;
	height:15px;
	background: url(images/nt/pfeil_unten.png) no-repeat top right;
}

#navigation ul li a:active .sf-sub-indicator,
#navigation ul li a:hover .sf-sub-indicator,
#navigation ul li.sfHover a .sf-sub-indicator,
#navigation ul li.active a .sf-sub-indicator{
	background: url(images/nt/pfeil_unten.png) no-repeat bottom right;
}


/* Navbar Hover Links */

#navigation ul li:hover a,
#navigation ul li a:hover {
	color: #f16c03;
	background:#f6f3e6;
	border:1px solid #f6f3e6;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	position: relative;
	/*behavior: url("./wp-content/themes/skeleton/PIE.php");*/
}

#navigation ul li:hover li a {
	color: #005188;
	font-weight: normal;
}

/* Navbar Active Links */

#navigation ul li.active a{
	color: #f16c03;
	background:#f6f3e6;
	border:1px solid #f6f3e6;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}



.forum-archive #navigation ul li#menu-item-61.active a,
.bbPress #navigation ul li#menu-item-61.active a{
	color:#666666;
}

#navigation ul li.menu-item-has-children a:hover,
#navigation ul li.menu-item-has-children a:active,
#navigation ul li.sfHover a{
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

/* Nav Sublevel */

#navigation ul ul{
	top:36px;
}

#navigation ul.sub-menu {
	background:#f6f3e6;
	-webkit-border-radius: 0 8px 8px 8px;
	border-radius: 0 8px 8px 8px;
	margin-left:5px;
	min-width: 235px;
	padding-bottom: 10px;
}

#navigation ul.sub-menu li {
	border: none;
	margin:0;
	padding:0;

}

#navigation ul li ul.sub-menu li a:link,
#navigation ul li ul.sub-menu li a:visited{
	background:#f6f3e6;
	padding: 5px 5px 0 15px;
	font-weight: normal;
	color:#005188;
	margin:0;
	font-size:14px
}

#navigation ul li ul.sub-menu li a:hover,
#navigation ul li.sfHover {
	color:#f16c03;
}

#navigation ul li ul.sub-menu li a:link,
#navigation ul li ul.sub-menu li a:hover,
#navigation ul li ul.sub-menu li a:visited{
	-webkit-border-radius: 0 8px 8px 8px;
	border-radius: 0 8px 8px 8px;
}

.sub-menu li a span{
	float:left;
	margin-right:4px;
}


.sub-menu li a span.pfeil{
	margin-top:9px;
	display:block;
	height:8px;
	width:4px;
	background:url("images/nt/menupfeil_rechts.png") no-repeat scroll top  ;
}

.sub-menu li a:hover span.pfeil{
	background:url("images/nt/menupfeil_rechts.png") no-repeat scroll bottom ;
}
/* Nav Sublevel Links */

#navigation ul.sub-menu li a {
	background: #f0f0f0;
/*height: 32px;
line-height: 32px;*/
min-width: 100px;
border-bottom: none;
position: static;
/*behavior: none;*/
}

/* Nav Sublevel Hover */

#navigation ul.sub-menu li a:hover {
	border-bottom: none;
}


/* @end */



/* @group Typography */

h1, h2, h3, h4, h5 {
	font-family: 'Droid Sans',sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}

h2.entry-title a {
	font-weight: bold;

}


h1 {
	font-size:30px;
	line-height:34px;
	color:#005188;
	margin-top:15px;
	margin-bottom: 20px;
	padding:0;
	font-weight:300;
	font-family: 'Droid Sans',sans-serif;
}


h2 {
	font-weight:bold;
	font-size:20px;
	line-height: 130%;
	margin-bottom: 10px;
	color:#005188
}
h3 {
	font-weight:bold;
	font-size:1.2em;
	line-height: 130%;
	margin-bottom: 8px;
	color:#005188;
}


h4 {font-weight:normal;line-height: 125%; margin-bottom: 8px;color:#005188}
h5 {font-weight:normal;line-height: 120%; margin-bottom: 8px;color:#005188}

h2.entry-title{
	color:#005188 !important;
	font-size:20px;
	line-height:26px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-family: 'Droid Sans',sans-serif;
	/*background: url("images/nt/linie.png") repeat-x scroll left bottom transparent;*/
}

h2.entry-title a,
h2.entry-title a:link,
h2.entry-title a:visited,
h2.entry-title a:active{
	color: #005188!important;
}

h6 {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 8px;
	color: inherit;
	font-weight: bold;
	text-transform: uppercase;
	color: #005188;
}
.subheader { color: #777; }
.normal {font-weight: normal;}
.bolder {font-weight: bolder;}

p { margin: 0 0 20px 0; }
p img { margin: 0; }

.entry-content p img{
	max-width:100%;
	height:auto;
	margin-bottom:20px;
}

.entry-content p a img{
	margin-bottom: 10px;
}

p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a, a:visited {text-decoration: none; outline: 0; color:#f16c03}
a:hover, a:focus { color: #d51717; text-decoration: underline;}
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px;}
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 6px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* # Image Alignment Classes
============================================================== */

.alignright {
	float: right;
	margin: 0px 0px 10px 15px;
}

.alignleft {
	float: left;
	margin: 0px 15px 10px 0px;
}
.aligncenter {
	display:block;
	margin:0 auto;
}

/* WP Captions */

.wp-caption {
	text-align: center;
	padding: 5px;
	margin: 10px auto;
}


.wp-caption {
	border: 1px solid #fff;
	background-color: #f6f6f6;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
	-webkit-box-shadow:1px 1px 6px #ddd;
	-moz-box-shadow:1px 1px 6px #ddd;
	box-shadow:1px 1px 6px #ddd;
	position: relative;
	/*behavior: url('../wp-content/themes/skeleton/css/PIE.php');*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 0 0px 0;
	margin: 0;
}

.wp-caption.alignleft {
	margin: 0px 10px 0px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 0px 10px;
}


/* @end */

/* @group Tables */

table {
	margin: .5em 0 1em;
}

table th {
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: .4em .8em;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	font-weight: bold;
}

table td {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	padding: 10px;
}

/* @end */

/* @group Widgets */


.widget-container ul {
	list-style: none;
}

.widget-container ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget-container select {
	max-width: 100%;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 28px 0;
	padding-top: 1px;
}

#sidebar-left .widget-container{
	padding-top: 15px;
	border-top: 5px solid #F4F2ED;
}

.widget-container ul {
	margin-left: 0;
}

.widget-title {
	font-size: 20px;
}

input#searchsubmit {
	margin-bottom: 0;
}

.widget-container a:link,
.widget-container a:visited {
	text-decoration: none;
	color:#f16c03;
	/*background:url("images/nt/pfeil_rechts.png") no-repeat right center;*/
	padding-right:20px;
}

.widget-container a:active,
.widget-container a:hover {
	text-decoration: underline;
}

table.em-calendar .days-names td{
	color:#005188;
	font-weight:normal;
}

table.em-calendar td{
	font-size:0.9em;
	padding:4px !important;
}

table.em-calendar td.eventful-today a {
	font-weight: normal !important;
}

table.em-calendar td.month_name{
	font-weight:normal;
	color:#005188;
}

table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
	background-color: #f6f3e6 !important;
}

.widget-container .em-calendar a:link,
.widget-container .em-calendar a:visited{
	background:transparent;
	padding:0
}



.widget-container .entry-meta {
	font-size: 11px;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}

/* WP Calendar Widget */

#wp-calendar {
	font-family: arial,helvetica,sans-serif;
	width: 100%;
	font-size: .85em;
}

#wp-calendar td {
	padding: 4px 0;
	text-align: center;
	border: 1px solid #d2d2d2;
	background-color: #ededed;
	text-shadow: #fff 1px 1px 0;
	color: #7c7c7c;
}

#wp-calendar td.pad {
	background-color: #e5e5e5;
}

#wp-calendar td#today {
	color: #fff;
	background-color: #6e6e6e;
	text-shadow: 1px 1px 0px #333;
}

#wp-calendar caption {
	font-weight: bold;
}

#wp-calendar th {
	font-style: normal;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	text-shadow: #ebebeb 0 1px 0;
}

/* WP RSS Widget */

.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Indent Sidebar Lists */

#sidebar h3,
#sidebar-left h3{
	border-top:5px solid #f4f2ed;
	padding:10px 0 10px 0;
	margin-top:0px;
	margin-bottom:0;
	font-size:19px;
	line-height:20px;
	display:block;
}


.widget-container ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

.widget-container ul{
	padding:0px 0 10px;
	margin-top:0;
}

table.em-calendar{
	width:100%;
}

#sidebar-left ul{

}

.widget-container .submenu{
	padding:20px 20px 5px;
	margin-top:0 !important;
	background:#f6f3e6;
	border:1px solid #f6f3e6;
	border-radius:7px;

}

.widget-container  .submenu li.page_item{
	margin-bottom:10px;
}

.widget-container .submenu li a:link,
.widget-container .submenu li a:visited{
	font-weight:normal;
	color:#005188;
	width:auto;
	padding-right: 0px;
}

.widget-container .submenu li a:hover,
.widget-container .submenu li.current_page_item a{
	color:#f16c03;
}

.smallArchivesYearList li span a{
	font-weight: bold;
}

.widget-container ul ul.smallArchivesMonthList{
	margin-left: 0;
	padding-left:0;

}
.smallArchivesMonthList li{
	list-style-type: none;
	display: inline-block;
	position: relative;
}

.widget-container .smallArchivesMonthList a:link, .widget-container .smallArchivesMonthList a:visited{
	padding-right: 0px;
	margin-right: 4px;
}

.widget-container .smallArchivesMonthList li span{
	color:#666;
	font-size: 0.8em;
	line-height: 0.8em;
}

.submenu li a span{
	float:right;
	margin-right:4%;
	width:89%;
	text-align: left;
	display: block;
}


.submenu li a span.pfeil{
	margin-top:4px;
	display:block;
	height:8px;
	width:4px;
	background:url("images/nt/menupfeil_rechts.png") no-repeat scroll top  ;
	float:left;
}

.submenu li a:hover span.pfeil,
.submenu li.current_page_item a span.pfeil{
	background:url("images/nt/menupfeil_rechts.png") no-repeat scroll bottom ;
}

.submenu li ul.children{
	margin-left: 14%;
	margin-top: 10px;
}


.widget-container .submenu li ul.children li.page_item{
	margin-bottom: 0px;
}

.submenu li ul.children a{
	clear: both;
	display: block;
}

.submenu li ul.children a .pfeil{
	display: none;
}

.submenu li ul.children a span{
	float: none;
	width: 100%
}

/* Page Menus/Custom Menus */

li.page_item,li.menu-item {
	padding: 0;
	margin: 0;
	list-style: none;
}


li.page_item a,li.menu-item a {
	display: block;
	line-height: 120%;
	font-weight: 400;
}

li.page_item a:hover,li.menu-item a:hover {

}

/* Page Menus/Custom Menus - Sublevels */

li.page_item li a,li.menu-item li a {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	color: #666;
	line-height: 175%;
	font-weight: normal;
}
li.page_item li a:hover,li.menu-item li a:hover {
	background: none;
}

li.page_item a:hover,
li.menu-item a:hover {
	text-decoration: none;
	color: #BE3A3A;
}

#footer .menu .menu-item a:link,
#footer .menu .menu-item a:visited{
	color:#fff !important;
	text-decoration:none;
	font-weight:bold;
}

/* @end */

/* @group WP Blog Styles */

.entry-meta {
	font-size: 11px;
	color: #666;
	padding:0 0 10px 10px;
	margin-bottom: 10px;
}

.single-post .entry-meta{
	padding-left:0px;
}
.cat-links,.comments-link,.meta-sep,.entry-utility {
	font-size: 11px;
	color: #969696;
}

.entry-utility{
/*border-top:1px solid #dddddd;
border-bottom:1px solid #dddddd;*/
padding:5px 0 10px 0;
color:#666666;
}

.entry-utility a:link,
.entry-utility a:visited{
	color:#969696;
	text-decoration:none;
}

.entry-utility .comments-link a:link,
.entry-utility .comments-link a:visited{
	color:#f16c03;
}

.comments-link{
	padding-left:21px;
	background:url(images/nt/icon_kommentar.png) top left no-repeat;
	line-height:14px;
	margin-left:14px;
}

.entry-date{
	padding-left:18px;
	background:url(images/nt/icon_kalender.png) top left no-repeat;
	line-height:14px;
	color:#005188;
}

.post {
	margin-top: 10px;
	padding-bottom: 10px;
	clear:both;
}


.post-image{
	float:left;
	padding-top:8px;
	width:170px;
	display:block;
}

.attachment-thumbnail{
	border:5px solid #F4F2ED
}

.post-float-right{
	float:right;
	width:440px;
	padding-top: 8px;
}

.post.single {
	border-bottom: none;
}

.post .entry-summary p{
	margin-bottom: 10px;
}

a.more-link {
	display: block;
	float: right;
	font-weight: bold;
	text-decoration: none;
	color:#f16c03;
}

.st_relatedposts h4 {
	border-bottom: 1px solid #ebebeb;
}

.st_relatedposts ul {
	color: #666;
	list-style: square;
	margin-left: 20px;
}

.st_relatedposts ul li {
}




/* @end */

/* Events Plugin */

.em-search-wrapper{
	margin-top:30px;
}

.em-events-search form p{
	float:left;
	display:inline;
}

.em-events-search form label{
	display:inline-block;
}

.em-events-search form br{
	display:none;
	height:0px;
}

.em-events-search form input{
	border:1px solid #DDDDDD;
	display:inline-block;
	float:left;
}
/* angepasst nach dem update am 07.11.2018. */
.em-events-search form label{
width: auto;
padding-top:0;
}
/* ### */

button, input[type="reset"], input[type="submit"], input[type="button"]{
	border:none !important;
}

.em-date-range br {
	display:none;
}

.em-date-range label{
	display:block;
	float:left;
	padding-top:6px;
	width:60px;
	padding-right:8px;
	text-align:right;
}

.em-date-range input.em-date-input-loc{
	float:left;
	display:block;
	width:120px;
}


.em-search-submit{
	display:block !important;
}

.events-table{
	clear:both;
	width:100%;
}


.event-meta-date{
	float:left;
	width:50%;
}

.event-meta-cat{
	float:right;
	width:50%;
}

.single-event .entry-meta{
	display:none;
}



.event-list-item {
	margin-top: 10px;
	border-bottom: 5px solid #F4F2ED;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.event-list-date{
	width:50px;
	float:left;
	display:block;
	height:60px;
	margin-right:10px;
	text-align:center;
}


.event-list-excerpt p{
	margin-bottom: 0px;
}

.event-list-date-month{
	color:#fff;
	display:block;
	padding:2px 0;
	background: #F16C03;

}

.event-list-date-day{
	border:2px solid #ddd;
	font-size:18px;
	font-weight:bold;
	display:block;
	padding:6px 0;
}

.event-list-content{
	margin-left:80px;
}


.page-id-449 .event-list-date{
	display:none;
}

.page-id-449 .event-list-content{
	margin-left: 0px;
}

.event-list-item-head{
	margin-bottom:2px;
}

.event-list-item-head a:link,
.event-list-item-head a:visited{
	color:#005188;
}

.event-list-item-head a:hover{
	text-decoration:underline;
}

.event-list-meta{
	margin-bottom:8px;
	font-weight:bold;
}

.event-meta{
	padding-left:0px;
}

.event-content{
	padding-left:0px;
}


#em_widget-2 li p{
	margin-bottom: 10px;
}


.em-pagination a,
.em-pagination strong {
	display: inline-block;
	padding:5px 10px;
}

.em-pagination a{
	background: #F16C03;
	color: #fff;
}

.em-pagination a:hover{
	background: #005188;
	color:#fff;
	text-decoration: none;
}

.em-pagination strong {
	background: #eee;
}
/* @group Form Buttons */



/* @end */

/* End Button Styles */


/* @group Tabs */

ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}
ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 0 0 1px;
	margin: 0;
	background: #f5f5f5;
	font-size: 13px;
}
ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-right-width: 1px;
	margin: 0 -1px 0 0;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs li:first-child a {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
ul.tabs li:last-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

ul.tabs-content { margin: 0; display: block; }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after,
#footer .menu:before,
#footer .menu:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}


/* @end */

/* @group Toggles */

.toggle_container {
	padding: 10px;
	margin-bottom: 1px;
	background-color: #fff;
}


p.trigger {
	display: block;
	padding:  8px 8px 8px 16px;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 175%;
}

/* Up Toggle State */

p.trigger {
	background: #f8f8f8 url(images/icons/16_expand.png) no-repeat 10px center;
	border-top: 1px solid #e5e5e5;
	padding-left: 34px;
}

p.trigger a {
	color: #2774ae;
	text-shadow: #fff 1px -1px 0;
	text-decoration: none;
}

/* Hover Toggle State */

p.trigger:hover {
	background: #fff url(images/icons/16_expand.png) no-repeat 10px center;
}

p.trigger a:hover,p.trigger.active a:hover {
	color: #2774ae;
	text-shadow: #fff -1px 1px 0;
}

/* Active Toggle State */

p.trigger.active {
	background: #fff url(images/icons/16_collapse.png) no-repeat 10px center;
	border-top: 1px solid #ebebeb;
}

p.trigger.active a {
	color: #000;
	text-shadow: #fff 1px 1px 0;
}

/* @end */

/* @group Callouts */

/* Callout Box */

.cta {
	margin: 10px auto 0px auto;
	padding: 10px 10px 20px 10px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-shadow: #fff 1px 1px 0;
	box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	-moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	-webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	position: relative;
	behavior: url('./wp-content/themes/skeleton/PIE.php');
}

.cta p {
	margin: 0;
	padding: 0;
}

.cta h3 {
	font-size: 1.5em;
	text-shadow: #fff 1px -1px 0;
}



/* @end */


/* @group Comments */

/* Needs RWD Check */

.respond-outer{
	border-top: 5px solid #f4f2ed;
}

#respond {
	margin:0px;
	margin-top:3px;
	width: 100%;
	background:#f4f2ed;
}

#respond input[type=text] { width:300px; margin-right:20px; }
#respond textarea {width:550px; height:120px; padding:10px; }
#comments { margin:0;}
#respond h2{
	padding: 10px 0 0 35px;
	margin-left:20px;
	background:url(images/nt/kommentieren.png) no-repeat center left;
}
#respond form{
	padding: 10px 20px;
}

p.pflicht{
	font-size:0.85em;
	color:#9b9b99;
	text-align:right;
	margin-bottom:10px;
	padding-right:30px;
}

#respond label{
	font-size:14px;
	font-weight:normal
}

#comments {border: 0;width: 100%;}
body.dark #comments {background: url(images/dark/divider.png) repeat-x right top;}

#comments h2 {font-size: 1.5em;display: block;border-top: 5px solid #f4f2ed; padding-top:10px;font-weight: bold;}
#comments h6 {font-family: "Times New Roman", Times, serif;letter-spacing: normal;text-transform: uppercase;margin: 10px 0px;}

#comments .comment-meta { margin:0px 0px 20px 0px; display:block;}
#comments .commentlist { margin:0px; list-style:none; width:100%;  }
#comments .commentlist ul { list-style:none; margin:0; padding:0; }
#comments .commentlist li {margin:0; padding:0;  display:block;}



body.page-template-onecolumn-page-php #comments .commentlist li .comment-meta {}

#comments .commentlist li li { margin:0 0 20px 25px; }
#comments .commentlist li li .comment-meta{ width:445px; }
#comments .commentlist li li li {margin:0 0 20px 25px;}
#comments .commentlist li li li .comment-meta{ width:420px; }
#comments .commentlist li li li li {margin:0 0 20px 25px; }
#comments .commentlist li li li li .comment-meta{ width:395px; }
#comments .commentlist li li li li li {margin:0 0 20px 25px;}
#comments .commentlist li li li li li .comment-meta{ width:370px; }

#comments .single-comment { margin-bottom:20px; }
#comments .comment-author { float:left; margin: 0px 10px 6px 0px; display:inline; width:50px; }
#comments .comment-author cite { clear:both; font-weight:bold; }

#comments .vcard {
	float:left;
	clear:both;
	display:block;
	width:100px;
	min-height: 100px;
	padding:20px 0;
}
/*#comments .vcard img.avatar {
border: 1px solid #eee;
padding: 2px;
background:#f4f4f4;
}*/

#comments .vcard {
	background:url(images/light/comment_author_bg.png) no-repeat top right;
}
#comments body.dark .vcard {
	background:url(images/dark/comment_author_bg.png) no-repeat top right;
}


/* @end */

/* @group WP Gallery */

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

.gallery .gallery-row {
	display:block;
	clear: both;
	overflow: hidden;
	margin: 0 0 1em;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}
.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
	max-width: 79%;
	height: auto;
	padding: 0;
	margin: 5px auto;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-pie-box-shadow: 0px 0px 5px #ccc;
	position: relative;
	behavior: url("./wp-content/themes/skeleton/PIE.php");
}
.gallery-caption {
	color: #666;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

#fancybox-left, #fancybox-right{
	display:block !important;
}


/* ######################## Anpassungen Forum */
.bbp-author-avatar{
	display:none;
}

/* Tags */

#front-page #discussions {margin-left:inherit;width:inherit;}

div#viewdiv,div#hottags,div#topic-tags,p#post-form-tags-container{display:none;}

/* hr border-top */

.border-top{
	background:#F4F2ED;
	height:5px;
	border:0;
	margin:40px 0 10px;
}

/* Attachment Page */

#nav-below {
	padding-top:20px;
	width: 100%;
	padding-bottom:60px;
	background:#fff;
}

#nav-below .nav-previous a {
	float: left;

}
#nav-below .nav-next a {
	float: right;
}
.entry-caption {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.entry-content .edit-link{
	display:none;
	padding:5px;
	background:#eee;
	margin:0 0 2em;
	text-align:center;
	text-decoration:none;
}


/* @end */

/* @group Misc */





/* Apply CSS class of "guest" to menu items hidden from logged-in users */

body.logged-in li.guest,
body.logged-in li.guest {
	display: none;
}

/* #Images
================================================== */

img.scale-with-grid {
	max-width: 100%;
	height: auto; }


/* #Forms (see formalize.css)
================================================== */


label,legend {
	font-weight: bold;font-size: 13px;
	display: inline-block;
}

input[type="checkbox"] {display: inline; }

/* # Misc Typography Balancing to Maintain Vertical Rhythm
============================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.add-top { margin-top: 20px !important; }


.resize {
	background: url(images/resize.png) repeat scroll 0 0 transparent;
	bottom: 0;
	height: 80px;
	position: fixed;
	right: 0;
	width: 80px;
}
.bypostauthor,.gallery-caption {}

/* @end */

/* Events Manager - remove location from sidebar widget */
body .em.em-list-widget .em-item .em-item-meta .em-item-meta-line.em-event-location.em-event-meta-location {
	display: none !important;
}

/* Events Manager - icon alignment */
.em.em-item .em-item-meta .em-item-meta-line, .em.em-list .em-item .em-item-meta .em-item-meta-line, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line {
    display: flex !important;
    align-items: center !important;
}

.em.em-item .em-item-meta .em-item-meta-line br {
    display: none !important;
}

/* Events Manager - highlight days with events */
.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored {
	border: 1px solid #005188;
}

/* Events Manager - fix misaligned dates after v6.3 */
.em.em-events-widget .em-item-image .em-item-image-placeholder div.date {
    min-width: initial !important;
}


@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }

    #header_image {
        background: none !important;
    }
}
