/*
Theme Name: Twenty Twelve Plag
Theme URI: https://plagiatsgutachten.com/
Description: Twenty Twelve Anpassungen plagiatsgutachten.com
Author: Hannes Fuß
Author URI: http://hannesfuss.de
Template: twentytwelve
Version: 2.4
*/

/* Import twenty twelve */
@import url("../twentytwelve/style.css");
/* Fonts */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(ptsans-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(ptsansnarrow-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url(ptsans-italic.woff2) format('woff2');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url(ptsans-bolditalic.woff2) format('woff2');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url(ptsansnarrow-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: url(ptsansnarrow-bold.woff2) format('woff2');
}
/* Basics */
html, div {
	font-size: 17px;
	line-height: 1.5;
	font-family: 'PT Sans', sans-serif;
	color: #333333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: 'PT Sans', Arial, sans-serif;
	color: #333333;
	background-color: #f6f6f6;
	-webkit-font-smoothing: subpixel-antialiased; /* correct font-smoothing in Safari */
}
body.custom-font-enabled {
	font-family: 'PT Sans', Arial, sans-serif;
}
body .site {
	max-width: 1280px;
	box-shadow: none;
	margin: 0;
	padding: 0 12px;
	background-color: #f6f6f6;
	box-sizing: border-box;
}
a {
	-webkit-transition-property: color, border, background-color;
	transition-property: color, border, background-color;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
a, a:visited {
	color: #006fb7;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline: none;
}
a:hover {
	color: #456073;
}
strong, b {
	font-weight: bold;
	font-style: normal;
	font-family: 'PT Sans', Arial, sans-serif;
    letter-spacing: 0.04rem;
}
em, i {
	font-weight: normal;
	font-style: italic;
	font-family: 'PT Sans', Arial, sans-serif;
}
strong em, strong i, em strong, i strong, b em, b i, em b, i b {
	font-weight: bold;
	font-style: italic;
	font-family: 'PT Sans', Arial, sans-serif;
}
h1, h2, h3 {
	font-weight: normal;
	font-style: normal;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	color: #333333;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	letter-spacing: 0.025em;
}
h2 a, h3 a {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
	font-size: 70%;
}
button, input, textarea {
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	vertical-align: top;
	padding: 3px 8px;
	box-sizing: border-box;
}
input, textarea {
	width: 100%;
	max-width: 480px;
}
input[type="submit"], input[type="button"] {
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	height: 160px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	vertical-align: 2px;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
}
/* Header */
.site-header {
	height: auto;
	padding: 24px 0;
}
.site-header hgroup {
	position: relative;
	top: 0;
	padding: 0;
	margin: 0;
}
.link-home {
	position: relative;
}
.link-home a h2.site-title, .link-home a p.site-description {
	color: #333333;
}
.link-home a:hover h2.site-title, .link-home a:hover p.site-description {
	color: #456073;
}
.link-home a:hover .stoerer-turnitin {
	background-color: #456073;
	border-color: #456073;
}
.site-header h2 {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 12px 0 0 0;
	padding: 0;
	color: #333333;
	text-align: center;
	letter-spacing: 0.025em;
}
.blog .site-header h2, .blog .site-header h2, .blog .site-header h2 {
}

.site-header .searchform {
    display: block;
    margin: 24px auto 0 auto;
}

.site-header .searchform div {
    display: flex;
}

.site-header .searchform input[type="submit"] {
    margin-left: 12px;
}

.site-content nav {
	margin: 0 0 24px 0;
}
.site-description {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #333333;
	font-size: 20.5px;
	line-height: 1;
	margin: 0;
	padding: 0;
	letter-spacing: 0.025em;
}
.site-description a {
	white-space: nowrap;
}
.site-description-small {
	font-size: 17px;
	line-height: 1.2;
	margin-top: 8px;
}
.header-contact-data {
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	margin-top: 8px;
}
.header-contact-data-cta {
	display: none;
}
.home .header-contact-data-cta {
	display: block;
}
.header-contact-item {
	display: block;
}
.header-contact-separator {
	display: none;
}
.bildmarke {
	width: 75px;
	height: 62.5px;
	position: absolute;
	top: -67px;
	left: 50%;
	margin-left: -37.5px;
}
.bildmarke svg {
	width: 75px;
	height: 62.5px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transition-property: color, border, background-color;
	transition-property: color, border, background-color;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.bildmarke svg .logo-color-1 {
	fill: #1a70b8;
}
.bildmarke svg .logo-color-2 {
	fill: #f26900;
}
a:hover .bildmarke svg .logo-color-1 {
	fill: #456073;
}
/* Content */
.wrapper {
	margin: 0;
	padding: 0;
	border-top: 0;
}
.site-content {
	margin: 0;
	float: none;
	width: 100%;
}
.site-content article {
	margin-bottom: 24px;
	word-wrap: normal;
	padding: 12px 12px 8px 12px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
}
.site-header h1 a, .site-header h2 a {
	font-weight: normal;
}
.site-content article ul, .site-content article ol {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
}
.site-content article ul li {
	padding: 0;
	margin-left: 18px;
	text-indent: -18px;
}
.site-content article ul li:before {
	content: "•";
	color: #456073;
	font-size: 24px;
	line-height: 1;
	position: relative;
	top: 3px;
	margin-right: 7px;
}
.entry-header {
	margin: 0 0 0 0;
}
.entry-header .entry-title {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 28px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 12px 0;
	letter-spacing: 0.025em;
}
.entry-content p, .entry-content li, .entry-summary p, .entry-summary li, .entry-meta, .comment-content p, .comment-content li {
	text-align: justify;
}
.entry-content li, .comment-content li, .mu_register li {
	margin: 0 0 12px 0;
	line-height: 1.5;
}
.entry-content ol li, .comment-content ol li, .mu_register ol li, .entry-summary ol li {
	margin: 0 0 12px 32px;
	list-style-type: decimal;
}
.entry-content table, .entry-content table tbody {
	font-size: 100%;
	line-height: 1.5;
    max-width: 100%;
    table-layout: fixed;
}
.entry-content table tr {
	max-width: 100%;
}
.entry-content th, .comment-content th {
	color: #333333;
    font-size: 100%;
    line-height: 1.5;
	font-style: normal;
	font-weight: normal;
    text-transform: none;
    padding: 6px;
	border: 1px solid #d9d9d9;
	background-color: #f6f6f6;
}
.entry-content td {
    font-size: 100%;
    line-height: 1.5;
    color: #333333;
	padding: 6px;
	border: 1px solid #d9d9d9;
}
.entry-content td p {
    text-align: left;
}
img.alignright, .wp-caption.alignright {
	float: none;
	margin: 0;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	color: #456073;
	opacity: 1.0;
	font-size: 14px;
	font-style: italic;
	line-height: 1.2;
	margin: 0 0 16px 0;
}
.wp-caption .wp-caption-text strong, .gallery-caption strong, .entry-caption strong {
	color: #456073;
	font-style: italic;
	font-weight: bold;
}
#respond form {
	margin: 24px 0 48px 0;
}
#respond form p {
	margin: 12px 0;
}
#respond form p.comment-notes {
	font-size: 14px;
}
#respond form p.form-submit {
	margin: 24px 0 12px 0;
}
#respond form input[type="text"], #respond form textarea {
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 1.5;
	padding: 2px 12px;
	vertical-align: top;
}
#respond form textarea {
	width: 100%;
	max-width: 100%;
	height: 240px;
}
input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"] {
	background-color: #006fb7;
	background-image: none;
	background-repeat: repeat-x;
	border: 0;
	border-radius: 3px;
	box-shadow: none;
	color: #ffffff;
	font-size: 17px;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
	padding: 8px 12px;
	line-height: 1;
}
button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
	background-color: #456073;
	background-image: none;
	box-shadow: none;
	border: 0;
	color: #ffffff;
}
input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	background-color: #456073;
	background-image: none;
	box-shadow: none;
	border: 0;
	color: #ffffff;
}
.entry-content p.button-simulator-abstand {
	margin: 36px 0 !important;
	text-align: center;
}
.button-simulator {
	background-color: #f26900;
	background-image: none;
	background-repeat: repeat-x;
	border: 0;
	border-radius: 3px;
	box-shadow: none;
	color: #ffffff !important;
	font-size: 17px;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: top;
	padding: 6px 18px;
	letter-spacing: 0.025rem;
}
.button-simulator:hover {
	background-color: #456073;
}
.button-simulator-info {
	display: block;
	font-size: 14px; 
	margin: 12px; 
	color: #456073;
}
.quicktags-toolbar {
	background: none repeat scroll 0 0 transparent !important;
	border: 0 !important;
	padding: 0 !important;
}
.wp-core-ui .quicktags-toolbar input.button.button-small {
	margin: 4px 4px 4px 0 !important;
}
.wp-editor-tabs {
	display: none;
}
.comments-area article header {
	margin: 0 0 12px;
	border-bottom: 1px solid #d9d9d9;
}
.comments-area article header a {
	color: #006fb7;
	display: inline-block;
}
.comments-area article header a:hover {
	color: #456073;
}
.comments-area article header cite, .comments-area article header time {
	margin-left: 0;
}
.comments-area article header cite {
	font-size: 17px;
	font-style: normal;
	line-height: 1.5;
	display: inline-block;
	padding: 0 12px 0 0;
	font-weight: bold;
}
.comments-area cite b {
	font-weight: bold;
}
.comments-area article header cite a {
	color: #456073;
	font-weight: bold;
}
.comments-area article header time {
	color: #456073;
	opacity: 1;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
.entry-meta {
	font-size: 14px;
	line-height: 1.5;
}
.comment {
	margin: 0;
	padding: 0;
}
.site-content .comment article {
	margin: 12px 0 24px 0;
	padding: 6px 12px 8px 12px;
}
.comments-link a, .entry-meta a {
	font-size: 14px;
	line-height: 1;
	color: #006fb7;
	opacity: 1;
}
.comments-link a:hover, .entry-meta a:hover {
	opacity: 1;
}
.comments-link a:hover, .entry-meta a:hover {
	color: #456073;
	opacity: 1;
}
.comments-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 24px;
}
.comments-area article header {
	margin: 0 0 12px;
	border-bottom: 1px solid #d9d9d9;
}
.comments-area article header cite a {
	color: #006fb7;
	font-weight: bold;
}
a.comment-reply-link, a.comment-edit-link {
	color: #006fb7;
	opacity: 1;
	font-size: 14px;
	line-height: 1.5;
}
.comments-area article header time {
    color: #006fb7;
}
.commentlist .pingback {
	line-height: 1.5;
	margin: 12px 0 24px 0;
}

.comment-form-attachment {
	font-size: 14px;
}

.comment-form-cookies-consent {
	display: flex;
}

.comment-form-cookies-consent input[type="checkbox"] {
    position: relative;
    top: 3px;
    margin-right: 12px;
}

.commentlist .children {
    margin-left: 24px;
}

#respond form .comment-form-attachment label {
	display: none;
}

#respond h3#reply-title #cancel-comment-reply-link {
    font-size: 14px;
}

.entry-title {
	margin: 0;
}
.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: 24px 0 12px 0;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 24px;
	line-height: 1.2;
	margin: 24px 0 12px 0;
}
.entry-summary img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	border: 1px solid #e0e0e0;
}
.entry-summary img, .entry-content img, .comment-content img {
	border-radius: 3px;
	box-shadow: none;
	margin: 12px 0 0;
}
.entry-content a, .entry-content a:visited, .comment-content a:visited {
	color: #006fb7;
}
.entry-content a:hover {
	color: #456073;
}
.entry-content img a {
	display: block;
}
.wp-caption {
	max-width: 100%;
	padding: 4px 0 0 0;
}
img.alignleft, .wp-caption.alignleft {
	margin: 0;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	margin: 12px 0 12px 0;
	line-height: 1.5;
}
footer.entry-meta {
	color: #456073;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 12px;
}
.nav-single + .comments-area, #comment-nav-above {
	margin: 24px 0;
}
.avatar {
	display: none;
}
#respond {
	margin-top: 36px;
}
#respond h3#reply-title {
	font-size: 18px;
	line-height: 1.2;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
.bypostauthor cite span {
	display: none;
}
.alignleft {
	float: none;
}
.form-allowed-tags {
	display: none;
}
.nav-previous, .previous-image {
	line-height: 1.5;
	width: 45%;
}
.nav-next, .next-image {
	line-height: 1.5;
	width: 45%;
}
.shariff-main {
	margin: 24px 0 0 -5px;
}
.shariff .buttonsize-small li {
	border-radius: 3px;
}
.shariff-count {
	border-radius: 2px;
}
/* MCE Editor */
div.mce-toolbar-grp > div {
	padding: 0 !important;
}
.mce-top-part::before {
	box-shadow: none;
}
.mce-toolbar .mce-btn-group .mce-btn {
	box-sizing: border-box;
	border: 0 !important;
	margin: 0 6px 6px 0 !important;
}
.mce-toolbar .mce-btn-group .mce-btn:hover {
	border: 0 !important;
}
.mce-toolbar .mce-btn-group .mce-btn button {
	background-color: #ffffff;
	border-radius: 3px !important;
	border: 1px solid #d9d9d9 !important;
	margin: 0 !important;
	border-radius: 3px;
}
.mce-toolbar .mce-btn-group .mce-btn:hover button {
	background-color: #ffffff;
	border: 1px solid #006fb7 !important;
}
.mce-toolbar .mce-btn-group .mce-disabled:hover button {
	border: 1px solid #d9d9d9;
}
div.mce-toolbar-grp {
	border: 0 !important;
}
#wp-comment-wrap iframe {
	border-radius: 3px 3px 0 0;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	box-sizing: border-box;
}
div.mce-statusbar {
	border: 1px solid #d9d9d9 !important;
	border-radius: 0 0 3px 3px;
}
/* Footer */
footer[role="contentinfo"] {
	background-color: #ffffff;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 0;
	border-left: 1px solid #d9d9d9;
	border-radius: 3px 3px 0 0;
	margin: 0 auto 0 auto;
	padding: 12px 12px 8px 12px;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	min-height: 120px;
}
footer[role="contentinfo"] a {
	color: #006fb7;
}
footer[role="contentinfo"] a:hover {
	color: #456073;
}
footer p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 6px 0;
}
.site-info, .footer-right {
	font-size: 0;
	vertical-align: top;
	box-sizing: border-box;
	border: 0;
}
/* Sidebar */
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
    line-height: 1.5;
}
.widget-area {
	float: none;
	width: 100%;
	margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.widget-area .widget {
	color: #333333;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	margin: 0 36px 36px 0;
	word-wrap: break-word;
}
.widget-area .widget p {
	font-size: 16px;
    margin: 0;
}
.widget-area .widget a, .widget-area .widget a:visited {
	color: #006fb7;
	font-size: 16px;
}
.widget-area .widget h3 {
	margin-bottom: 12px;
}
.widget-area .widget a:hover {
	color: #456073;
}
.widget-area #s {
	margin: 0 0 12px 0;
}
.widget-area #searchsubmit {
	margin: 0 0 0 0;
}
.widget-area .widget_search {
    display: none;
}
.search-info {
	margin-bottom: 24px;
}
.entry-header .comments-link {
	margin-bottom: 24px;
}
.entry-content, .entry-summary, .mu_register {
	line-height: 1.5;
}
.archive-header, .page-header {
	border-bottom: 0;
	padding: 0;
	margin: 0 0 24px 0;
}
.archive-title, .page-title, .widget-title {
	color: #333333;
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
.archive-title {
	color: #333333;
	font-family: 'PT Sans', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top: 6px;
}
.page-header .page-title {
	color: #456073;
	font-family: 'PT Sans', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.tagcloud {
	line-height: 18px;
}
.tagcloud a {
	font-weight: normal;
}
/* Specials */
.small {
	font-size: 14px;
	line-height: 1.5;
	clear: both;
}
.entry-content h3 {
	font-family: 'PT Sans Narrow', 'Arial Narrow', sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0.05em;
}
.entry-content p.small, .entry-summary p.small, .comment-content p.small, .mu_register p.small {
	font-size: 14px;
	line-height: 18px;
}
.comment-awaiting-moderation {
	color: #456073;
}
#respond form p.comment-form-attachment {
	margin-top: 24px;
}
.comment-form-attachment__input {
	margin-bottom: 8px;
}
.link-extra {
	text-transform: uppercase;
	padding: 0;
}
.anleser {
	background-color: #456073;
	padding: 14px 20px;
	opacity: 0.67;
	border-radius: 3px;
	margin: 0 0 24px 0;
}
.anleser p {
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	opacity: 1.0;
}
.anleser strong {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #ffffff;
	letter-spacing: 0.05em;
}
.rechts {
	float: left;
	text-align: left;
}
.colored-text {
	color: #456073;
}
.breadcrumb {
	position: relative;
	margin: 0;
	display: none;
}
.breadcrumb p {
	color: #456073;
	font-family: 'PT Sans', 'Arial', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	text-transform: uppercase;
}
.site-content article ul.sharepost {
	margin: 24px 0 12px 0;
}
.site-content article ul.sharepost li {
	text-indent: 0;
	text-align: right;
	margin: 0 18px 0 0;
}
.site-content article ul.sharepost li:before {
	content: "";
}
.site-content article .amazon li {
	list-style-image: url("../../uploads/2014/07/amazon-icon.gif");
}
.site-content article .amazon li:before {
	color: transparent;
}
div.wp-editor-wrap {
	border-radius: 3px;
	border-color: #f6f6f6;
}
.wp-editor-container {
	clear: both;
	border: 0 !important;
}
.wp-core-ui .quicktags-toolbar input.button.button-small {
	background-color: #ffffff;
	box-shadow: none;
}
.wp-core-ui .quicktags-toolbar input.button.button-small:hover {
	border: 1px solid #006fb7;
	box-shadow: none;
}
/* Startseite */
.home .site-content article {
	padding: 0 0 0 0;
	border: 0;
	border-radius: 0;
	background-color: #f6f6f6;
}
.home .site-content {
}
.home .entry-title {
	display: none;
}
.home .entry-content {
	margin: 0;
	padding: 0;
}
.home .entry-meta {
	height: 0;
	display: none;
}
.startseite-grafik {
	display: none;
	border-radius: 3px;
	margin: 0 0 24px 0;
	background-color: #000000;
}
/*.startseite-grafik-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
}*/
.startseite-grafik img {
	border-radius: 3px;
	margin: 0;
}
/* Lazyloading */
.lazyload, .lazyloading {
    visibility: hidden;
    opacity: 0;
}
.lazyloaded {
    -webkit-animation: 0.5s ease-in 0s forwards fadein;
    animation: 0.5s ease-in 0s forwards fadein;
}
@keyframes fadein {
0% {
visibility: hidden;
opacity: 0;
}
10% {
visibility: visible;
opacity: 0;
}
100% {
visibility: visible;
opacity: 1.0;
}
}
/* Slider */
#slideshow {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 35.417%;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 2;
}
#slideshow .slide {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 2s;
	-webkit-transition-delay: 0;
	-moz-transition-property: opacity;
	-moz-transition-duration: 2s;
	-moz-transition-delay: 0;
	-ms-transition-property: opacity;
	-ms-transition-duration: 2s;
	-ms-transition-delay: 0;
	transition-property: opacity;
	transition-duration: 2s;
	transition-delay: 0;
}
#slideshow .slide img {
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 12s;
	-webkit-transition-delay: 0;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 12s;
	-moz-transition-delay: 0;
	-ms-transition-property: -ms-transform;
	-ms-transition-duration: 12s;
	-ms-transition-delay: 0;
	transition-property: transform;
	transition-duration: 12s;
	transition-delay: 0;
	transition-timing-function: linear;
}
#slideshow .slide.fx img {
	-webkit-transform: scale3D(1.2, 1.2, 1.2);
	-moz-transform: scale3D(1.2, 1.2, 1.2);
	-ms-transform: scale3D(1.2, 1.2, 1.2);
	-o-transform: scale3D(1.2, 1.2, 1.2);
	transform: scale3D(1.2, 1.2, 1.2);
}
#slideshow .slide.fx:first-child + .slide ~ .slide {
	z-index: -1;
}
#slideshow .fx {
	opacity: 1;
}
.startseite-text {
	padding: 0;
	margin: 24px 0;
	position: relative;
	z-index: 3;
}
.startseite-text p {
	font-family: 'PT Sans Narrow', sans-serif;
	margin: 0 0 18px 0;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.025em;
	line-height: 1.2;
}
.startseite-text p strong {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	letter-spacing: 0.025em;
}
.startseite-text p .small {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 0;
}
.startseite-grafik-smallscreen {
	display: block;
}
.startseite-grafik-smallscreen img {
	margin: 0;
}
.formbox-container {
	height: auto;
}
.formbox {
	background-color: #ffffff;
	width: calc(100% - 24px);
	margin: 0 0 24px 0;
	padding: 0 12px 8px 12px;
	border-radius: 3px;
	float: none;
	border: 1px solid #d9d9d9;
}
.formbox input[type="submit"] {
	background-color: #f26900;
}
.formbox h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 12px 0;
}
.formbox-color {
	background-color: #006fb7; 
	border-color: #006fb7;
	color: #ffffff;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.formbox-color:hover {
	background-color: #456073;
	border-color: #456073;
}
.formbox-color a, .formbox-color a:hover, .formbox-color a:visited {
	color: #ffffff;
}
.formbox-color h3 {
	color: #ffffff;
}
.formbox-color .highlight {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	letter-spacing: 0.025em;
	hyphens: none;
	line-height: 1.2;
	text-align: left;
	margin: 18px 0 0 0;
	padding: 0 0 12px 0;
}
.highlight-line:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 12px;
	border-top: 1px solid #ffffff;
}
.site-content article ul.kasten-hell, .site-content article ol.kasten-hell {
    background-color: #f6f6f6; 
    padding: 20px 20px 10px 10px; 
    border-radius: 2px;
}
/* Youtube */
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 52.734%;
  margin: 24px 0 24px 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Reply Kommentare einrücken 
.bypostauthor {
	padding-left: 20px;
    margin: 0 0 -36px 0;
}
.bypostauthor:after {
    content: "";
    position: relative;
    top: -15px;
    left: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #d9d9d9 transparent transparent transparent;
}
*/

.reply span  {
	display: none;
}

video  {
	border-radius: 3px;
    border: 1px solid #d9d9d9;
}

/* Recent Posts */
.formbox-slider  {
	padding: 0 12px;
	height: 302px;
	overflow: hidden;
}
.rpwe-block  {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
}
h3.rpwe-title {
	font-size: inherit;
	margin: 6px 0;
}
.site-content article .rpwe-ul  {
	position: relative;
	margin: 0;
	padding: 0;
}
.site-content article .rpwe-ul .rpwe-li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	height: 86px;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
}
.site-content article .rpwe-ul .rpwe-li:before {
	content: "";
    top: 0;
    margin-right: 0;
}
.site-content article .rpwe-ul .rpwe-li a {
	text-transform: none;
	font-weight: bold;
}
.rpwe-img, .rpwe-time, .rpwe-summary {
	display: none;
}
/* FS Contact Form */
.fscf-div-clear {
	margin: 12px 0;
}
.fscf-div-submit {
	margin: 18px 0;
}
#fscf_hint_file_types2_8, #fscf_hint_file_types1_8 {
	display: none;
}
#fscf_field1_8, #fscf_field2_8 {
	font-size: small;
	width: auto !important;
}
input#fscf_field1_8, input#fscf_field2_8 {
	background-color: #ffffff;
}
.fscf-div-error {
	color: #cc0000;
}
.fscf-div-captcha-sm div {
	display: inline;
}
.fscf-input-captcha {
	max-width: 132px;
}
/* Blog-Archiv */
.jaw_widget {
  height: auto;
  position: relative;
  left: -10px;
}
/* Schlagwörter Tagcloud */
.st-tag-cloud {
	line-height: 20px;
}
.st-tags:after {
	content:"\00A0|";
    color: #456073;
    font-size: 12px;
}
.st-tags:last-child:after {
	content:"";
}
/* Poll */
/*.poll {
	background-color: #ffffff;
	padding: 0 12px 12px 12px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
}
.poll h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 12px 0;
}
.poll input, .formbox input, .formbox textarea {
	background-color: #f6f6f6;
}
.poll input[type="submit"], .formbox input[type="submit"] {
	-webkit-transition-property: color, border, background-color;
	transition-property: color, border, background-color;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	background-color: #f26900;
}
.wp-polls .Buttons {
    border: 0;
    background-color: #f26900 !important;
}
.poll input[type="submit"]:hover, .formbox input[type="submit"]:hover {
	background-color: #456073;
}
.wp-polls, .wp-polls-form {
	background-color: transparent;
}
.poll .wp-polls .wp-polls-form .wp-polls-ans .wp-polls-ul li, .poll .wp-polls .wp-polls-ans .wp-polls-ul li {
	margin-left: 0;
	text-indent: 0;
}
.poll .wp-polls .wp-polls-form .wp-polls-ans .wp-polls-ul li:before, .poll .wp-polls .wp-polls-ans .wp-polls-ul li:before {
	content: "";
}
.wp-polls .pollbar {
	border-radius: 3px;
}*/
/* Portrait mit Hover */
/*.entry-content .portrait {
	float: right;
	overflow: hidden;
	position: relative;
	top: 0;
	margin: 0 0 24px 0;
}
.entry-content .portrait p {
	margin: 0;
}
.entry-content .portrait-img {
	width: 100%;
	margin: 0;
}*/
/* Social Buttons */
#social-menu {
	box-sizing: border-box;
	font-size: 0;
	margin: 12px 0;
}
#social-menu a {
	display: block;
}
#social-menu .social {
	width: 25px;
	height: 25px;
	margin: 0 8px 0 0;
	display: inline-block;
	cursor: pointer;
	position: relative;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	z-index: 10;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	background-color: #ffffff;
}
#social-menu .social:hover {
	background-color: #d9d9d9;
}
#social-menu .social svg {
	width: 100%;
	height: 100%;
}
.facebook img, .twitter img, .googleplus img {
	border-radius: 0;
}
/* Remove entry-header on startpage */
#post-1891 .entry-header {
	display: none;
}
/* Cookie Consent */
#cn-notice-text {
    color: #f6f6f6;
    display: block;
}
.cn-set-cookie.button.wp-default, .cn-more-info.button.wp-default {
    margin: 0 10px 10px 10px;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
body .site {
	padding: 0 24px;
}
.home .site-header {
	padding: 0 0 0 0;
}
.site-header h2 {
	font-size: 40px;
	line-height: 1.2;
	margin: 0;
	letter-spacing: 0.005em;
}
.site-header .searchform {
    display: none;
}
.site-description {
	font-size: 24.5px;
}
.site-description-small {
	font-size: 17px;
}
.bildmarke {
	display: inline-block;
	top: 6px;
	margin-left: -280px;
	width: 90px;
	height: 75px;
}
.bildmarke svg {
	width: 90px;
	height: 75px;
}
.entry-title {
	margin: 0 0 0 0;
}
.home .entry-title {
	margin: 36px 0 0 0;
}
.entry-header h1 {
	word-wrap: normal;
}
.entry-header .entry-title {
	font-size: 32px;
	margin: 0 0 18px 0;
}
.header-contact-item {
	display: inline;
}
.header-contact-separator {
	display: inline;
}
#menu-icon {
	display: none;
}
.main-navigation, .blog .main-navigation, .single .main-navigation, .archive .main-navigation {
	height: auto;
}
.main-navigation ul {
	position: relative;
	display: block;
	top: 0;
	right: auto;
	text-align: center;
	padding: 0;
	border-top: 0;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-radius: 0 0 3px 3px;
	background-color: #ffffff;
}
.main-navigation li {
	margin: 0 4px;
	padding: 0;
}
.main-navigation li a {
	padding: 8px 10px;
	border-radius: 0;
	line-height: 1;
}
.main-navigation li a, .main-navigation li a:visited {
	color: #006fb7;
	background-color: #ffffff;
	border: none;
}
.main-navigation li a:hover, .main-navigation li a:focus {
	color: #456073;
	background-color: #ffffff;
	border: none;
}
.main-navigation ul.hide-nav, .main-navigation ul.show-nav {
	display: block;
	opacity: 1;
}
ul#main-menu li {
	margin: 0 14px 8px 0;
}
.menu-head {
	padding: 8px 0;
}
.startseite-grafik {
	display: block;
}
.startseite-grafik-smallscreen {
	display: none;
}
.site-content {
	margin: 0;
	float: left;
	width: calc(76% - 24px);
}
.site-content article {
	padding: 24px 24px 36px 24px;
}
.home .site-content article {
	padding: 24px 0 0 0;
}
.widget-area {
	display: block;
    float: right;
	width: 24%;
	margin: 0 0 0 0;
}
.widget-area .widget {
    margin: 0 0 36px 0;
}
.widget-area .widget_search {
    display: block;
}
.formbox {
	padding: 8px 24px 8px 24px;
	width: calc(100% - 48px);
}
.formbox-color .highlight {
	margin: 36px 0 0 0;
}
/* Recent Posts */
.formbox-slider {
	padding: 8px 24px 0 24px;
	height: 256px;
	overflow: hidden;
}
.site-content article .rpwe-ul .rpwe-li {
	height: 66px;
}
.poll {
	padding: 12px 24px;
}
.site-content .comment article {
	padding: 16px 24px 8px 24px;
}
.widget-area #s {
	width: 100%;
}
.breadcrumb {
	margin: 0;
}
.rechts {
	float: right;
	text-align: right;
}
footer[role="contentinfo"] {
	padding: 16px 24px 8px 24px;
}
.site-info, .footer-right {
	width: calc(50% - 2px);
	display: inline-block;
}
.footer-right {
	text-align: right;
}
#social-menu .social {
	margin: 0 0 0 8px;
}
.entry-content .portrait {
	margin: 0 0 24px 24px;
}
.entry-content .portrait-img {
	width: 300px;
}
}

@media screen and (min-width: 960px) {
body .site {
	margin: 0 auto;
	padding: 0 24px;
}
.site-header {
	position: relative;
	width: 100%;
	height: 160px;
	padding: 0;
}
.home .site-header {
	position: relative;
	width: 100%;
	height: 160px;
	padding: 0;
}
.site-content article {
	padding: 30px 36px 36px 36px;
}
.entry-header .entry-title {
	font-size: 36px;
	margin: 0 0 24px 0;
}
.home .site-content article {
	position: relative;
	width: 100%;
	padding: 0;
}
.blog .site-header, .single-post .site-header, .archive .site-header {
	position: relative;
	width: 100%;
	height: 160px;
}
.blog .site-header ul#main-menu, .single-post .site-header ul#main-menu, .archive .site-header ul#main-menu {
	top: 180px;
}
.site-header hgroup {
	position: absolute;
	top: 36px;
	padding: 0;
	margin: 0;
	width: 100%;
}
.bildmarke {
	margin-left: -380px;
	width: 120px;
	height: 100px;
}
.bildmarke svg {
	width: 120px;
	height: 100px;
}
.site-header h2 {
	font-size: 53px;
}
.site-description {
	font-size: 32.5px;
}
.site-description-small {
	font-size: 17px;
}
.main-navigation li {
	margin: 0 24px;
}
/* Main-Menu */
ul#main-menu {
	position: absolute;
	top: 210px;
	z-index: 20;
	font-size: 0;  /* Lücke vermeiden im folgenden inline-block */
	line-height: 0;
	padding: 0;
	width: calc(100% + 16px);
	max-width: calc(100% + 16px);
}
.home ul#main-menu {
	top: 260px;
}
ul#main-menu li {
	display: inline-block;
	vertical-align: top;
	/*width: calc(33.3333% - 16px);*/
	width: calc(25% - 16px);
	box-sizing: border-box;
	margin: 0 16px 0 0;
}
.menu-head {
	font-size: 14px; /* Schriftgrad zurücksetzen inline-block */
	line-height: 1;
}
ul#main-menu li:last-child {
	margin: 0;
}
body.custom-background-empty {
	background-color: #fff;
}
body.custom-background-empty .site, body.custom-background-white .site {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}
.startseite-text {
	margin: 0;
	padding: 24px 0 0 24px;
	position: absolute;
	height: auto;
	top: 0;
}
.startseite-text p {
	color: #ffffff;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	text-align: left;
	margin: 0 0 18px 0;
}
.startseite-text p strong {
	color: #ffffff;
	font-size: 18px;
}
.startseite-text p .small {
	letter-spacing: 0.025em;
}
footer[role="contentinfo"] {
	width: 100%;
}
.breadcrumb {
	margin: -10px 0 10px 0;
}
.formbox-container {
	display: flex;
	margin: 0 -10px 20px -10px;
}
.formbox {
	width: calc(50% - 8px);
	box-sizing: border-box;
	margin: 0 10px;
}
.entry-content .portrait-img {
	width: 450px;
}
/* FS Contact Form */
#fscf_field1_8, #fscf_field2_8 {
	font-size: 14px;
	width: auto !important;
}
/* Cookie Consent */
.cn-notice-text {
    color: #f6f6f6;
    display: block;
}
}

@media screen and (min-width: 1280px) {
.home .site-header {
	height: 160px;
}
.site-header hgroup {
	top: 36px;
	width: 1232px;
}
.bildmarke {
	margin-left: -410px;
	width: 144px;
	height: 120px;
}
.bildmarke svg {
	width: 144px;
	height: 120px;
}
.home ul#main-menu {
	top: 280px;
}
.startseite-slider {
	width: 1232px;
	height: 459px;
	margin-left: -616px;
}
.startseite-text {
	padding: 40px 0 0 24px;
}
.startseite-text p {
	margin: 0 0 18px 0;
}
.startseite-text p.abstand {
	margin: 0 0 64px 0;
}
/* Footer */
footer[role="contentinfo"] {
	max-width: 1232px;
}
}

@media print {
.site-header {
	display: none;
}
.wrapper {
	border-top: 0;
}
footer[role="contentinfo"] {
	display: none;
}
}

/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ specific styles go here */
}
