/*
Theme Name: schaalby_s
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: schaalby_s
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

schaalby_s is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Sidebar
14.0 PlugIn
14.1 Event-Manager
22.0 Tabellenlayout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	width: 900px;
	margin: 0 auto;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	color: #034C92;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	/* font-size: 1em; */
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.5em;
	vertical-align: top;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 0.8rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #034C92;
}

h1 {
	font-size: 1.5em;	
}

h4 {
	width: 100%;
	border-bottom: 1px dashed black;
	font-size: 1.5em;
	font-weight: bold;
}

h5 {
	display: inline-block;
	width: 50%;
	border: 2px solid #6F6B67;
	float: left;
	margin: 8px;
	padding: 8px;
	border-top-left-radius: 10px;
	font-size: 1em;
}

p {
	margin-bottom: 1.5em;
	-webkit-margin-before: 0px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-image: url("./img/background-main-y-repeat.jpg");
	background-repeat: repeat-x;
	background-color: #DCE3EB; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	min-width: 140px;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

input[type="image"] {
	max-width: 15px;
	vertical-align: middle;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #034c92;
	text-decoration: none;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	color: #646363;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	color: #034C92;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

#page-functions ul, 
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation a:active {
	font-weight: bold;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {

}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {

}

.main-navigation ul ul :hover > a {

}

.main-navigation ul ul a:hover {

}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	
}

.main-navigation > .menu > .nav-menu > li+li {
	border-left: 1px solid;
}

.main-navigation > .menu > .nav-menu > li {
	padding-left: 5px;
	padding-right: 5px;
}

/* Small menu. */

.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

nav li {
	float: left;
	list-style: none;
}

/* Site Navigation: Header Menu */

#site-navigation li {
	min-width: 110px;
	min-height: 25px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
}

#site-navigation {
	top: -15px;
	position: absolute;
	z-index: 10;
}
#site-navigation ul {
	padding-right: 6%;
	float: right;
}

#site-navigation ul ul{
	margin: 3px 0 0 0;
	padding-right: 0;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
}

#site-navigation a {
	color: #FFF;
	font-weight: bold;
	font-size: 0.9em;
	padding: 4px 0 0 10px;
}

#site-navigation ul ul a {
	color: #FFF;
	font-weight: bold;
	font-size: 0.8em;
	padding: 7px 0 0 4px;
}

#site-navigation ul li  {
	margin: 0 5px 0 5px;
	background-color: #6F6B67;
	border-top-left-radius: 10px;
	/* background-image: url(./img/Navi_oben_grau.png); */
}

#site-navigation ul ul li{
	margin: 0;
	border-top-left-radius: 0px;
	background-image: none;
	background-color: #6F6B67;
	opacity: 0.8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


#site-navigation  ul li:hover  {
	background-color: #034c92;
	border-top-left-radius: 10px;
	/* background-image: url(./img/Navi_oben_blau.png);	*/
}

#site-navigation ul ul li:hover  {
	border-top-left-radius: 0px;
	background-image: none;
	background-color: #034c92;
}

#site-navigation li:hover > a {
	color: #FFF;
}

#site-navigation ul li.current_page_item {
	color: #FFF;
	background-color: #034c92;
	/* background-image: url(./img/Navi_oben_blau.png); */
}

#site-navigation ul ul li.current_page_item {
	background-image: none;
	background-color: #034c92;
}

#site-navigation li.current_page_item:hover > a {
	color: #FFF;
}

/* Site Navigation: Header Menu toggled*/

#site-navigation.toggled ul {
	float: none;
}

#site-navigation.toggled a {
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}

#site-navigation.toggled li  {
	border-top-left-radius: 0px;
	clear: both;
	margin: 2px 5px;
	background-image: none;
	background-color: #d5d5d5;
	color: #000;
	min-width: 120px;
	min-height: 29px;
}

#site-navigation.toggled li:hover  {
	color: #000;
}

#site-navigation.toggled li:hover > a {
	color: #FFF;
}

#site-navigation.toggled li.current_page_item  a{
	color: #FFF;	
	background-image: none;
}

#site-navigation.toggled li.current_page_item:hover > a {
	color: #034c92;
}

#site-navigation.toggled  ul li:hover  {
	background-image: none;	
}

#site-navigation.toggled ul li.current_page_item {
	background-image: none;
}

#site-navigation.toggled ul ul li.current_page_item {
	background-image: none;
	background-color: #034c92;
}

#site-navigation.toggled li.current_page_item:hover > a {
	color: #FFF;
}

/* Footer Navigation: Footer Menu */

#footer-navigation ul{ 
	display:inline;	
}

#footer-navigation a {
	color: #000;
}

#footer-navigation li:hover > a {
	color: #034C92;
}

#footer-navigation li + li {
	border-left: 1px solid #000;
}

#footer-navigation li {
	padding: 0 10px 0 10px;
	/* min-width: 70px; */
	text-align: center;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	/* margin-right: 1.5em; */
}

.alignright {
	display: inline;
	float: right;
	/* margin-left: 1.5em; */
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.site-content li {
	list-style: none;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget_nav_menu ul , .submenu_dynamic ul{
	padding-left: 0;
	margin: 0;
}

.submenu_dynamic  li {
	list-style: none;
	margin: 1px;
	color: #034C92;
	text-align: center;
}

.widget_nav_menu li , .submenu_dynamic ul li {
	list-style: none;
	margin: 1px;
	background-color: #D5D5D5;
	text-align: left;
}

.widget_nav_menu li.current_page_item  a , .submenu_dynamic li.current_page_item  a{
	color: #FFF;
}

.widget_nav_menu li a, .submenu_dynamic li a {
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px;
}

/* top content toggle: Area above content for toggle */

#top-content-toggle > .top-content > .widget_nav_menu, 
#top-content-toggle > .top-content > .submenu_dynamic  {
	font-weight: bold;
	font-size: 0.8em;
	color: #E30613;
	padding-bottom: 15px;
}

#top-content-toggle .widget_nav_menu li:hover > a, 
#top-content-toggle .submenu_dynamic li:hover > a{
	color: #FFF;
}

#top-content-toggle .widget_nav_menu li.current_page_item  > a, 
#top-content-toggle .submenu_dynamic li.current_page_item  > a{
	color: #FFF;
}

#top-content-toggle .widget_nav_menu li , 
#top-content-toggle .submenu_dynamic li {
	min-width: 100px;
}

/* sidebar content left: Sidebar left next to content */

#sidebar-content-left .widget_nav_menu li.current_page_item  > a,
#sidebar-content-left .submenu_dynamic ul li.current_page_item  > a{
	color: #034C92;
}

#sidebar-content-left > .sidebar-content > .widget_nav_menu, 
#sidebar-content-left > .sidebar-content > .submenu_dynamic {
	font-weight: bold;
	font-size: 1em;
	color: #E30613;
}

#sidebar-content-left .widget_nav_menu li, 
#sidebar-content-left .submenu_dynamic ul li{
	float: none;
	min-width: 190px;
	min-height: 29px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.25);
	border-top-right-radius: 10px;	
	border-bottom-right-radius: 5px;	
	background-color: #b6b8b9;
	/* background-image: url(./img/Navi_links.png); */
	margin: 10px 0 0 0;
}

#sidebar-content-left .submenu_dynamic ul li ul{
	display: none;
}

#sidebar-content-left .submenu_dynamic ul li:hover > ul{
	display: block;
	padding-top: 15px;
}

#sidebar-content-left .submenu_dynamic ul li.current_page_item > ul{
	display: block;
	padding-top: 15px;
}

#sidebar-content-left .submenu_dynamic ul ul li{
	float: none;
	min-width: 190px;
	min-height: 29px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top-right-radius: none;	
	border-bottom-right-radius: none;	
	background-color: none;
	/* background-image: url(./img/Navi_links.png); */
	margin: 10px 0 0 10px;
}

#sidebar-content-left .submenu_dynamic ul li.submenu_dynamic_title {
	background-color: #034C92;
}

#sidebar-content-left .widget_nav_menu li:hover a, 
#sidebar-content-left .submenu_dynamic ul li:hover a{
	color: #FFF;
}

#sidebar-content-left .widget_nav_menu li a,
#sidebar-content-left .submenu_dynamic ul li  a{
	position: absolute;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
	padding: 7px 0px 0px 10px;
}

#sidebar-content-left .submenu_dynamic ul li.submenu_dynamic_title  a {
	color: #FFF;
}

#sidebar-content-left .submenu_dynamic ul ul li a {
	position: absolute;
	color: #000;
	font-weight: italic;
	font-size: 0.9em;
	padding: 7px 0px 0px 10px;
	}
	
#sidebar-content-left .submenu_dynamic ul li:hover li a{
	color: #000;
	position: absolute;
	font-size: 0.9em;
	padding: 6px 0px 0px 10px;
}
	
#sidebar-content-left .submenu_dynamic ul li:hover li:hover a{
	color: #FFF;
}	

/* sidebar content right: Sidebar right next to content */

#sidebar-content-right > .sidebar-content > .widget_text {
	font-weight: bold;
	font-size: 0.8em;
	color: #034C92;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

#content {
	background: #FFF;
	padding-top: 60px;
	border-bottom: 3px solid #034C92;
}

.img_responsive {
	width: 100%;
	height: auto;
}

.entry-content img {
	padding: 2px;	
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
#page {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
}

.blog article:not(.comment-body):not(.page), .category article:not(.comment-body):not(.page), .search article:not(.comment-body) {
	/* border-top-right-radius: 15px;
	border-bottom-right-radius: 5px;
	opacity: 1;
	right: 0;
	padding: 10px 5px 5px 10px;
	background-color: #DDDDDF; */
	/* border-top-right-radius: 15px;
	border-bottom-right-radius: 5px; */
	opacity: 1;
	right: 0;
	padding: 10px 5px 5px 10px;
	background-color: #DDDDDF;
	z-index: 10;
}

.single article:not(.comment-body):not(.page) {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	opacity: 1;
	right: 0;
	padding: 5px 5px 5px 10px;
	background-color: transparent;
	z-index: 10;
}

.nav-links .nav-previous a:before {
	content: "\00AB \0020";
}

.nav-links .nav-next a:after {
	content: "\0020 \00BB";
}

.nav-next a, .nav-previous a{
	text-align: center;
	display: inline-block;
	min-width: 100px;
	min-height: 25px;
	padding: 3px 6px 3px 6px;
	border-radius: 2px;
	color: #6F6B67;
/*	color: white;
	background: linear-gradient(to bottom,#6F6B67,#000);
	background: #6F6B67; */
}



.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.content-area {
	width: 100%;
}

.content-area-left-sidebar {
	margin-left: 0;
}

.content-area-right-sidebar {
	margin-right: 0;
}

.site-main {
	padding: 5px 5px 0 5px;
}

.site-main-left-sidebar {
	margin-left: 0;
}

.site-main-right-sidebar {
	margin-right: 0;
}

.content-area.content-area-left-sidebar {
	width: 75%;
}

.content-area.content-area-right-sidebar {
	width: 75%;
}

.content-area.content-area-left-sidebar.content-area-right-sidebar {
	width: 50%;
}

#breadcrumb	{
	font-size: 0.7rem;
}

.breadcrumb.single, .breadcrumb.archive {
	padding: 5px 5px 5px 10px;
}

.post_date {
	display: inline-block; 
	width: 54px;
}

.post_date_day {
	color: #FFF; 
	background: #6F6B67; 
	text-align: center; 
	display: block; 
	border: 2px solid #6F6B67;
	border-top-left-radius: 15px; 
	/* border-top-right-radius: 7px; */
}

.post_date_date {
	padding: 0 0 2px 0;
	text-align: center; 
	display: block; 
	border: 2px solid #6F6B67; 
	border-top: none; 
	border-bottom-left-radius: 5px; 
	/* border-bottom-right-radius: 7px; */
}

.post_date_month {
	font-size: 110%; 
	font-weight: bold;
}

span.value-content-infobox-50-left {
	display: inline-block;
	width: 50%;
	border: 2px solid #6F6B67;
	float: left;
	margin: 8px;
	padding: 8px;
	border-top-left-radius: 10px;
	font-size: 1em;
}

span.value-content-infobox-50-right {
	display: inline-block;
	width: 50%;
	border: 2px solid #6F6B67;
	float: right;
	margin: 8px;
	padding: 8px;
	border-top-left-radius: 10px;
	font-size: 1em;
}

span.value-content-infobox-auto {
	display: inline-block;
	width: auto;
	border: 2px solid #6F6B67;
	margin: 8px;
	padding: 8px;
	border-top-left-radius: 10px;
	font-size: 1em;
	clear: both;
}

span.value-content-infobox-title {
	display: block;
	width: auto;
	color: #FFF;
	background: #6F6B67;
	padding: 7px;
	clear: both;
}

span.value-content-infobox-50-left span.value-content-infobox-title, span.value-content-infobox-50-right span.value-content-infobox-title, span.value-content-infobox-auto span.value-content-infobox-title  {
	border-top-left-radius: 7px;
	border: 1px solid #6F6B67;
	margin: -8px -8px 8px -8px;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
13.0 Sidebar
--------------------------------------------------------------*/

#top-content-toggle {
	display: none;
}

.sidebar {
	overflow: hidden;
}

.sidebar-content {
	margin: 0 15px 0 15px;
	overflow: hidden;
}

#sidebar-content-left {
	width: 25%;
	left: 0;
	z-index: 15;
}

#sidebar-content-right, #sidebar-single-post-right, #sidebar-post-list-right {
	width: 25%;
	right: 0;
}

#sidebar-content-right .post_thumbnail_right {
	margin: 0 15px 0 15px;
	overflow: hidden;
}

/*--------------------------------------------------------------
15.0 Header
--------------------------------------------------------------*/

#masthead {
	margin-top: 30px;
	position: relative;
	height: 400px;
	/* background-image: url("./img/header_01.jpg"); */
	/* background-color: #FFF; */
}

#header-icons {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 5px;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 20%;
	min-width: 31px;
	background-color: #FFF;
	z-index: 10;
}

#page-functions {
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: -20px;
	min-width: 50px;
	background-color: none;
	z-index: 10;
	list-style: none;
}

#header-page-title {
	display: none;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 5px;
	font-weight: bold;
	font-size: 1.5em;
	opacity: 0.8;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 10%;
	min-width: 31px;
	background-color: #FFF;
	z-index: 10;
}

#header-icons > a > img {
	margin: 8px;
	width: 20px;
}

#banner-break {
	opacity: .99;
	position: absolute;
	top: 272px;
	height: 200px;
	right: -60px;
	width: 1020px;
	background-image: url("./img/welle.png");
	z-index: 10;
}

/*--------------------------------------------------------------
16.0 Footer
--------------------------------------------------------------*/

#footer {
	margin-top: 8px;
	position: relative;
	width: 100%;
	height: 30px;
	font-size: 0.7rem;
}

#footer-left {
	position: absolute;
	left: 15px;
}

#footer-right {
	position: absolute;
	width: 50%;
	text-align: right;;
	right: 15px;
}

/*--------------------------------------------------------------
14.0 Media ( Resolution Selection )
--------------------------------------------------------------*/

@media all and (max-width: 1020px) { /* Change Width Here */
	div#sidebar-content-right, div#sidebar-single-post-right, div#sidebar-post-list-right {
		display: none;
	}
	body {
		width: 720px;
	}
	
	#masthead {
		height: 325px;
		border-bottom: 5px solid #034c92;
	}
	
	.site-main {
		padding: 0 5px 0 5px;
	}
	
	#content {
		padding-top: 30px;
	}
	
	#banner-break {
		display: none;
	}
	
	.content-area.content-area-left-sidebar, .content-area.content-area-right-sidebar, .content-area.content-area-left-sidebar.content-area-right-sidebar {
		width: 75%;
	}
	
	.home  div.entry-content {
		padding-top: 5px;
	}
	
}

@media screen and (max-width: 900px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	
	#page-functions {
		display: none;
	}
	
	#header-page-title {
		display: none;
	}

}

@media all and (max-width: 720px) { /* Change Width Here */
	div#sidebar-content-left, div#sidebar-single-left, div#sidebar-post-list-left {
		display: none;
	}
	body {
		width: 450px;
	}
		
	#masthead {
		height: 205px;
		border-bottom: 5px solid #034c92;
	}
  	.site-main {
		padding: 0 5px 0 5px;
	}
	
	#content {
		padding-top: 30px;
	}
	
	#banner-break {
		display: none;
	}
	
	.content-area, .content-area.content-area-left-sidebar, .content-area.content-area-right-sidebar, .content-area.content-area-left-sidebar.content-area-right-sidebar {
		width: 100%;
	}
	
	div#top-content-toggle {
		display: inline;
	}
	
	form.search-form {
		display: none;
	}
	
	h1 {
		font-size: 1.5em;
	}
	
	.home .entry-content p:first-of-type img:firts-of-type {	
		max-width: 50%;
	}
	
	.home  div.entry-content {
		padding-top: 5px;
		height: 365px;
	}
	
	.home img.img-bottom-right {
		display: none;
	}
	
}

@media all and (max-width: 450px) { /* Change Width Here */
	body {
		width: 300px;
	}
	
	#masthead {
		height: 137px;
		border-bottom: 5px solid #034c92;
	}
	
	#header-icons {
		display: none;
	}
	
	h1 {
		font-size: 1em;
	}
	
	.home .entry-content p:first-of-type img:first-of-type {	
		max-width: 50%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.home  div.entry-content {
		padding-top: 5px;
		height: 350px;
	}
	
	.cycloneslider-pager {
		display: none;
	}

}

/*--------------------------------------------------------------
17.0 PlugIn
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17.1 Event-Manager
--------------------------------------------------------------*/

.qem  img {
	border-top-left-radius: 15px;
	/* border-bottom-left-radius: 5px; */
	opacity: 1;
	right: 0;
	border: 1px solid #DDDDDF;
	z-index: 10;
	margin-right: 10px;
	/* -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25); */
	}

.qem h2 {
	clear: none;
}

#qem-calendar-widget table {
	border-collapse: separate;
	border: 1px solid #000;
}

#qem-calendar-widget td, #qem-calendar td {
	width: 14%;
	height: auto;
	font-family: Arial;
	padding: 2px;
	border: 1px solid #FFF;
}

#qem-calendar td {
	font-size: 60%;
}

#qem-calendar-widget td {
	font-size: 75%;
}

#qem-calendar-widget h2 {
	text-align: center;
	padding: none;
}

#qem-calendar-widget .eventday a {
	display: block;
	margin: 0px 0px;
	padding: 0px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0px;
	font-size: 90%;
	border: none;

}

.qem-small {
	padding-top: 10px;
	margin-left: 0px;
}

.page .qem-small {
	display: block;
	padding-top: 0;
}

.event .qem-small {
	clear: both;
}

.event .qem-small ol  {
	font-weight: bold;
}

.event .qem-small ol  li{
	font-weight: normal;
	list-style: decimal-leading-zero outside none;
}

.page .qem-small img {
	display: none;
} 


.cat-links {
	font-weight: bold;
}


/*--------------------------------------------------------------
18.0 Debuge
--------------------------------------------------------------*/

.info_box {
	display: none;
	border: 1px solid #000;
	padding: 2px;
}

/*--------------------------------------------------------------
19.0 Frontpage
--------------------------------------------------------------*/

.home .hentry , .home  .entry-content, .home #content, .home #main{
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
}

.home #main {
	background: url("./img/home_background.png") no-repeat left top;
}

.home .entry-content {
	padding: 60px 5px 0px 5px;
	min-height: 400px;
}

.home div.entry-content {
	position: relative;

}

.home  header.entry-header {
	display: none;
}

.home h1{
	clear: none;
}

.home div.entry-content img.img-bottom-right{
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-bottom: 1px;
}

.home footer.entry-footer {
	display: none;
} 

.post_thumbnail_left {
	display: none;
}

/*--------------------------------------------------------------
20.0 img
--------------------------------------------------------------*/

img.img-border-small {
	opacity: 1;
	right: 0;
	border: 1px solid #DDDDDF;
	margin: 5px;
	padding: 5px;
}

img.img-border-normal {
	opacity: 1;
	right: 0;
	border: 2px solid #DDDDDF;
	margin: 8px;
	padding: 8px;
	border-top-left-radius: 10px;
}

img.img-border-big {
	opacity: 1;
	right: 0;
	border: 5px solid #DDDDDF;
	margin: 10px;
	padding: 10px;;
}

/*--------------------------------------------------------------
21.0 Maintenance
--------------------------------------------------------------*/

#impressum-maintenance {
	display: none;
}

a#impressum {
	padding-left: 10px;
	color: #404040;
	font-size: 0.7rem;
}

.home #impressum-maintenance .entry-content, #impressum-maintenance .entry-header {
	padding: 10px;
	height: auto;
}

#impressum:target + #impressum-maintenance{
	display: block;
}

a#impressum:target {
	display: none;
}

/*--------------------------------------------------------------
22.0 Tabellen Layout
--------------------------------------------------------------*/

.table-layout-01 table {
	border: none;
	width: 98%;
}

.site-main-right-sidebar .table-layout-01 table {
	width: 100%;
}

.table-layout-01 td,
.table-layout-01 th {
	padding: 5px;
}

.table-layout-01 th {
	background-color: #6F6B67;
	color: #FFFFFF;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #6F6B67;
	color: #FFFFFF;
}

.table-layout-01 tbody {
	border: 1px solid #6F6B67;
}

.table-layout-01 tbody:nth-child(even) {
  background-color: #FFFFFF;
  color: #000000;
}

.table-layout-01 tbody:nth-child(odd) {
  background-color: #b6b8b9;
  color: #000000;
}

.dataTables_filter {
	float: none;
}

/*--------------------------------------------------------------
23.0 PlugIn List category posts lcp_catlist
--------------------------------------------------------------*/

p.lcp_catlist_title {
	margin-top: 0;
	margin-bottom: 0;
}

p.lcp_catlist_title a {
	color: #034c92;
	font-size: 1.5em;
	font-weight: bold;
}

h1.lcp_catlist_title {
	padding-bottom: 0;
}

p.lcp_catlist_date {
	margin: 0;
	margin-bottom: 1em;	
	padding:0 ;
}