/*
Theme Name: Ecovis
Description: Ecovis Theme 
Version: 2016.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecovistheme
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.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 -  Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 */
/**
 * 1.0 Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
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;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
dfn {
	font-style: italic;
}
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: 0;
}
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,
select {
	text-transform: none;
}
button {
	overflow: visible;
}
button,
input,
select,
textarea {
	max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}
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;
	margin-right: 0.4375em;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #e8e8e8;
	margin: 0 0 1.75em;
	padding: 0.875em;
}
fieldset > :last-child {
	margin-bottom: 0;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/**
 * 2.0 Genericons
 */
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
/**
 * 3.0 Typography
 */
body {
	color: #1a1a1a;
	font-family: 'Roboto',Helvetica,Arial,"Lucida Grande",sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	font-size: 1rem;
	line-height: 24px;
}
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: 'Roboto',Helvetica,Arial,"Lucida Grande",sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	-webkit-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;
	text-rendering: optimizeLegibility;
	font-weight: 600;
	margin: 0;
}
p {
	margin: 0 0 1.75em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	border-color: #1a1a1a;
	border-style: solid;
	border-width: 0 0 0 4px;
	color: #757575;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote p {
	margin-bottom: 1.4736842105em;
}
blockquote > p:last-child {
	margin-bottom: 0;
}
blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
address {
	font-style: italic;
	margin: 0 0 1.75em;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}
pre {
	border: 1px solid #e8e8e8;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
abbr,
acronym {
	border-bottom: 1px dotted #e8e8e8;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/**
 * 4.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: #1a1a1a;
	/* Fallback for when there is no custom background color defined. */
}
hr {
	background-color: #e8e8e8;
	border: 0;
	height: 1px;
	margin-bottom: 1.75em;
}
ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
	margin-left: 1.5em;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 600;
}
dd {
	margin: 0 0 1.75em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}
del {
	opacity: 0.8;
}
table,
th,
td {
	border: 1px solid #e8e8e8;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 600;
}
td {
	border-width: 0 1px 1px 0;
}
th,
td {
	padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #757575;
	font-family: 'Roboto','Roboto', sans-serif;
}
:-moz-placeholder {
	color: #757575;
	font-family: 'Roboto','Roboto', sans-serif;
}
::-moz-placeholder {
	color: #757575;
	font-family: 'Roboto','Roboto', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #757575;
	font-family: 'Roboto','Roboto', sans-serif;
}
/**
 * 5.0 Forms
 */
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	
	 background: #d12e40 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    line-height: 17px;
    margin: 0 12px 0 0;
    padding: 6px 12px;
    text-decoration: none;
    width: auto;
	
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	 background: #d12e40 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    line-height: 17px;
    margin: 0 12px 0 0;
    padding: 6px 12px;
    text-decoration: none;
    width: auto;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background-color: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	color: #757575;
	 padding: 1px 7px;
	width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}
.post-password-form {
	margin-bottom: 1.75em;
}
.post-password-form label {
	color: #757575;
	font-family: 'Roboto','Roboto', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	display: block;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}
.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}
.post-password-form > :last-child {
	margin-bottom: 0;
}
.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}
/**
 * 6.0 Navigation
 */
/**
 * 6.1 - Links
 */
a {
	color: #007acc;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #757575;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
/**
 * 6.2 - Menus
 */
.globalmenue{
	background: yellow;
	width: 100%;
	height: 30px;
	background: #e8e9ea none repeat scroll 0 0;
}
	.global-left{
		width: 48%;
		float: left;
		height: 30px;
	}
	.global-left ul, .langmenu ul{
		list-style-type: none;
		margin: 0;
		 
	}
	.global-left ul li,
	.langmenu ul li{
		 font-size: 0.688em;
	    line-height: 2.625em;
	    padding: 9px 12px 10px;
	    text-decoration: none;
	    display: inline;
	}
	.global-left ul li a,
	.langmenu ul li a{
		 color: #3e3e3e;
	}
	.global-left ul li a:hover,
	.langmenu ul li a:hover{
		 color: #c73946;
	}
	.global-left ul li:first-child{
		background: #fff;
	}
	.langmenu ul li{
		border-right: 1px solid #ccc;
		padding: 0px 6px;
	}
	.langmenu ul li:last-child{
		border-right: 0px solid #ccc;
	}
	.global-right{
		width: 48%;
		float: right;
		height: 30px;
		
		
	}
	.global-right > div{
		float: right;
		display: inline;
	}
		.langmenu, .ecovissocial{
			width: auto;
		}
		
		.ecovissocial{
			margin: 0px 5px 0 0;
			position: relative;
			padding: 2px 0px 0px 0;
		}
		
		#suchfeld2013 {
    		  	padding: 2px 10px 0 0;
    			width: auto;
    			max-width: 230px;
    			width: 230px;
			}
		#suchfeld2013 td{
    		border: 0 !important;
    		 margin: 0;
    		padding: 0;
    		vertical-align:bottom !important;
		}
			.cse .gsc-control-cse, .gsc-control-cse {
		    padding: 0 !important;
		}
		table.gsc-search-box {
		    margin-bottom: 0 !important;
		}
		
		div.gsc-clear-button {
		    display: none !important;
		    visibility: hidden !important;
		}
		.gs-result .gs-title, .gs-result .gs-title * {
		    color: #c73946 !important;
		}
		input.gsc-input {
		    background: #fff !important;
		    height: 22px !important;
		    padding: 0 !important;
		}
		.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
		    padding-right: 2px !important;
		}
		td.gsc-search-button{
			width: 54px !important;
		}
		.cse input.gsc-search-button, 
		input.gsc-search-button {
		    border-radius: 0 !important;
		    color: #fff !important;
		    font-family: inherit !important;
		    font-size: 11px !important;
		    font-weight: bold !important;
		    height: 21px !important;
		    min-width: 54px !important;
		    padding: 0 7px !important;
		    margin:2px !important;
				}
		.cse form.gsc-search-box, form.gsc-search-box {
		    margin-bottom: 0 !important;
		    padding: 0 !important;
		}
		.cse .gsc-control-cse, .gsc-control-cse {
		    background-color: transparent !important;
		    border: 0 none !important;
		}
		td.gsc-clear-button {
		    width: 0 !important;
		}
		.cse input.gsc-input, input.gsc-input {
		    font-size: 12px !important;
		}
		.gs-title {
		    font-size: 16px !important;
		    padding: 0 !important;
		}
		/* WP internes Suchfeld */
		.wpinternesuche .search-form input[type="submit"]{
		/*	display: block;
			visibility: visible;
			height: 20px;
			width: 20px;
			float: right;
			position: relative; */
		}
		.wpinternesuche input.search-field{
			background: #fff;
			margin: 0 -3px 0 0;
			border-radius: 3px;
			height: 25px;
		}

		/* Flaggenmenu*/
		.langmenumobile{
			display: none;
			visibility: hidden;
			padding: 0 3px 0 0;
		}
		.langmenumobile .langmenu ul li{
			padding: 0px;

		}
		.langmenumobile .menu-item a img{
			vertical-align: top;
		}
.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}
.main-navigation {
	font-family: 'Roboto','Roboto', sans-serif;
}
.site-footer .main-navigation {
	margin-bottom: 1.75em;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation li {
	border-top: 1px solid #e8e8e8;
	position: relative;
}
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #c73946;
}
.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}
.no-js .main-navigation ul ul {
	display: block;
}
.main-navigation ul .toggled-on {
	display: block;
}
.main-navigation .primary-menu {
	border-bottom: 1px solid #e8e8e8;
}
.dropdown-toggle {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 50px;
	padding: 0;
	position: absolute;
	text-transform: none;
	top: -1px;
	right: 0;
	width: 50px;
}
.dropdown-toggle:after {
	content: "\f431";
	font-size: 24px;
	line-height: 48px;
	position: relative;
	top: 0;
	left: 1px;
	width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #007acc;
	z-index: 1;
}
.dropdown-toggle.toggled-on,
.dropdown-toggle.toggled-on:hover,
.dropdown-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
	z-index: 1;
}
.dropdown-toggle.toggled-on:after {
	content: "\f432";
}
.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}
.site-footer .social-navigation {
	margin-bottom: 1.75em;
}
.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}
.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}
.social-navigation a {
	border: 1px solid #e8e8e8;
	border-radius: 50%;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}
.social-navigation a:before {
	color: #1a1a1a;
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}
.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}
.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}
.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}
.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}
.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}
.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}
.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}
.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}
.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}
.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}
.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}
.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}
.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}
.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}
.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}
.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}
.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}
.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}
.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}
.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}
.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}
.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}
.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}
.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}
.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}
.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}
.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}
.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: 'Roboto','Roboto', sans-serif;
	margin: 0 7.6923% 3.5em;
}
.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}
.post-navigation span {
	display: block;
}
.post-navigation .meta-nav {
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
.post-navigation .post-title {
	display: inline;
	font-family: 'Roboto','Roboto', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	-webkit-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;
	font-weight: 600;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}
.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}
.pagination {
	font-size: 14px;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
}
.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}
.pagination .nav-links {
	 float: right;
    padding-right: 63%;
    position: relative;
}
/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}
.pagination .page-numbers {
	display: none;
	font-weight: 600;
	  line-height: 1;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
}
.pagination .current {
	display: inline-block;
}
.pagination .prev,
.pagination .next,
.pagination .nav-links:before {
	background-color: #c73946;
	color: #fff;
	display: inline-block;
	height: 24px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 24px;
	z-index: 1;
}
.pagination .nav-links:before {
	content: "";
	right: 0;
}
.pagination .prev:before,
.pagination .next:before {
	font-size: 22px;
    height: 46px;
    line-height: 26px;
    position: relative;
    width: 26px;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}
.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}
.pagination .prev {
	right: 54px;
}
.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}
.pagination .next {
	right: 0;
}
.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}
.image-navigation,
.comment-navigation {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	font-family: 'Roboto','Roboto', sans-serif;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}
.comment-navigation {
	border-bottom: 0;
	margin: 0;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}
/**
 * 7.0 Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: 'Roboto','Roboto', sans-serif;
	font-size: 14px;
	font-weight: 600;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}
.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: 'Roboto',"Open Sans", sans-serif;
}
.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}
/**
 * 8.0 Alignments
 */
.alignleft {
	display: inline;
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}
/**
 * 9.0 Clearings
 */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.entry-intro:before,
.entry-intro:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
article[class^="post-"]:before,
article[class^="post-"]:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}
.clear:after,
.entry-content:after,
.entry-summary:after,
.entry-intro:after,
.comment-content:after,
.site-content:after,
.site-footer:after,
article[class^="post-"]:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}
/**
 * 10.0 Widgets
 */
.widget {
	border-top: 0px solid #1a1a1a;
	padding: 1.75em 0 3.5em;
	word-wrap: break-word;
}
.widget > :last-child {
	margin-bottom: 0;
}
.entry-content .widget{
	border-top: 1px solid #dddddd;
	 padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}
.entry-content .widget .widget-title {
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	text-transform: none;
}
.entry-content .widget {
	font-size: 14px;
	line-height: 21px;
	   word-spacing: 2px;
}
.entry-content ul.su-posts  li.su-post{
    line-height: 21px;
    margin:0 !important;
}
#ansprechpartner a {
color:#333;
}
#ansprechpartner a:hover {
color:#c73946;
}
#ansprechpartner .su-tabs {
background:#f3f8f9;
}
.su-table.ansprech table {
    border: 0 solid #ccc !important;
    border-collapse: collapse ;
    font-size: 1em ;
    margin: 0 0 1.5em ;
    width: 100% !important;
}
.su-table.ansprech .su-even td {
    background: none !important;
}
.su-table.ansprech td, 
.su-table.ansprech tr, 
.su-table.ansprech table {
   border: 0px solid #fff  !important;
}
.su-table.ansprech tr td:first-child {
    width: 20%;
    min-width: 90px;
}
.widget .widget-title {
	font-size: 15px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: none;
}
.widget .widget-title:empty {
	margin-bottom: 0;
}
.widget-title a {
	color: #1a1a1a;
}
/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}
.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	text-align: center;
	padding: 0;
}
.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}
.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 600;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #757575;
	color: #fff;
}
/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #757575;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-family: 'Roboto','Roboto', sans-serif;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}
.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}
/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}
.widget_rss .rss-date,
.widget_rss cite {
	color: #757575;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-family: 'Roboto','Roboto', sans-serif;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}
.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}
.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}
/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	display: inline-block;
	font-family: 'Roboto','Roboto', sans-serif;
	font-size: inherit !important;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0 !important;
	padding: 0.5625em 0.4375em 0.5em;
}
.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
}
/**
 * 11.0 Content
 */
.site {
	background-color: #fff;
}
.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}
/**
 * 11.1 - Header
 */
.site-header {
	padding: 2.625em 7.6923%;
}
.site-header-main {
	-webkit-align-items: center;
	align-items: center;
	display: block;
}
.site-branding {
	margin: 0.875em auto 0.875em 0;
}
.site-title {
	font-family: 'Roboto','Roboto', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 600;
	line-height: 1.2173913043;
	margin: 0;
}
.site-title a {
	color: #1a1a1a;
}
.site-title a:hover,
.site-title a:focus {
	color: #007acc;
}
.site-description {
	color: #757575;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}
.claim{
	color: #aeaeae;
	 font-size: 0.75em;
    line-height: 0.875em;
    padding: 8px 6px 0px 32px;
    text-decoration: none;
}
.titel{
	float: right;
    font-size: 20px;
    font-weight: 300;
    height: 24px;
    line-height: 18px;
    margin: 55px 10px 0 0;
    text-align: right;
   width: 44%;
    color: #666;
    
    
	} 
.menu-toggle {
	background-color: transparent;
	border: 1px solid #e8e8e8;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}
.no-js .menu-toggle {
	display: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
	border-color: #007acc;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}
.header-image {
	clear: both;
	margin: 0.875em 0;
}
.header-image a {
	display: block;
}
.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}
/**
 * 11.2 - Posts and pages
 */
.entry-header,
.entry-footer,
.page-content,
.entry-content,
.entry-summary {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}
.entry-title {
	color: #c73946;
    font-size: 24px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 27px;
    width: 95%;
}
.entry-title a,
.entry-title a:hover,
.entry-title a:focus {
	color: #c73946;
    font-size: 24px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 27px;
    width: 95%;
}
.post-thumbnail {
	display: block;
	margin: 0 ;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}
a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}
.entry-intro > :last-child {
	margin-bottom: 0;
}
.entry-intro p,
.entry-intro address,
.entry-intro hr,
.entry-intro ul,
.entry-intro ol,
.entry-intro dl,
.entry-intro dd,
.entry-intro table {
	margin-bottom: 1.4736842105em;
}
.entry-intro li > ul,
.entry-intro li > ol {
	margin-bottom: 0;
}
.entry-intro th,
.entry-intro td {
	padding: 0.3684210526em;
}
.entry-intro fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}
.entry-intro .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.2105263158em 0;
}
.entry-intro .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.2105263158em;
}
.entry-intro .aligncenter {
	margin-bottom: 1.4736842105em;
}
.entry-content,
.entry-summary,
.entry-intro,
.page-content,
.comment-content,
.textwidget {
	word-wrap: break-word;
}
.entry-content h1,
.entry-summary h1,
.entry-intro h1,
.page-content h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.25rem;
	line-height: 1.25;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color:#c73946;
}
.entry-content h2,
.entry-summary h2,
.entry-intro h2,
.page-content h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}
.entry-content h3,
.entry-summary h3,
.entry-intro h3,
.page-content h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.entry-intro h4,
.entry-intro h5,
.entry-intro h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 14px;
	
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}
.entry-content h4,
.entry-summary h4,
.entry-intro h4,
.page-content h4,
.comment-content h4,
.textwidget h4 {
}
.entry-content h6,
.entry-summary h6,
.entry-intro h6,
.page-content h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.entry-intro h1,
.entry-intro h2,
.entry-intro h3,
.entry-intro h4,
.entry-intro h5,
.entry-intro h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 500;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.entry-intro h1:first-child,
.entry-intro h2:first-child,
.entry-intro h3:first-child,
.entry-intro h4:first-child,
.entry-intro h5:first-child,
.entry-intro h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}
.entry-content > :last-child,
.entry-summary > :last-child,
.entry-intro > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}
.more-link {
	white-space: nowrap;
}
.author-info {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	clear: both;
	margin-top: 1.75em;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}
.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}
.author-description {
	word-wrap: break-word;
}
.author-description > :last-child {
	margin-bottom: 0;
}
.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}
.entry-content .wiw {
    box-shadow: 1px 4px 4px 1px #ddd;
    margin: 4px 0 10px;
}
.author-bio {
	overflow: hidden;
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	word-wrap: break-word;
}
.author-link {
	white-space: nowrap;
}
.entry-footer {
	color: #757575;
	font-family: 'Roboto','Roboto', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}
.entry-footer:empty {
	margin: 0;
}
.entry-footer a {
	color: #757575;
}
.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}
.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}
.entry-footer .avatar {
	margin: -0.1538461538em 0.5384615385em 0 0;
	height: 21px;
	width: 21px;
}
.sticky-post {
	color: #757575;
	display: block;
	font-family: 'Roboto','Roboto', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
.sticky .posted-on,
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-header {
	margin: 0 7.6923%;
}
body:not(.error404):not(.search-no-results) .page-header {
	border-top: 4px solid #1a1a1a;
	padding-top: 1.75em;
}
.page-title {
	font-family: 'Roboto','Roboto', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}
.taxonomy-description {
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}
.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}
.taxonomy-description > :last-child {
	margin-bottom: 0;
}
.page-content {
	padding: 3.5em 0;
}
.page-links {
	clear: both;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 1.75em;
}
.page-links a,
.page-links > span {
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}
.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}
.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}
.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}
/*  template übersicht */
  .page-template-page-uebersicht .site-content,
  .page-template-page-startseite .site-content,
  .page-template-page-full-width .site-content,
  .blog .site-content{
  	background: #ffffff;
  }
  .page-template-page-uebersicht .entry-content,
  .page-template-page-startseite .entry-content,
  .page-template-page-full-width .entry-content,
  .blog .entry-content
  {
  	width: 100%;
  }
  .page-template-page-uebersicht .content-area
 {
    float: none;
    margin: 0 auto ;
    width: 90%;
	}
	.page-template-page-startseite .content-area,
	 .page-template-page-full-width .content-area,
	.blog .content-area {
    float: none;
    margin: 35px auto;
    width: 95%;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
	}
	.page-template-page-startseite .content-area strong,
	.page-template-page-full-width.content-area strong{
		font-weight: 500;
	}
	.page-template-page-startseite .content-area h2 a,
	.page-template-page-full-width .content-area h2 a{
	 color: #444;
  
	}	
	.page-template-page-startseite .content-area h2 a:hover,
	.page-template-page-full-width .content-area h2 a:hover{
	 color: #c73946 ;
  
	}
	.page-template-page-startseite .content-area h2,
	.page-template-page-full-width .content-area h2{
	 color: #444;
    margin: 0 0 10px;
    color: #c73946 ;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
	}	
	.page-template-page-startseite .su-row img,
	.page-template-page-full-width .su-row img{
		-webkit-box-shadow: 1px 5px 5px 1px rgba(221,221,221,1);
		-moz-box-shadow: 1px 5px 5px 1px rgba(221,221,221,1);
		box-shadow: 1px 5px 5px 1px rgba(221,221,221,1);
margin: 0 0 5px;
	}
	.page-template-page-uebersicht .content-area img {
    box-shadow: 1px 4px 7px 0 #cccccc;
    margin: 0 0 10px;
	}
	.page-template-page-uebersicht h3 a{
	font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
	}
	.page-template-page-uebersicht .entry-content{
	font-style: normal;
    font-size: 13px;
    
    line-height: 16.8px;
	}
	.su-column.su-column-size-2-4.startspalte{
		margin-left:0;
		width: 48%;
	}
#news {
background:#f3f8f9;
padding:10px;
}
#news img {
max-width:205px;
 border: 2px solid #fff;
}
/* blog beitrags seite */
		.blog .entry-title,
		.blog h2.entry-title a,
		.blog .archiv-block .entry-title a,
		.blog .archiv-block .entry-title,
		.blog .archiv-block h2.entry-title a
		{
			line-height: 15px;
		}
/* leistungen */
	#leistungen .su-row .su-column h2 + p{
		margin: 0;
	}
	#leistungen .su-row .su-column ul{
		margin: 0 0 16px;
	}
/* slider startseite */
.klasse .nivo-caption {
     background: #fff none repeat scroll 0 0;
    color: #222;
    font-size: 24px;
    font-weight: 300;
    height: 22%;
    left: 1.5%;
    line-height: 26px;
    opacity: 0.9;
    padding: 19px 17px;
    right: 0;
    top: 60%;
    width: 40%;
}
.klasse .nivo-caption .slidersubtitle {
    font-size: 13px;
    margin: 10px 0 0;
}
.klasse .nivo-caption h2 {
    font-size: 21px;
    font-weight: 300;
    line-height: 34px;
    margin: 10px 0;
    color: #d12e40;
}
.klasse .nivo-caption p  {
    
    font-size: 12px !important;
}

.klasse .nivo-caption a,
.klasse .nivo-caption a:hover  {
    color: #c1373d !important;    
    font-size: 12px !important;
}
.theme-default .nivo-controlNav {
    margin: -43px 0 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.entry-content ul.startul li{
	line-height: 22px ;
}
.startul a{
	color:#444;
	line-height: 22px ;
}
.startul a:hover{
	color:	#c73946;
}
/* ------  */
.entry-attachment {
	margin-bottom: 1.75em;
}
.type-attachment .entry-title {
	word-wrap: break-word;
}
.entry-caption {
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
	word-wrap: break-word;
}
.entry-caption > :last-child {
	margin-bottom: 0;
}
.content-bottom-widgets {
	 background: #f5f5f5 none repeat scroll 0 0;
    display: block;
   padding: 35px 0 35px 0;
    position: relative;
    width: 100%;
}
.content-bottom-widgets .widget-area ul{
	margin: 6px 0 0;
}
.content-bottom-widgets .widget-area{
	 margin: 0 auto;
    width: 90%;
	
}
.content-bottom-widgets aside{
	
	float: left;
	 margin: 0 2% 0 0;
    width: 31%;
}
.content-bottom-widgets .widget{
	font-size: 14px;
}
.content-bottom-widgets .widget .widget-title
{
		color: #c1373d;
		margin: 0 0 15px;
		font-size: 13px;
		font-weight: 500;
	}
.archiv-block{
	clear: both;
	 font-size: 14px;
    line-height: 20px;
    word-spacing: 2px;
}
.archiv-block  h2.entry-title a{
	line-height: 28px;
}
.archiv-bild{
	float:left;
	 width: 28%;
	margin: 0 2% 0 0;
	height: auto;
}
.archiv-text{
	float: right;
	margin: 0 3% 0 0;
    width: 65%;
}
.archiv-block a,
.archiv-block a:hover,
.archiv-block a:focus
{
	text-decoration: none;
	  color: #c73946;
}
/**
 * 11.3 - Post Formats
 */
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}
.page .seitenbild,
.single .seitenbild,
.archive .seitenbild{
	   
    float: left;
    min-height: 274px;
    width: 560px;
}
.page .seitenbild-widget,
.single .seitenbild-widget,
.archive .seitenbild-widget{
  background: #f3f8f9 none repeat scroll 0 0;
    float: left;
    height: 260px;
    margin: 1px 0 15px 12px;
    padding: 0 10px 10px;
    width: 25%;
}
.seitenbild-widget img {
	border: 2px solid #fff;
	height: auto;
    width: auto;
	margin:5px 0;
}
.seitenbild-widget img.karteobenrechts{
	margin:0 0 10px 0;
	border:none;
}
.seitenbild-widget ul li {
    background-position: 0 5px !important;
    border: medium none !important;
    padding: 0 0 6px 10px !important;
background-image: url('images/pfeil-sub2.gif') !important;
}
.page .seitenbild-widget h4.title,
.single .seitenbild-widget h4.title,
.archive .seitenbild-widget h4.title{
	color: #c73946;
	font-size: 13px;
	font-weight: 500;
	margin: 12px 0 0px 0;
}
.page .seitenbild-widget .widget,
.single .seitenbild-widget .widget,
.archive .seitenbild-widget .widget  {
	font-size: 13px;
	line-height:17px;
}
.breadcrumb{
	padding: 5px 0 0;
}
.breadcrumb, .breadcrumb a{
	color: #666;
	font-size:12px;
	font-weight: 300;
}
.breadcrumb a:hover{
	color: #c73946;
}
article{
	 padding: 0 0 22px;
}
/**
 * 11.4 - Comments
 */
.comments-area {
	margin: 0 7.6923% 3.5em;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}
.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 600;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}
.comments-title {
	margin-bottom: 1.217391304em;
}
.comment-list {
	list-style: none;
	margin: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #e8e8e8;
	padding: 1.75em 0;
}
.comment-list .children {
	list-style: none;
	margin: 0;
}
.comment-list .children > li {
	padding-left: 0.875em;
}
.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}
.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}
.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}
.comment-metadata,
.pingback .edit-link {
	color: #757575;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}
.comment-metadata {
	margin-bottom: 2.1538461538em;
}
.comment-metadata a,
.pingback .comment-edit-link {
	color: #757575;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}
.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}
.comment-reply-link {
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}
.comment-form {
	padding-top: 1.75em;
}
.comment-form label {
	color: #757575;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	display: block;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
.comment-list .comment-form {
	padding-bottom: 1.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}
.no-comments {
	border-top: 1px solid #e8e8e8;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin: 0;
	padding-top: 1.75em;
}
.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}
.form-submit {
	margin-bottom: 0;
}
.required {
	color: #c0392b;
}
.comment-reply-title small {
	font-size: 100%;
}
.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}
.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}
/**
 * 11.5 - Sidebar
 */
.sidebar {
	padding: 0 7.6923%;
}
/**
 * 11.6 - Footer
 */
.site-info {
	color: #ffffff;
    display: block;
    float: right;
    font-size: 11px;
    margin-bottom: 5px;
    margin-right: 1.5%;
    margin-top: 5px;
    position: relative;
    width: auto;
}
.site-info a {
	color: #fff;
}
.site-info a:hover,
.site-info a:focus {
	color: #fff;
}
.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}
.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: 'Roboto';
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}
.content-bottom-widgets .widget-area .widget_text h2{
				text-transform: none;
				font-weight: 500;
			}
			.content-bottom-widgets .widget-area .widget_text h2.widget-title{
				display: none;
				visibility: hidden;
			}
			.content-bottom-widgets .widget-area h4{
				padding:0;margin:7px 0 0 0;
				text-transform:none;
				color:#c1373d;
				letter-spacing:0;
			}
			.content-bottom-widgets .widget-area ul li{
			  background-image: url("images/pfeil-sub1.gif");
			
			    background-position: 1px 5px;
			    background-repeat: no-repeat;
			    border-bottom: 0px solid #f0f0f0;
			    list-style-type: none;
			    margin: 0;
			    overflow: hidden;
			    padding: 0 5px 0px 11px;
    		}
    		.content-bottom-widgets .widget-area img 
    		{
    			border:3px solid #fff;
    		}
/**
 * 12.0 Media
 */
.site .avatar {
	border-radius: 50%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.entry-intro .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content a img,
.entry-summary a img,
.entry-intro a img,
.page-content a img,
.comment-content a img,
.textwidget a img {
	display: block;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 0;
	max-width: 100%;
	vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}
.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}
.wp-playlist.wp-playlist {
	padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}
.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}
/**
 * 12.1 - Captions
 */
.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption .wp-caption-text {
	color: #757575;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
/**
 * 12.2 - Galleries
 */
.gallery {
	margin-bottom: 1.75em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	padding: 0 2.3333333% 2.3333333%;
	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-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #757575;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/**
 * 13.0 Multisites
 */
.widecolumn {
	padding: 0 7.6923% 3.5em;
}
.widecolumn .mu_register {
	width: auto;
}
.widecolumn .mu_alert {
	margin-bottom: 1.6em;
}
.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}
.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}
.widecolumn p {
	margin: 1.75em 0;
}
.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}
.widecolumn label,
.widecolumn .mu_register label {
	color: #757575;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.6153846154;
}
.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}
.widecolumn .mu_register label strong {
	font-weight: 400;
}
.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}
.widecolumn .mu_register #blogname {
	margin: 0;
}
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}
.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}
.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}
.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}
.site-footer {
    background: #c1373d none repeat scroll 0 0;
    display: table;
    flex-wrap: wrap;
    height: 16px;
    width: 100%;
}
/**
 * 14.0 Media Queries
 */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 0px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}
	body:not(.custom-background-image):before {
		top: 0;
	}
	body:not(.custom-background-image).admin-bar:before {
		top: 0;
	}
	body:not(.custom-background-image):after {
		bottom: 0;
	}
	.site {
		margin: 3px auto 50px auto ;
		max-width: 1010px;
		box-shadow: 0 5px 10px 2px #cccccc;
	}
	.site-header {
		padding: 0;
	}
	.site-branding {
		margin: 25px 0 0 19px;
		width: 50%;
		 display: inline-block;
		 height: 82px;
		
	}
	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}
	.site-description {
		display: block;
	}
	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}
	.site-header-menu {
		margin: 1.3125em 0;
	}
	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}
	.header-image {
		margin: 1.3125em 0;
	}
	.pagination {
		 margin: 1em 20px 1em 15%;
	}
	.sidebar {
		padding-right: 23.0769%;
	}
	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}
	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}
	.pagination .page-numbers {
		display: inline-block;
		font-weight: 100;
	}
	.entry-header,
	.entry-intro,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content
	{
		margin-right: 23.0769%;
	}
	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}
	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.entry-intro blockquote,
	.page-content blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}
	.entry-content blockquote blockquote,
	.entry-summary blockquote blockquote,
	.entry-intro blockquote blockquote,
	.page-content blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}
	.entry-content ul,
	.entry-summary ul,
	.entry-intro ul,
	.page-content ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.entry-intro ol,
	.page-content ol,
	.comment-content ol {
		margin-left: 0;
	}
	.entry-content li > ul,
	.entry-summary li > ul,
	.page-content li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.page-content blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}
	.entry-intro li > ul,
	.entry-intro blockquote > ul {
		margin-left: 1.157894737em;
	}
	.entry-content li > ol,
	.entry-summary li > ol,
	.page-content li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.page-content blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}
	.entry-intro li > ol,
	.entry-intro blockquote > ol {
		margin-left: 1.473684211em;
	}
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}
	.comment-author {
		margin-bottom: 0;
	}
	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}
	.comment-list .children > li {
		padding-left: 1.75em;
	}
	.widecolumn {
		padding-right: 23.0769%;
	}
}
/**
 * 14.2 - >= 783px
 */
@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 0px;
	}
}
/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 56.875em) {
	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
	}
	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.site-header-menu {
		display: block;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		background: #ffffff none repeat scroll 0 0;
border-bottom: 8px solid #efefef;
		
	}
	.main-navigation {
		margin: 0;
	}
	.main-navigation .primary-menu {
		border: 0;
		min-height: 30px;
	}
	.main-navigation li {
		border: 0;
		float: left;
	}
	ul.primary-menu > li:first-child {
    margin: 0 0 0 20px;
		}
	.main-navigation a {
		   color: #444444;
	    font-family: 'Open Sans',"Lucida Grande",sans-serif;
	    font-size: 15px;
	    font-weight: 400;
	    line-height: 1.125em;
	     margin: 0 8px 0px 4px;
	     padding: 0 0 10px;
	    text-decoration: none !important;
	    text-transform: uppercase;
	    word-wrap: normal;
	      letter-spacing: 0.5px;
	}
	.main-navigation a:hover {
		color: #111;
	}
	.main-navigation  ul.primary-menu li > a:after {
    color: #fff;
    content: "|";
    font-size: 1.3em;
    font-weight: 100;
    padding-left: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
		}
	.main-navigation  ul.primary-menu	li.current-menu-parent > a{
		color: #c73946;
	}
	.main-navigation ul.primary-menu  li:last-child > a:after {
    content: " ";
		}
	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #343434;
	}
	.main-navigation ul ul {
		border-bottom: 1px solid #fff;
		display: block;
		float: left;
		margin: 6px 0 0 -1px;
		position: absolute;
		left: -999em;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: -1px;
	}
	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}
	.main-navigation ul ul li {
		background: #f5f5f5 url("images/pfeil-submenu") no-repeat scroll 3px 13px;
      border-color: #fff;
   border-style: solid;
   border-width: 1px 1px 0;
   padding: 7px 7px 7px 15px;
   width: 265px;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.main-navigation ul.primary-menu  ul li:last-child > a:after,
	.main-navigation ul.primary-menu  ul li > a:after {
    content: "";
		}
	.main-navigation ul ul a,
	.main-navigation ul ul ul a {
		color: #222;
    margin: 0 0 0 0px;
    padding: 10px 20px 5px 0;
    text-transform: none;
    white-space: normal;
    width: 15em;
font-size:13px;
line-height:17px;
	}
	.main-navigation ul ul a:hover,
	.main-navigation ul ul li:hover,
	.main-navigation ul ul ul a:hover,
	.main-navigation ul ul ul li:hover
	 {
		color: #c73946;
	}
	.main-navigation ul ul li:hover > a,
	.main-navigation ul ul li.current_page_item > a,
	.main-navigation ul ul li.current-menu-item > a,
	.main-navigation ul ul ul li:hover > a,
	.main-navigation ul ul ul li.current_page_item > a,
	.main-navigation ul ul ul li.current-menu-item > a{
		
	
		color: #c73946;
	}
	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		
		border-style: solid;
		position: absolute;
	}
	.main-navigation ul ul:before {
		top: -9px;
		left: 7px;
		border-width: 0 10px 10px;
		border-color: #fff transparent;
	}
	.main-navigation ul ul:after {
		top: -7px;
		left: 9px;
		border-width: 0 8px 8px;
		border-color: #fff transparent;
	}
	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
	}
	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}
	.main-navigation ul ul .menu-item-has-children > a:after {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: 0.8125em;
		right: 0.5625em;
	}
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}
	.site-content {
		padding: 0;
		background: rgba(0, 0, 0, 0) url("images/nav-left.gif") repeat-y scroll 0 0;
		border-top: 1px solid #fff;
		 min-height: 400px;
	}
	.content-area {
		float: left;
		   margin: 0 0 60px;
		width: 77%;
	}
	.entry-header,
	.entry-intro,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	
	.page-header,
	.page-content
	
	 {
		margin-right: 0;
		margin-left: 0;
	}
	.sidebar {
		float: left;
		margin-left: 0;
		padding: 0;
		width: 23%;
		
	}
	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		padding: 0;
		line-height: 20px;
	}
			/*	.widget_nav_menu {
				margin-bottom:45px;
				}
				.widget .textwidget {
				margin-left:9px;
				padding-right: 28px;
				font-size: 13px;
				line-height:16px;
				}
				.widget .textwidget img {
				border:2px solid #fff;
				margin: 0.2rem 0 0.4rem;
				}
				.widget .textwidget a {
				color:#444;
				}
				.widget .textwidget a:hover {
				color:#c73946;
				}*/
	.widget .widget-title {
font-size:15px;
font-weight:500;
color: #c73946;
    margin-bottom: 0.2rem;
    margin-left: 9px;
    margin-top: 1.3125em;
	}
	.widget p,
	.widget address,
	.widget hr,
	.widget dl,
	.widget dd,
	.widget table {
		margin-top: 0.5em;
margin-bottom: 1.6153846154em;
	}
	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}
	.widget ul,
	.widget ol
	{
		margin: 0;
		padding: 0;
		width: 89%;
	}
	.widget ul li {
	 	list-style-type: none;
	   background-image: url("images/pfeil-sub1.gif");
	    background-position: 12px 8px;
	    background-repeat: no-repeat;
	    border-bottom: 2px solid #f0f0f0;
	    margin: 0;
	    overflow: hidden;
	    padding: 3px 5px 3px 25px;
	   
	}
	.widget ul li a{
		color: #444;
	}
	.widget ul li a:hover,
	.widget ul li.current_page_item > a,
	.widget ul li.current_page_parent > a,
	.widget ul li.current-post-parent > a,
	.widget ul li.current-menu-item > a{
		color: #c73946;
	}
	.widget ul li ul{
	margin-top: 5px;
	}
	.widget ul li ul li{
		border-bottom: 0px;
		 background-image: url("images/pfeil-sub2.gif");
	    background-position: 0 4px;
	    background-repeat: no-repeat;
	    overflow: hidden;
	    padding: 0 5px 5px 15px;
	}
	.widget ul li ul a{
		color: #444;
	}
	.widget ul li ul a{
		color: #444;
	}
	#secondary .widget ul li{
		line-height: 24px;
	}
	/* sidebar - unterpunkte erstmal ausblenden */
	#secondary .widget_nav_menu ul.menu ul{
		display: none;
		visibility: hidden;
	}
	#secondary .widget_nav_menu  ul.menu li.current_page_item > ul,
	 #secondary .widget_nav_menu ul.menu li.current-page-parent > ul, 
	#secondary .widget_nav_menu ul.menu li.current-menu-parent > ul,
	#secondary .widget_nav_menu ul.menu li.current-page-ancestor > ul,
	#secondary .widget_nav_menu ul.menu li.current_page_ancestor > ul,
	#secondary .widget_nav_menu ul.menu li.current-menu-ancestor > ul{
		display: block;
    	visibility: visible;
	}
	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}
	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}
	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}
	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}
	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}
	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}
	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.6923076923em 0.5384615385em;
	}
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}
	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}
	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}
	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}
	.widget h4,
	.widget h5,
	.widget h6 {
color: #c73946;
		font-size: 14px;
		
		line-height: 1.6153846154;
                margin-top: 0.4em;
		margin-bottom: 0.4em;
	}
	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.3846153846em 0;
	}
	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.3846153846em;
	}
	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}
	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}
	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}
	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0 !important;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}
	.textwidget h1 {
		margin-top: 1.8260869565em;
	}
	.textwidget h2 {
		margin-top: 2.2105263158em;
	}
	.textwidget h3 {
		margin-top: 2.625em;
	}
	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}
	.site-footer {
		display: table;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: auto;
		background: #c73946 none repeat scroll 0 0;
	width: 100%;
    height: 16px;
border-top: 1px solid #fff;
border-bottom: 1px solid #ddd;
	}
	.no-sidebar .content-area {
		float: none;
		width: 100%;
	}
	.no-sidebar .entry-header,
	.no-sidebar .entry-intro,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content
 {
		margin-right: 15%;
		margin-left: 15%;
	}
	.no-sidebar .post-thumbnail {
		margin-right: 0;
		margin-left: 0;
	}
	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}
/**
 * 14.4 - >= 985px
 */
@media screen and (min-width: 61.5625em) {
	.site-header {
		padding: 0;
		border-top: 1px solid #dddddd;
	}
	.site-header-menu,
	.header-image {
		margin-top: 0;
		margin-bottom: 0;
	}
	.image-navigation {
		margin-bottom: 3.230769231em;
	}
	.entry-content h1,
	.entry-summary h1,
	.entry-intro h1,
	.page-content h1,
	.comment-content h1,
	.entry-title {
		color: #c73946;
		font-size: 24px;
		font-weight: normal;
		line-height: 22px;
		margin: 0px 0px 15px;
		width: 95%;
	}
	
	.archiv-block .entry-title a {
		font-size: 16px;
		
	}
		.single .entry-title {
		font-size: 20px;
		
	}
	.archiv-block .entry-title a,
	.archiv-block .entry-title,
	.archiv-block h2.entry-title a {
		line-height: 24px;
		margin: 0 0 14px;
		
	}
	.entry-content{
		font-size: 15px;
		line-height: 24px;
		word-spacing: 2px;
		width: 92%;
	}
	.page-id-714 .entry-content{
		
		width: 100%;
	}
	.single .entry-content{
		
		line-height: 21px;
	
	}
	.entry-content ol{
	
		margin: 0px 0px 0 16px !important;
		padding: 0px;
	}
	.entry-content ul{
		list-style-type: none;
		margin: 0px 0px 25px;
		padding: 0px;
	}
	.entry-content ul li{
		background: transparent url("images/pfeil.gif") no-repeat scroll 0px 5px;
		padding-left: 19px;
		
		line-height: 24px;
	}
	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}
	.post-thumbnail {
		margin-bottom: 0;
	}
	.entry-intro {
		margin-bottom: 2.210526316em;
	}
	.entry-header + .entry-intro {
		margin-top: -1.105263158em;
	}
	.entry-content h2,
	.entry-summary h2,
	.entry-intro h2,
	.page-content h2,
	.comment-content h2 {
		 color: #c73946;
		font-size: 15px;
		font-weight: bold;
		margin: 0px 0px 8px;
		word-spacing: 2px;
	}
	.entry-content h3,
	.entry-summary h3,
	.entry-intro h3,
	.page-content h3,
	.comment-content h3 {
		    color: #444;
	    font-size: 15px;
	    font-weight: bold;
	    margin: 0px 0px 8px;
	    word-spacing: 2px;
		}
	}
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.entry-intro h4,
	.entry-intro h5,
	.entry-intro h6,
	.page-content h4,
	.page-content h5,
	.page-content h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}
	.author-info {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.entry-footer {
		margin-top: 4.3076923077em;
	}
	body:not(.search-results) .type-post .entry-content {
		
	}
	body:not(.search-results) .type-post .entry-content blockquote.alignleft {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}
	body:not(.search-results) .type-post .size-big,
	body:not(.search-results) .type-post .caption-big {
		clear: both;
		display: block;
		float: none;
		margin-left: -40%;
		margin-right: 0;
		max-width: 140%;
	}
	body:not(.search-results) .type-post .caption-big .size-big,
	body:not(.search-results) .type-post table .caption-big,
	body:not(.search-results) .type-post table .caption-big .wp-caption-text,
	body:not(.search-results) .type-post table .size-big {
		margin: 0 !important;
		max-width: 100% !important;
	}
	body:not(.search-results) .type-post .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}
	body:not(.search-results) .type-post .entry-footer > span:not(:last-child):after {
		content: "";
	}
	.single .byline,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .type-post:not(.sticky) .posted-on,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) .type-post .comments-link,
	body:not(.search-results) .type-post .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}
	body:not(.search-results) .type-post .entry-footer > span:last-child {
		margin-bottom: 0;
	}
	body:not(.search-results) .type-post .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}
	body.no-sidebar:not(.search-results) .type-post .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}
	body.no-sidebar:not(.search-results) .type-post .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}
/**
 * 14.5 - >= 1200px
 */
@media screen and (min-width: 75em) {
	.entry-intro {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}
	.entry-header + .entry-intro {
		margin-top: -0.913043478em;
	}
	.entry-intro p,
	.entry-intro address,
	.entry-intro hr,
	.entry-intro ul,
	.entry-intro ol,
	.entry-intro dl,
	.entry-intro dd,
	.entry-intro table {
		margin-bottom: 1.5217391304em;
	}
	.entry-intro li > ul,
	.entry-intro blockquote > ul {
		margin-left: 0.956521739em;
	}
	.entry-intro li > ol,
	.entry-intro blockquote > ol {
		margin-left: 1.52173913em;
	}
	.entry-intro blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em -1.52173913em;
		padding-left: 1.347826087em;
	}
	.entry-intro blockquote cite,
	.entry-intro blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}
	.entry-intro th,
	.entry-intro td {
		padding: 0.3043478261em;
	}
	.entry-intro pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}
	.entry-intro fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}
	.entry-intro h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}
	.entry-intro h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}
	.entry-intro h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}
	.entry-intro h4,
	.entry-intro h5,
	.entry-intro h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}
	.entry-intro .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.2608695652em 0;
	}
	.entry-intro .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.2608695652em;
	}
	.entry-intro .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}
/* 
alles unter 44.375em oder 710px
*/
@media screen and (max-width: 1010px) {
	.menu-global-menu-container,
	.ecovissocial,
	#suchfeld2013,
	.claim,
	.globalmenue{
		display:none;
		visibility: hidden;
		width:0;
	}
	.site-header {
		padding: 0;    
	}
	.titel{
		text-align: center;
    	width: 100%;
    	color: #999;
	    float: right;
	    font-size: 15px;
	    font-weight: 300;
	    height: 24px;
	    line-height: 18px;
	    margin: 4px 10px 14px 0;
	    text-align: right;
	}
	.site-header-main img{
		 margin: 0 0 0 2%;
	}
	.site-branding {
    margin: 0 auto 0 0;
    border-top: 10px solid #fff;
    height:2em;
}
	/* responsive menue */
	.menuebg{
		background:#c1373d none repeat scroll 0 0;
		width:100%;
		font-size: 16px;
		padding:2px;
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle.toggled-on, 
	.menu-toggle.toggled-on:hover, 
	.menu-toggle.toggled-on:focus{
		font-family: 	'Roboto',Helvetica,​Arial,​"Lucida Grande",​sans-serif;
	   	font-weight: 400;
	    border: 0 none;
	    color: #fff;
	    line-height: 20px;
	    
	    padding: 6px 27px 6px 12px;
	    text-decoration: none;
	    width: auto;
	    font-size: 16px;
	    background-color: #a22b30;
	   	 border-radius: 2px;
	   	 margin: 5px 5px 6px;
	   	 text-decoration: none;
		}
		.dropdown-toggle,
		.dropdown-toggle:hover,
		button
		button:hover, 
		button:focus, 
		input[type="button"],
		input[type="button"]:hover, 
		input[type="button"]:focus
			 {
			float: unset;
		    height: 20px;
		    margin: 0 0 0 13px;
		    position: relative;
		    color: #fff;
		    content: '\25BC';
		    background-color: transparent;
		    border: 0px solid #fff;
		    width: 20px;
		    line-height: 20px;
		    top:-1px;
		     padding: 0 50% 0 0;
		}
		
		.dropdown-toggle:after{
			content:'\25BA';
			color: #fff;
			line-height: 20px;
			font-size: 12px;
			width: 20px;
			left:0px;
			display: inline;
			 vertical-align: middle;
		}
		.dropdown-toggle.toggled-on::after {
    		content: "▼";
		}
		.main-navigation ul .dropdown-toggle.toggled-on{
			background-color: transparent;
			display: initial;
		}
			.dropdown-toggle.toggled-on, 
			.dropdown-toggle.toggled-on:hover, 
			.dropdown-toggle.toggled-on:focus {
			    background-color: transparent;
			    border-color: #1a1a1a;
			    color: #fff;
			    z-index: 1;
			}
		/* button:hover, 
		button:focus, 
		input[type="button"]:hover, 
		input[type="button"]:focus, 
		input[type="reset"]:hover, 
		input[type="reset"]:focus, 
		input[type="submit"]:hover,
		 input[type="submit"]:focus{
			    background: #d12e40 none repeat scroll 0 0;
			    border: 1px solid #d12e40;
			    color: #fff;
		
			
			    padding: 0;
			    text-decoration: none;
			    width: auto;
			}
*/
	 .box-shadow-menu {
		  position: relative;
		   margin: 0.1em 0 0 0.438em;
		       float: right;
		}
		.box-shadow-menu:before {
		   background: #fff none repeat scroll 0 0;
		    box-shadow: 0 5px 0 0 #fff, 0 10px 0 0 #fff;
		    content: "";
		    height: 0.15em;
		    left: 0;
		    position: absolute;
		    top: 2px;
		    width: 1.125em;
		}
		.site-header-menu {
		   
		   margin: 0;
		   padding: 0 2% 0 20px;
		    background: #c1373d;
		}
		.main-navigation li {
		    border-top: 0px solid #e8e8e8;
		    line-height: 32px;
		}
		.main-navigation li:hover {
		    /* background: #a22b30 none repeat scroll 0 0; */
		}
		 
		.main-navigation li a,
		.main-navigation .current-menu-item > a, 
		.main-navigation .current_page_ancestor > a,
		.main-navigation 
		{
			font-family: 'Roboto',Helvetica,​ Arial,​ sans-serif;
			font-size: 14px;
			font-weight: 100;
		    color: #fff;
		    
		}
		.main-navigation .primary-menu {
		    border-bottom: 0px solid #e8e8e8;
		}
		/* slider */
		.theme-default .nivo-caption,
		.nivo-directionNav,
		.theme-default .nivo-controlNav{
			visibility: hidden;
			display: none;
		}
		/* inhalte */
		.site-content{
			background: none;
		}
		.entry-header, .entry-footer, .page-content, .entry-content, .entry-summary {
		    margin-left: 0;
		    margin-right: 0;
		}
		#secondary, .seitenbild-widget, .sidebar{
			display: none;
			visibility: hidden;
		}
		#primary{
			margin: 2% 2%;
		}
		.page .seitenbild, .single .seitenbild, .archive .seitenbild {
			height: auto;
		    width: 100%;
		        min-height: initial;
		        background: none;
		}
		.post-thumbnail img {
		    display: block;
		    margin: 0 0 20px 0;
		}
		/* footer */
		.content-bottom-widgets aside {
		    width: 50%;
		    
		}
		.content-bottom-widgets .widget-area {
	    margin: 0 auto;
	    
	    height: inherit;
	    position: relative;
	    clear: both;
	    display: block;
		}
}
@media screen and (max-width: 61.5625em) {
		.entry-title a, 
		.entry-title a:hover, 
		.entry-title a:focus{
			line-height: 20px;
			margin: 0 0 14px;
			font-weight: 400;
			font-size: 16px;
		}
		#ansprechpartner .su-tabs-nav span:nth-child(n+3)
		{
			display: none;
			visibility: hidden;
		}
	}