/*
 * Theme Name:     GK Child
 * Theme URI:      http://www.css-manufaktur.de
 * Description:    GK - Child theme for twentytwelve theme. 
 * Author:         Renate Hermanns
 * Author URI:     http://www.css-manufaktur.de
 * Template:       twentytwelve
 * Version:        1.0
 */
 
 
 
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =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;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Georgia', serif;
}


html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

a {text-decoration: none;}

.unsichtbar {display: none;}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 16px;
	font-size: 1.14285714rem;
	line-height: 1.5;
	font-weight: normal;
	color: #7b1315;
}

.entry-content .login th {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	font-weight: normal;
	text-transform: none;
}

/* Bigger header for archive */
.archive-title {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 3px 6px;
	padding: 0.21428571rem 0.428571429rem;
}
button,
input {
    line-height: normal;
}
input {
	max-width: 80%;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	max-width: 100%;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7B1315;
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f5f5f5, #fefefe);
	background-image: -ms-linear-gradient(top, #f5f5f5, #fefefe);
	background-image: -webkit-linear-gradient(top, #f5f5f5, #fefefe);
	background-image: -o-linear-gradient(top, #f5f5f5, #fefefe);
	background-image: linear-gradient(top, #f5f5f5, #fefefe);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #7B1315;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #7B1315;
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f5f5f5, #fefefe);
	background-image: -ms-linear-gradient(top, #f5f5f5, #fefefe);
	background-image: -webkit-linear-gradient(top, #f5f5f5, #fefefe);
	background-image: -o-linear-gradient(top, #f5f5f5, #fefefe);
	background-image: linear-gradient(top, #f5f5f5, #fefefe);
	border-bottom: 1px solid #e0e0e0;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'PT Sans', sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	background: #FCFCFC;
}
body.custom-font-enabled {
	font-family: 'PT Sans', sans-serif;
}
a {
	outline: none;
	color: #7b1315;
}
a:hover, a:active, a:focus {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #7b1315;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 9999; /* Above WP toolbar */
}

/* Page structure */
.pagewrap {
	width: 100%;
	margin: 0;
	background: #fff;
}

.site {
	padding: 0 2%;
	background-color: #fff;
}
.site-content {
	margin: 48px 0 0;
	position: relative;
	z-index: 1000;
}
#secondary {
	margin: 0;
}

/* Header */

.site-header {
	margin: 0 !important;
	position: relative;
	padding: 0;
	z-index: 1000;
	-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2); /* WebKit */
	-moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2); /* Firefox */
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2); /* Standard */
}
.site-header h1,
.site-header h2 {
	text-align: left;
}
.site-header h1 a,
.site-header h2 a {
	color: #253B47;
	display: block;
	text-decoration: none;
	margin: 0 auto;
}
.site-header h2 a {
	color: #7b1315;
}
.site-header h1 a:hover {
	color: #7b1315;
}
.site-header h2 a:hover {
	color: #253B47;
}
.site-header h1 {
	font-size: 16px;
	font-size: 1.14285714rem;
	line-height: 1.5;
	margin: 0;
	position: relative;
	height: auto;
	font-weight: normal;
}
.site-header h1 img {
	max-width: 100%;
}

.site-header h2 {
	background: transparent;
	color: #7b1315;
	font-size: 30px;
	font-size: 2.14285714rem;
	font-weight: normal;
	height: auto;
	line-height: 1.2;
	position: relative;
	margin: 0;
}
.site-header h2 span {
	  padding: 0;
	  text-align: left;
	  display: block;
}
.site-header h2 span.versetzt {
	margin-left: 0;
}
.logo-area {
	padding: 0;
	max-width: 420px;
}	


.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

.wrapper {
	position: relative;
	z-index: 100;
}

.language {
    padding-right: 1em;
}

/* Social Buttons ueberschreibt social_widget.css */
.smw_left {
	
}
.socialmedia-buttons a {
	background: #253B47 !important;
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-right: 6px;
}
.socialmedia-buttons a:last-child {
	margin-right: 0;
}

.socialmedia-buttons a:hover,
.socialmedia-buttons a:focus {
	background: #7b1315 !important;
	text-decoration: none;
	border: 0;
}
.socialmedia-buttons img {
	vertical-align: middle;
	margin: 6px;
	box-shadow: none;
}






/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	padding: 0;
	text-align: left;
	clear: both;
	font-family: 'Georgia', serif;
}
.main-navigation li {
	margin-top: 12px;
	margin-top: 0.857143rem;
	font-size: 16px;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
	color: #7b1315;
}
/* Menue nur ausblenden, wenn Javascript eingeschaltet ist */
.js .main-navigation ul.nav-menu, .js .main-navigation ul.menu {
	display: none;
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
	text-align: left;
	margin: 0 0 24px 10px;
	margin: 0 0 1.714285714rem 0.71428571rem;
	font-size: 15px;
	width: 100%;
}
.main-navigation ul.nav-menu.toggled-on span,
.menu-toggle span {
	background-image: url(images/btn_toggle.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 30px;
}
.no-js .main-navigation ul.nav-menu {
    display: block;
	margin-bottom: 10px;
}
.no-js .main-navigation ul.nav-menu.toggled-on,
.no-js .menu-toggle {
	display: none;
}
.main-navigation .toggled-on ul {
	margin-left: 1em;
}
.main-navigation .toggled-on li.current_page_item a {
	color: #7b1315;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}
.main-navigation .toggled-on li.current_page_item .sub-menu li a {
	color: #444;
	/*font-weight: bold;*/
	text-decoration: none;
	border-bottom: 0 none;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	margin: 0 0 16px;
	margin: 0 0 1.14285714rem;
}
.widget-area .widget h3 {
	margin-bottom: 6px;
	margin-bottom: 0.42857143rem;
	border-bottom: 1px dotted #7b1315;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.2;
}

.widget-area .widget li{
	margin-top: 5px; 
	margin-top: 0.313rem;
	margin-bottom: 5px;
	margin-bottom: 0.313rem;
}

.widget-area .widget li:last-child{
	margin-bottom: -1px;
}

.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget_em_widget p {
	margin-bottom: 0;
}
.widget-area .widget ul {
	list-style: none;
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
}

.widget-area .widget li {
	background: url(images/bullet-point.jpg) no-repeat left 6px;
	margin-left: 0;
	padding: 0 0 6px 12px;
}
.widget-area .widget a {
	color: #7b1315;
}
.widget-area .widget a:hover, .widget-area .widget a:active, .widget-area .widget a:focus{
	color: #253B47;
	text-decoration: none;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.widget-container  h2.widget-title {
	margin-bottom: 12px;
}
.widget-container .textwidget h3 {
	margin-top: 12px;
}
.widget-container .textwidget p {
	line-height: 150% !important;
	margin-bottom: 12px;
}
/* Footer */
.footer {
	border-top: 1px solid #e3e3e3;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	color: #fff;
    background: #EDEDED;
}
.footer a {
	color: #fff;
}
.footer .entry-title a {
	color: #253B47;
	text-decoration: none;
}
.footer a:hover, 
.footer a:focus,
.footer .entry-title a:hover, 
.footer .entry-title a:focus{
	color: #fff;
	text-decoration: none;
}
.footer .entry-title a:hover, 
.footer .entry-title a:focus{
	text-decoration: underline;
}
#footer-widget-area {
	clear: both;
	overflow: hidden;
	margin: 0 0 1em;
	padding: 0 1.71429rem;
}

.site-info {
	clear: both;
	color: #7b1315;
	background: #EDEDED;
	padding: 12px 0;
	text-align: center;
}
.footer .site-info a {
	color: #7b1315;
	text-decoration: none;

}
.footer .site-info a:hover, .footer .site-info a:focus {
	color: #253B47;
	text-decoration: underline;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	visibility: hidden;
}
.entry-header {
	margin-bottom: 18px;
}
.archive .entry-header, .single .entry-header {
	margin-bottom: 18px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1;
	font-weight: normal;
	color: #7b1315;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.archive .entry-header .entry-title,
.single .entry-header .entry-title {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #7b1315;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #253B47;
	text-decoration: none;
}
article.sticky .featured-post {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.6;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 18px;
	margin: 0 0 1.285714286rem;
	line-height: 1.6;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 7px;
	margin-bottom: 0.438rem;
}
.entry-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 7px;
	margin-bottom: 0.438rem;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 15px;
	margin: 0 0 0.9375rem;
	line-height: 1.714285714;
	color: #757575;
}


.entry-content .events-table p {
	margin: 0;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: none;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal inside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 2px;
	margin: 0 0 0 0.14285714rem;
	background: url(images/bullet-point.jpg) no-repeat left 10px;
	padding: 0 0 0 24px;
	padding: 0 0 0 1.714285714rem;
	color: #757575;
}
.entry-content ol li, 
.comment-content ol li {
	background: transparent;
	padding: 0;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
	color: #757575;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
	color: #757575;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	color: #757575;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
	color: #757575;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding-bottom: 0;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 6px;
	margin-top: 0.42857143rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* Social-Media direkt */
.social {
	float: none; 
	margin: 0 0 1em; 
	overflow: hidden;
}
.social ul {
	list-style: none;
	margin: 0; 
	padding: 0;
}
.social li {
	float: left; 
	width: auto;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	background: transparent;
	margin: 0 .5em 0 0;
	padding: 0;
}
.social a {
	position: relative;
	width: auto !important;
	color: #fff;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	font-weight: bold;
	padding: .1em .3em; 
	text-decoration: none;

}

.social a span {
	padding-right: .4em;
	display: inline;
}
.social a.facebook {
	background-image: url(images/myicons/24/facebook.png);
	padding-left: 22px;
}
.social a.twitter {
	background-image: url(images/myicons/24/twitter.png);
	padding-left: 30px;
	background-position: 3px center;
}
.social a.google {
	background-image: url(images/myicons/24/googleplus.png);
	padding-left: 24px;
	background-position: -3px bottom;
}
.social a:hover, .social a:focus {
	background-color: #7b1315;
	cursor: pointer;
}
.social a:focus {
	text-decoration: underline;
}



/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 18px;
	margin-bottom: 1.28571429rem;
	padding-bottom: 0;
	border-bottom: 1px solid #ededed;
}
.archive-header {
	border-bottom: 0 none;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

/* Slider */
.divider {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);	
}

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding: 0;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
	list-style: none;
}
.template-front-page .widget-area .widget li a {
	color: #253B47;
}
.template-front-page .widget-area .widget li a:hover {
	color: #7b1315;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* Blog-Titel ueberschreiben */
.template-front-page .entry-title {
	text-transform: uppercase;
}
.template-front-page .entry-title a {
	color: #253B47;
	text-decoration: none;
}
.template-front-page .entry-title a:hover,
.template-front-page .entry-title a:focus {
	color: #fff;
	text-decoration: underline;
}

/* =Widgets
-------------------------------------------------------------- */



.widget-area .widget ul ul {
	margin: 0;
}
.widget-area .widget ul ul li {
	background: transparent;
	padding: 0;
}

.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/* Content Form 7 */
.wpcf7-form input,
.wpcf7-form textarea {
	max-width: 94% !important;
}

/* @end */



/* @group Form Buttons */

/* #Form Buttons
================================================== */

	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 1px 1px 0px #fff;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 21px;
	  font-family: 'PT Sans', sans-serif; 
	  }
	  
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #eee; /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #ccc;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  border-bottom: 1px solid #9d9d9d;
}
	  
  	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(255,255,255,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa; }
	
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width { 
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }


/* @end */

/* @group Styled Buttons */

.button-alt,
.button,
.button.small,
.button.large,
.button.medium {
	background-image: none;
	padding: 8px 1em 9px 1em;
	font-size: .95em;
	margin: 0;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
	font-stretch: narrower;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;

}


.button.left {
	float: left;
}
.button.right {
	float: right;
}
.button.center,.button.middle {
	margin: 0px auto;
	text-align: center;
	display: inherit;
}

.button-alt a,.button a,.button.small a {
	font-size: .9em;
	line-height: 14px;
}
.button.medium a {
	font-size: 1.2em;
	line-height: 20px;
}
.button.large a {
	font-size: 1.5em;
	line-height: 24px;
}
.button span.btn_caption {
	font-weight: normal;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
}


/* End Button Style */

	
/* @group Tabs */

	/* ohne JS */
	.no-js ul.tabs { display: none;}
	.no-js ul.tabs-content > li { display: block; }

	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: 0; }
	ul.tabs li a { 
		display: block; 
		text-decoration: none;
		width: auto; 
		height: 29px; 
		padding: 0px 10px; 
		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 0 0 1em; display: block; }
	ul.tabs-content li {
		list-style: none;
		margin-left: 0;
	}
	ul.tabs-content ul li {
		list-style-type: disc;
		margin-left: 20px;
	}
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }
		
	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs: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;
}

.cta p {
	margin: 0;
	padding: 0;
}

.cta h3 {
	font-size: 1.5em;
	text-shadow: #fff 1px -1px 0;
}

/* @end */


/*=Custom Styles
 *--------------------------------------------------------*/

body.template-front-page .site-content{
	width: 100%;
}

.template-front-page a, 
.template-front-page .comments-link a, 
.template-front-page .entry-meta a {
  color: #426A7F;
}
.template-front-page a:hover, 
.template-front-page .comments-link a:hover, 
.template-front-page .entry-meta a:hover {
  color: #426A7F;
  text-decoration: none;
}
.template-front-page .site-header h1 a, .template-front-page .site-header h2 a {
  color: #253B47;
}
.template-front-page .site-header h1 a:hover, .template-front-page .site-header h2 a:hover {
  color: #7b1315;
}


.template-front-page .main-navigation li a:hover, 
.template-front-page .main-navigation li a:active, 
.template-front-page .main-navigation li a:focus {
	color: #fff;
  background: #7b1315;
}
.template-front-page .main-navigation .current-menu-item > a, 
.template-front-page .main-navigation .current-menu-ancestor > a, 
.template-front-page .main-navigation .current_page_item > a, 
.template-front-page .main-navigation .current_page_ancestor > a {
  background: #7b1315;
}
.template-front-page .main-navigation li.sfHover > a {
	color: #fff;
	background: #7b1315;
	
}

	.template-front-page .sf-arrows .sf-with-ul:after {
		border-left-color: rgba(66, 106, 127,.5);
	}
	.template-front-page .sf-arrows > li > .sf-with-ul:focus:after,
	.template-front-page .sf-arrows > li:hover > .sf-with-ul:after,
	.template-front-page .sf-arrows > .sfHover > .sf-with-ul:after {
		border-top-color: rgba(255, 255, 255,.9); 
	}


.template-front-page .logo-area,
.template-front-page .menu-main-container {
	max-width: 1160px;
	margin: 0 auto;
}
.template-front-page .menu-main-container, .menu-main-container {
	padding: 0;
}

.template-front-page .slider, .slider {
	margin: 0;
	max-width: 685px !important; /* unbedingt ueberschreiben */
	padding: 0;
	background: transparent;
}
.template-front-page .flexslider-hg-wrapper {
    width: 100%;
	margin: 0;

}
.template-front-page .flexslider {
  margin: 0 !important;
  position: relative;
}
.template-front-page .slide-data {
}
.template-front-page .slide-data .flexslider-hg-title {
	color: #426A7F;
	font-size: 24px;
	margin: 0 10px 5px;
	text-shadow: none;
}

.template-front-page .slide-data .flexslider-hg-title a {
	color: #fff;
}
.template-front-page .slide-data p {
	font-size: 14px;
	margin: 0 10px 5px;
	color: #222;
}
.template-front-page .flexslider .slides img {
    float: left;
    max-width: 755px;
    width: 100%;
}
.template-front-page .flex-control-nav, .template-front-page .flex-direction-nav {
	max-width: 755px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.template-front-page img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}


.template-front-page .textwidget h2 {
	font-size: 18px;
	line-height: 1.6;
	text-transform: uppercase;
	margin-bottom: 1em;

}
.template-front-page .textwidget p {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 1.5em;
}



.front-columns-aside h2 {
	font-size: 20px;
}
.entry-content-aside h3 {
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
}
.entry-content-aside {
	margin: 12px 0;
}
.entry-content-aside p {
	font-size: 14px;
	line-height: 150%;
}



.template-front-page .footer {
    background: #253B47;
    border-top: 1px solid #000;
	margin-top: 10px;
	padding-top: 0;
}
.template-front-page .footer a {
    color: #426A7F;
}
.template-front-page .footer .entry-title a {
    color: #426A7F;
    text-decoration: none;
	text-transform: uppercase;
}
.template-front-page .footer a:hover, .template-front-page .footer a:focus, .template-front-page .footer .entry-title a:hover, .footer .entry-title a:focus {
    color: #FFFFFF;
    text-decoration: none;
}
.template-front-page .site-info {
  background: #253B47;
  color: #7b1315;
}
.template-front-page .footer .site-info a {
	color: #7b1315;
}
.template-front-page .footer .site-info a:hover {
	color: #fff;
	text-decoration: underline;
}





/* =Media queries
-------------------------------------------------------------- */
/* Spezialstyles fuer Breite unter 600px */
@media screen and (max-width: 599px) {
	.site {
		clear: both;
		margin: 20px 0 50px;
		padding: 0 0 0 10px;
		max-width: auto;
		position: relative;
		width: 96%;
		float: none;
		background: transparent;
	}
	.site-header {
		padding: 0 2%;
	}
	.site-content {
		margin-right: 20px;
	}

	.lang-widget {
		clear: right;
		float: right;
		margin: 10px 0 0 0;
		width: auto;
		text-align: right;
	}

	.mlp_language_box ul li {
		display: inline;
		list-style-type: none;
		margin: 0;
	}

	/* Navigation */
	.main-navigation {
		text-align: left;
		margin: 10px;
		border: 1px solid #E0E0E0;
		width: 190px;
		position: absolute;
		background: #fff;
		z-index: 9998;
		opacity: 0.9;
	}
	.no-js .main-navigation {
		position: relative;
	}
	.main-navigation ul.nav-menu,
	.main-navigation ul.menu{
		display: none;
	}
	.main-navigation ul {
		margin: 0 0 0 24px;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: block;
		text-decoration: none;
	}
	.main-navigation li a {
		color: #333;
		padding: 0;
		margin: 10px 0 0;
		background: transparent;
		line-height: 1.5;
		white-space: nowrap;
		border-bottom: 1px solid #fff;
		
	}
	.main-navigation li:first-child a {
		margin: 10px 0 0;
	}
	.main-navigation li a:hover, .main-navigation li a:active, .main-navigation li a:focus {
		color: #7b1315;
		background: transparent;
		border-bottom: 1px dotted #7b1315;
	}
	.main-navigation li.sfHover > a {
		color: #7b1315;
		background: transparent;
	
	}
	.main-navigation li {
		margin: 0;
		position: relative;
	}
	.main-navigation li:last-child {
		margin-right: 0 !important;
	}
	.main-navigation li ul.sub-menu {
		display: none;
		margin: 0;
		padding: 0 0 0 10px;
		position: absolute;
		top: 99%;
		left: 50%;
		z-index: 1000;
		background: #fff;
		border-radius: 3px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		width: 16em;
	}
	.main-navigation li ul ul.sub-menu {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li:active > ul {
		border-left: 0;
		display: none;
	}
	.main-navigation li ul li a {
		color: #333;
		background: transparent;
		display: block;
		font-size: 13px;
		line-height: 2.181818182;
		padding: 0;
		margin: 0;
		white-space: normal;
	}
	.main-navigation li ul li:first-child a {
		margin: 0;
	}
	.main-navigation li ul li a:hover, .main-navigation li ul li a:active, .main-navigation li ul li a:focus {
		background: transparent;
		color: #7b1315;
	}
	
	
	/* aktives Menue */
	.main-navigation li.current-menu-ancestor a	{
		border-bottom: 1px dotted #7b1315;
	}
	.main-navigation li.current-menu-item ul.sub-menu,
	.main-navigation li.current-menu-parent ul.sub-menu,
	.main-navigation li.current-menu-ancestor ul.sub-menu	{
		display: block;
		margin: 0 0 0 12px;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		z-index: 1000;
		border-radius: none;
		box-shadow: none;
		width: auto;
	}
	.main-navigation li.current-menu-ancestor ul.sub-menu a {
		border-bottom: 0 none;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #7b1315;
		background: transparent;
		/*font-weight: bold;*/
		display: block;
	}
	.menu-toggle {
		display: block;
		margin: 0;
	}
	/* 3. Ebene ausblenden */
	ul ul.sub-menu ul.sub-menu{
		display: none !important;
	}



}

/* Minimum width of 480 pixels. */
@media screen and (min-width: 480px) {
	.pagewrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
		max-width: 749px;
		background: #fdfdfd ;
	}
	.site {
		clear: both;
		margin: 20px 0 50px;
		padding: 0 0 0 2%;
		max-width: auto;
		position: relative;
		width: 98%;
		float: none;
		background: transparent;
	}
	.site-content {
		margin-right: 20px;
	}
	.site-header {
		padding: 0;
	}
	.lang-widget {
		float: right;
		margin: 10px 0 0 20px;
		width: auto;
	}
	.lang-widget .mlp_language_box {
		text-align: left;
	}
	
	
	/* Slider */
	.divider {
		position: absolute;
		clip: rect(1px, 1px, 1px, 1px);	
	}
	.slider {
		max-width: 0;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 16px;
		font-size: 1.14285714rem;
		line-height: 1.5;
		margin: 0;
		position: relative;
		height: auto;
		font-weight: normal;
	}
	.site-header h1 img {
		width: auto;
	}
	.site-header h2 {
	  background: transparent;
	  color: #7b1315;
	  font-size: 30px;
	  font-size: 2.14285714rem;
	  font-weight: normal;
	  height: auto;
	  line-height: 1.2;
	  position: relative;
	  margin: 0 0 0 8px;
	}
	.site-header h2 span {
	  padding: 0;
	  text-align: left;
	}
	.site-header h2 span.versetzt {
		margin-left: -3px;
	}
	.logo-area {
		background: transparent;
		max-width: 470px;
		float: left;
		padding: 0;
	}	

	/* Navigation */
	.main-navigation {
		text-align: left;
		margin: 10px;
		border: 1px solid #E0E0E0;
		width: 190px;
		position: absolute;
		background: #fff;
		z-index: 9998;
		opacity: 0.9;
	}
	.main-navigation ul {
		margin: 0 0 0 12px;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: block;
		text-decoration: none;
	}
	.main-navigation li a {
		color: #333;
		padding: 0;
		margin: 10px 0 0;
		background: transparent;
		line-height: 1.5;
		white-space: normal;
		border-bottom: 1px solid #fff;
		
	}
	.main-navigation li:first-child a {
		margin: 10px 0 0;
	}
	.main-navigation li a:hover, .main-navigation li a:active, .main-navigation li a:focus {
		color: #7b1315;
		background: transparent;
		border-bottom: 1px dotted #7b1315;
	}
	.main-navigation li.sfHover > a {
		color: #7b1315;
		background: transparent;
	
	}
	.main-navigation li {
		margin: 0;
		position: relative;
	}
	.main-navigation li:last-child {
		margin-right: 0 !important;
	}
	.main-navigation li ul.sub-menu {
		display: none;
		margin: 0;
		padding: 0 0 0 10px;
		position: absolute;
		top: 99%;
		left: 50%;
		z-index: 1000;
		background: #fff;
		border-radius: 3px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		width: 16em;
	}
	.main-navigation li ul ul.sub-menu {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li:active > ul {
		border-left: 0;
		display: none;
	}
	.main-navigation li ul li a {
		color: #333;
		background: transparent;
		display: block;
		font-size: 13px;
		line-height: 2.181818182;
		padding: 0;
		margin: 0;
		white-space: normal;
	}
	.main-navigation li ul li:first-child a {
		margin: 0;
	}
	.main-navigation li ul li a:hover, .main-navigation li ul li a:active, .main-navigation li ul li a:focus {
		background: transparent;
		color: #7b1315;
	}
	
	
	/* aktives Menue */
	.main-navigation li.current-menu-ancestor a	{
		border-bottom: 1px dotted #7b1315;
	}
	.main-navigation li.current-menu-item ul.sub-menu,
	.main-navigation li.current-menu-parent ul.sub-menu,
	.main-navigation li.current-menu-ancestor ul.sub-menu	{
		display: block;
		margin: 0 0 0 12px;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		z-index: 1000;
		border-radius: none;
		box-shadow: none;
		width: auto;
	}
	.main-navigation li.current-menu-ancestor ul.sub-menu a {
		border-bottom: 0 none;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #7b1315;
		background: transparent;
		/*font-weight: bold;*/
		display: block;
	}
	.menu-toggle {
		display: block;
		margin: 0;
	}
	/* 3. Ebene ausblenden */
	ul ul.sub-menu ul.sub-menu{
		display: none !important;
	}
	/* Footer */
	.footer-widget li {
		display: inline-block;
		padding-right: 1em;
	}
}

/* Minimum width of 750 pixels. */
@media screen and (min-width: 750px) {
	.pagewrap {
		max-width: 990px;
	}
	.site {
		clear: both;
		margin: 60px 0 48px;
		padding: 0 0 0 2.5%;
		max-width: auto;
		position: relative;
		width: 97.5%;
		float: none;
		background: transparent;
	}
	.site-content {
		float: left;
		width: 66%;
		margin: 10px 0 40px;
		padding: 0 0 6px;
		padding: 0 0 0.428571429rem;

	}

	#secondary {
		margin: 48px 2% 0 0;
	}
	.widget-area {
		float: right;
		width: 28%;
		padding: 0 0 20px;
	}
	.widget-area .widget {
		padding: 8px 5px 1px 8px;
		background: #fcfcfc;
		-webkit-box-shadow: -1px 2px 3px -1px rgba(0, 0, 0, 0.1); /* WebKit */
		-moz-box-shadow: -1px 2px 3px -1px rgba(0, 0, 0, 0.1); /* Firefox */
		box-shadow: -1px 2px 3px -1px rgba(0, 0, 0, 0.2); /* Standard */  
		

	}
	.lang-widget {
		float: right;
		margin: 10px 0 0 20px;
		width: auto;
	}
	.lang-widget .mlp_language_box {
		text-align: right;
	}	
	.language {
		padding-right: 0;
	}
	.site-header {
		margin: 0 !important;
	-webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2); /* WebKit */
	-moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2); /* Firefox */
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2); /* Standard */
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 16px;
		font-size: 1.14285714rem;
		line-height: 0.97;
		margin: 0;
		position: relative;
		height: auto;
		font-weight: normal;
	}
	.site-header h1 img {
		width: auto;
	}
	.site-header h2 {
	  background: transparent;
	  color: #7b1315;
	  font-size: 30px;
	  font-size: 2.14285714rem;
	  font-weight: normal;
	  height: auto;
	  line-height: 1.2;
	  position: relative;
	  margin: 0 0 0 8px;
	}
	.site-header h2 span {
	  padding: 0;
	  text-align: left;
	}
	.site-header h2 span.versetzt {
		margin-left: -3px;
	}
	.logo-area {
		background: transparent;
		max-width: 480px;
		float: left;
		padding: 0;
	}	

	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}

	/* Footer */
	#footer-widget-area {
		margin: 0 0 0 22px;
		max-width: 60%;
		overflow: hidden;
	}
	#footer-widget-area {
		padding: 0;
		padding: 0;
	}
	.footer-widget li {
		display: inline-block;
		padding-right: 1em;
	}
	.site-info {
		text-align: left;
	}
}
/* Minimum width of 799 pixels. */
@media screen and (min-width: 799px) {
	.main-navigation li {
		margin: 0;
		position: relative;
	}
	.main-navigation li:last-child {
		margin-right: 0 !important;
	}

	.logo-area {
		background: transparent;
		max-width: 40.8%;
		float: left;
		padding: 0;
	}	

	/* Slider */
	.divider {
		position: relative;
		background: transparent !important;
		padding: 0;
		float: right;
		max-width: 56%;
		width: 100%;
	}	
	.flexslider .slides img {
		max-width: 685px;
	}
	.slider {
		margin: 0;
		overflow: hidden;
		padding: 0;
		background-color: transparent !important;
	}

	.flexslider {
	  background: transparent !important;
	  border: none !important;
	  margin: 0 !important;
	  box-shadow: none !important;
	  max-width: 685px;
	}
	.no-js .flexslider .slide {
	  position: relative;
	}
	.flex-control-nav {
		bottom: 10px;
		max-width: 685px;
		opacity: 0 !important;
		position: absolute;
		text-align: center;
		width: 100%;
	}
	.flex-control-paging li a {
	  background: rgba(43, 80, 123, 0.4);
	  border-radius: 20px 20px 20px 20px;
	  box-shadow: 0 0 3px rgba(255, 255, 255, 0.3) inset;
	  cursor: pointer;
	  display: block;
	  height: 11px;
	  text-indent: -9999px;
	  width: 11px;
	}
	.flex-control-paging li a.flex-active {
	  background: rgba(43, 80, 123, 1);
	}
	.flex-direction-nav {
		max-width: 1160px;
		position: absolute;
		top: 125px;
	}

	.flex-direction-nav .flex-prev {
		left: -36px;
		opacity: 0;
	}

	.flexslider:hover .flex-prev,
	.flexslider:hover .flex-prev:hover {
		opacity: 0 !important;
	}
	.flex-direction-nav .flex-next {
		right: -36px;
		opacity: 0;
	}

	.flexslider:hover .flex-next,
	.flexslider:hover .flex-next:hover {
		opacity: 0 !important;
	}
	.flex-direction-nav a {
		margin: 0;
	}
	.slide-data {
		display: none; /* muss editiert werden, wenn die Slides diese Angabe nutzen sollen!!! */
	  background: transparent;
	  border-radius: 2px 2px 2px 2px;
	  bottom: 0;
	  color: #222;
	  left: 0;
	  padding: 7px 10px;
	  position: relative;
	  text-shadow: none;
		line-height: 140%;
	}
	.slide-data p {
		color: #222;
		text-shadow: none;
		line-height: 140%;
		margin-bottom: 1.5em;
		font-size: 16px;
	}
	.slide-data .flexslider-hg-title {
		font-size: 18px;
		line-height: 140%;
	  color: #253B47;
	  margin: 0;
	  padding: 0;
	  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
	}
	.slide-data .flexslider-hg-title a {
		color: #253B47;
	}	
	
}
/* Minimum width of 900 pixels. */
@media screen and (min-width: 900px) {
	body {
		background-color: #f8f8f8;
	}

	
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {

	.pagewrap {
		max-width: 1280px;
	}
	/* Ueberleger am Ende der Seite rechts - nur auf Displays > 750 pixel */
	.overlay {
		position: absolute;
		right: 0;
		bottom: 0;
		background: transparent url(images/hg-bottom.png) no-repeat bottom right;
		height: 174px;
		width: 602px;
	}
	.site {
		clear: none; 
		margin: 0 0 48px;
		padding: 0;
		max-width: 988px;
		position: relative;
		width: 79%;
		float: right;
		background: transparent;
	}
	.logo-area {
		background: transparent;
		max-width: 40.8%;
		float: left;
		padding: 0;

	}	
	.site-header h2 {
	  font-size: 180%;
	}
	.site-content {
		float: left;
		width: 65%;
		margin: 10px 0 40px;
		padding-top: 0;
	}
	#secondary {
		margin: 48px 0 0;
	}
	.widget-area {
		float: right;
		padding: 0 0 20px;
		width: 30%;
	}	
	/* Navigation */
	.main-navigation {
		position: relative;
		background: transparent;
		border: 0 none;
		float: left;
		text-align: left;
		margin: 0 22px 10px;
		padding: 0 0 30px 0;
		width: 16%;
	}
	.menu-main-container {
		padding: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation ul.menu {
		display: inline-block !important;
		text-align: left;
		width: 100%;
		position: relative;
		z-index: 100;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li {
		margin: 0 10px 0 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 1px dotted #fff;
		color: #333;
		padding: 0;
		margin: 20px 0 0;
		background: transparent;
		line-height: 1.5;
		white-space: normal;
		
	}
	.main-navigation li:first-child a {
		margin: 10px 0 0;
	}
	.main-navigation li a:hover, .main-navigation li a:active, .main-navigation li a:focus {
		color: #7b1315;
		background: transparent;
		border-bottom: 1px dotted #7b1315;
	}
	.main-navigation li.sfHover > a {
		color: #7b1315;
		background: transparent;
		border-bottom: 1px dotted #7b1315;
	
	}
	.main-navigation li {
		margin: 0;
		position: relative;
	}
	.main-navigation li:last-child {
		margin-right: 0 !important;
	}
	.main-navigation li ul.sub-menu {
		display: none;
		margin: 0;
		padding: 0 0 0 10px;
		position: absolute;
		top: 99%;
		left: 50%;
		z-index: 1000;
		background: transparent;
		border-radius: 3px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		width: 16em;
	}
	.main-navigation li ul li {
		margin: 0;
	}
	.main-navigation li ul ul.sub-menu {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li:active > ul {
		border-left: 0;
		display: none;
	}
	.main-navigation li ul li a {
		color: #333;
		background: transparent;
		display: block;
		font-size: 13px;
		line-height: 2.181818182;
		padding: 0;
		margin: 0;
		white-space: normal;
	}
	.main-navigation li ul li:first-child a {
		margin: 0;
	}
	.main-navigation li ul li a:hover, .main-navigation li ul li a:active, .main-navigation li ul li a:focus {
		background: transparent;
		color: #7b1315;
	}
	
	
	/* aktives Menue */
	.main-navigation li.current-menu-item a,
	.main-navigation li.current-menu-ancestor a {
		border-bottom: 1px dotted #7b1315;
	}
	.main-navigation li.current-menu-item ul.sub-menu,
	.main-navigation li.current-menu-ancestor ul.sub-menu {
		display: block;
		margin: 0 0 0 12px;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		z-index: 1000;
		border-radius: none;
		box-shadow: none;
		width: auto;
	}
	.main-navigation li.current-menu-item ul.sub-menu a,
	.main-navigation li.current-menu-ancestor ul.sub-menu a{
		border-bottom: none;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #7b1315;
		background: transparent;
		/*font-weight: bold;*/
		display: block;
	}
	.menu-toggle {
		display: none;
	}
	
	/* 3. Ebene ausblenden */
	ul ul ul.sub-menu{
		display: none !important;
	}
	
	
	
	/* Slider */
	.divider {
		position: relative;
		background: transparent !important;
		padding: 0;
		float: right;
		max-width: 56%;
		width: 100%;
	}	
	.flexslider .slides img {
		max-width: 685px;
	}
	.slider {
		margin: 0;
		overflow: hidden;
		padding: 0;
		background-color: transparent !important;
	}

	.flexslider {
	  background: transparent !important;
	  border: none !important;
	  margin: 0 !important;
	  box-shadow: none !important;
	  max-width: 685px;
	}
	.no-js .flexslider .slide {
	  position: relative;
	}
	.flex-control-nav {
		bottom: 10px;
		max-width: 685px;
		opacity: 0 !important;
		position: absolute;
		text-align: center;
		width: 100%;
	}
	.flex-control-paging li a {
	  background: rgba(43, 80, 123, 0.4);
	  border-radius: 20px 20px 20px 20px;
	  box-shadow: 0 0 3px rgba(255, 255, 255, 0.3) inset;
	  cursor: pointer;
	  display: block;
	  height: 11px;
	  text-indent: -9999px;
	  width: 11px;
	}
	.flex-control-paging li a.flex-active {
	  background: rgba(43, 80, 123, 1);
	}
	.flex-direction-nav {
		max-width: 1160px;
		position: absolute;
		top: 125px;
	}

	.flex-direction-nav .flex-prev {
		left: -36px;
		opacity: 0;
	}

	.flexslider:hover .flex-prev,
	.flexslider:hover .flex-prev:hover {
		opacity: 0 !important;
	}
	.flex-direction-nav .flex-next {
		right: -36px;
		opacity: 0;
	}

	.flexslider:hover .flex-next,
	.flexslider:hover .flex-next:hover {
		opacity: 0 !important;
	}
	.flex-direction-nav a {
		margin: 0;
	}
	.slide-data {
		display: none; /* muss editiert werden, wenn die Slides diese Angabe nutzen sollen!!! */
	  background: transparent;
	  border-radius: 2px 2px 2px 2px;
	  bottom: 0;
	  color: #222;
	  left: 0;
	  padding: 7px 10px;
	  position: relative;
	  text-shadow: none;
		line-height: 140%;
	}
	.slide-data p {
		color: #222;
		text-shadow: none;
		line-height: 140%;
		margin-bottom: 1.5em;
		font-size: 16px;
	}
	.slide-data .flexslider-hg-title {
		font-size: 18px;
		line-height: 140%;
	  color: #253B47;
	  margin: 0;
	  padding: 0;
	  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
	}
	.slide-data .flexslider-hg-title a {
		color: #253B47;
	}

}

/* Minimum width of 1120 pixels. */
@media screen and (min-width: 1120px) {

	.logo-area {
		background: transparent;
		float: left;
		padding: 0;
		max-width: 40.8%;
	}
	.site-header h2 {
	  font-size: 210%;
	}
	.divider {
		max-width: 56%;
		width: 100%;
	}	

	
}

/* Minimum width of 1255 pixels. */
@media screen and (min-width: 1255px) {
	.pagewrap {
		position: relative;
		width: 99%;
		margin: 0 auto 1em;
		max-width: 1234px;
		background: #fdfdfd ;
		border: 1px solid #E8E8E8;
		-webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.1); /* WebKit */
		-moz-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.1); /* Firefox */
		box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.1); /* Standard */  
	}
	/* Ueberleger am Ende der Seite rechts - nur auf Displays > 750 pixel */
	.overlay {
		position: absolute;
		right: 0;
		bottom: 0;
		background: transparent url(images/hg-bottom.png) no-repeat bottom right;
		height: 174px;
		width: 602px;
	}
	.site {
		clear: none; 
		margin: 0 0 48px;
		padding: 0;
		max-width: 988px;
		position: relative;
		width: 80%;
		float: right;
		background: transparent;
	}
	.logo-area {
		background: transparent;
		max-width: 510px;
		float: left;
		padding: 0;
	}	
	.site-content {
		float: left;
		width: 66%;
		margin: 10px 0 40px;
		padding-top: 0;
	}
	
	.site-header h2 {
	  font-size: 30px;
	  font-size: 2.14285714rem;
	}
	

	/* Navigation */
	.main-navigation {
		float: left;
		position: relative;
		background: transparent;
		border: 0 none;
		text-align: left;
		margin: 0 22px 10px;
		padding: 0 0 30px 0;
		width: 16%;
	}
	.menu-main-container {
		padding: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation ul.menu {
		display: inline-block !important;
		text-align: left;
		width: 100%;
		position: relative;
		z-index: 100;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li {
		margin: 0 10px 0 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 1px dotted #fff;
		color: #333;
		padding: 0;
		margin: 20px 0 0;
		background: transparent;
		line-height: 1.5;
		white-space: nowrap;
		
	}
	.main-navigation li:first-child a {
		margin: 10px 0 0;
	}
	.main-navigation li a:hover, .main-navigation li a:active, .main-navigation li a:focus {
		color: #7b1315;
		background: transparent;
		border-bottom: 1px dotted #7b1315;
	}
	.main-navigation li.sfHover > a {
		color: #7b1315;
		background: transparent;
		border-bottom: 1px dotted #7b1315;
	
	}
	.main-navigation li {
		margin: 0;
		position: relative;
	}
	.main-navigation li:last-child {
		margin-right: 0 !important;
	}
	.main-navigation li ul.sub-menu {
		display: none;
		margin: 0;
		padding: 0 0 0 10px;
		position: absolute;
		top: 99%;
		left: 50%;
		z-index: 1000;
		background: transparent;
		border-radius: 3px;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		width: 16em;
	}
	.main-navigation li ul li {
		margin: 0;
	}
	.main-navigation li ul ul.sub-menu {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li:active > ul {
		border-left: 0;
		display: none;
	}
	.main-navigation li ul li a {
		color: #333;
		background: transparent;
		display: block;
		font-size: 13px;
		line-height: 2.181818182;
		padding: 0;
		margin: 0;
		white-space: normal;
	}
	.main-navigation li ul li:first-child a {
		margin: 0;
	}
	.main-navigation li ul li a:hover, .main-navigation li ul li a:active, .main-navigation li ul li a:focus {
		background: transparent;
		color: #7b1315;
	}
	
	
	/* aktives Menue */
	.main-navigation li.current-menu-item a,
	.main-navigation li.current-menu-ancestor a {
		border-bottom: 1px dotted #7b1315;
	}
	.main-navigation li.current-menu-item ul.sub-menu,
	.main-navigation li.current-menu-ancestor ul.sub-menu {
		display: block;
		margin: 0 0 0 12px;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		z-index: 1000;
		border-radius: none;
		box-shadow: none;
		width: auto;
	}
	.main-navigation li.current-menu-item ul.sub-menu a,
	.main-navigation li.current-menu-ancestor ul.sub-menu a{
		border-bottom: none;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #7b1315;
		background: transparent;
		/*font-weight: bold;*/
		display: block;
	}
	.menu-toggle {
		display: none;
	}
	
	/* 3. Ebene ausblenden */
	ul ul.sub-menu ul.sub-menu{
		display: none !important;
	}
	
	
	
	/* Slider */
	.divider {
		position: relative;
		background: transparent !important;
		padding: 0;
		float: right;
		max-width: 685px;
		width: 100%;
	}	

	.flexslider .slides img {
		max-width: 685px;
	}
	.slider {
		margin: 0;
		overflow: hidden;
		padding: 0;
		background-color: transparent !important;
	}

	.flexslider {
	  background: transparent !important;
	  border: none !important;
	  margin: 0 !important;
	  box-shadow: none !important;
	  max-width: 685px;
	}
	.no-js .flexslider .slide {
	  position: relative;
	}
	.flex-control-nav {
		bottom: 10px;
		max-width: 685px;
		opacity: 0 !important;
		position: absolute;
		text-align: center;
		width: 100%;
	}
	.flex-control-paging li a {
	  background: rgba(43, 80, 123, 0.4);
	  border-radius: 20px 20px 20px 20px;
	  box-shadow: 0 0 3px rgba(255, 255, 255, 0.3) inset;
	  cursor: pointer;
	  display: block;
	  height: 11px;
	  text-indent: -9999px;
	  width: 11px;
	}
	.flex-control-paging li a.flex-active {
	  background: rgba(43, 80, 123, 1);
	}
	.flex-direction-nav {
		max-width: 1160px;
		position: absolute;
		top: 125px;
	}

	.flex-direction-nav .flex-prev {
		left: -36px;
		opacity: 0;
	}

	.flexslider:hover .flex-prev,
	.flexslider:hover .flex-prev:hover {
		opacity: 0 !important;
	}
	.flex-direction-nav .flex-next {
		right: -36px;
		opacity: 0;
	}

	.flexslider:hover .flex-next,
	.flexslider:hover .flex-next:hover {
		opacity: 0 !important;
	}
	.flex-direction-nav a {
		margin: 0;
	}
	.slide-data {
		display: none; /* muss editiert werden, wenn die Slides diese Angabe nutzen sollen!!! */
	  background: transparent;
	  border-radius: 2px 2px 2px 2px;
	  bottom: 0;
	  color: #222;
	  left: 0;
	  padding: 7px 10px;
	  position: relative;
	  text-shadow: none;
		line-height: 140%;
	}
	.slide-data p {
		color: #222;
		text-shadow: none;
		line-height: 140%;
		margin-bottom: 1.5em;
		font-size: 16px;
	}
	.slide-data .flexslider-hg-title {
		font-size: 18px;
		line-height: 140%;
	  color: #253B47;
	  margin: 0;
	  padding: 0;
	  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
	}
	.slide-data .flexslider-hg-title a {
		color: #253B47;
	}





}







/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
		box-shadow: none;
		
	}
	.site-header h1 {
		font-size: 11pt;
		line-height: 1.2;
		text-align: left;
		margin-bottom: 5px;
		margin-left: 14px;
	}
	.site-header h2 {
		font-size: 18pt;
		text-align: left;
		line-height: 1.4;
		margin-bottom: 18px;
		margin-left: 14px;
	}
	.site-header h2 span{float: left;}
	.site-header h2 span:after{content:"\00a0";}
	


	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation,
	.mlp_language_box,
	.textwidget {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 10px 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 14pt;
	}
	
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}