html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box
}

*,
*:before,
*:after {
	box-sizing: inherit
}

body {
	background: #fff
}

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

ol,
ul {
	list-style: none
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left
}

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

blockquote,
q {
	quotes: """"
}

a:focus {
	outline: thin dotted
}

a:hover,
a:active {
	outline: 0
}

a img {
	border: 0
}

html,
body,
* {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	-moz-font-smoothing: antialiased;
	-moz-text-size-adjust: none;
	-moz-touch-callout: none;
	-ms-font-smoothing: antialiased;
	-ms-text-size-adjust: none;
	-ms-touch-callout: none;
	font-smoothing: antialiased;
	text-size-adjust: none;
	touch-callout: none
}

@-webkit-viewport {
	width: device-width
}

@-moz-viewport {
	width: device-width
}

@-ms-viewport {
	width: device-width
}

@-o-viewport {
	width: device-width
}

@viewport {
	width: device-width
}

hr {
	outline: none;
	border: none;
	padding: 0;
	margin: 0
}

textarea {
	resize: vertical
}

input,
textarea,
select,
button {
	border: none;
	outline: none;
	background: none;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic
}

label {
	cursor: pointer
}

*:focus {
	outline: none !important
}

.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.wrapper {
	position: relative
}

.float-left {
	float: left
}

.float-right {
	float: right
}

.float-clear {
	font-size: 0;
	line-height: 0;
	display: block;
	float: none;
	clear: both
}

.pointer {
	cursor: pointer
}

.hidden {
	display: none !important;
	visibility: hidden
}

body,
button,
input,
select,
textarea {
	color: #1f1a17;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both
}

body {
	font-size: 14px
}

@media (min-width: 1300px) {
	body {
		font-size: 15px
	}
}

p {
	margin-bottom: 1.5em
}

b,
strong {
	font-weight: bold
}

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

blockquote {
	margin: 0 1.5em
}

address {
	margin: 0 0 1.5em
}

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

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

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

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

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

sup {
	bottom: 1ex
}

sub {
	top: .5ex
}

small {
	font-size: 75%
}

big {
	font-size: 125%
}

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

ul,
ol {
	margin: 0 0 1.5em 3em
}

ul {
	list-style: disc
}

ol {
	list-style: decimal
}

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

dt {
	font-weight: bold
}

dd {
	margin: 0 1.5em 1.5em
}

img {
	height: auto;
	max-width: 100%
}

figure {
	margin: 0
}

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

th {
	font-weight: bold
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0
}

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

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%
}

button,
input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
	width: 100%;
	line-height: 1.5em;
	vertical-align: -webkit-baseline-middle
}

button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #1f1a17
}

button:-moz-placeholder,
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	color: #1f1a17
}

button::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #1f1a17
}

button:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #1f1a17
}

button.error,
input.error,
select.error,
textarea.error {
	color: red
}

button.error::-webkit-input-placeholder,
input.error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
	color: red
}

button.error:-moz-placeholder,
input.error:-moz-placeholder,
select.error:-moz-placeholder,
textarea.error:-moz-placeholder {
	opacity: 1;
	color: red
}

button.error::-moz-placeholder,
input.error::-moz-placeholder,
select.error::-moz-placeholder,
textarea.error::-moz-placeholder {
	opacity: 1;
	color: red
}

button.error:-ms-input-placeholder,
input.error:-ms-input-placeholder,
select.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
	color: red
}

textarea {
	height: 6em
}

.search-form .search-field {
	background: #494949 url(../images/icon-search.png) 5px 5px no-repeat;
	display: block;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding: 3px;
	padding-left: 30px;
	padding-right: 10px;
	font-size: 14px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease
}

.search-form .search-field:focus {
	background-color: #fff
}

.search-form input[type="submit"] {
	display: none
}

a {
	color: #d53342;
	text-decoration: underline;
	-webkit-transition: color 300ms ease, background 300ms ease, opacity 300ms ease;
	-moz-transition: color 300ms ease, background 300ms ease, opacity 300ms ease;
	-o-transition: color 300ms ease, background 300ms ease, opacity 300ms ease;
	transition: color 300ms ease, background 300ms ease, opacity 300ms ease
}

a:visited {
	color: #d53342
}

a:hover,
a:focus,
a:active {
	color: #d53342;
	text-decoration: none
}

#masthead {
	position: relative;
	z-index: 2
}

.topheader {
	background: #000;
	color: #fff;
	position: relative;
	z-index: 2
}

.topheader .search-form {
	position: relative;
	top: 10px;
	float: right;
	width: 220px
}

.menu-header-menue-container {
	float: left
}

.menu-header-menue-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1em
}

.menu-header-menue-container li {
	float: left;
	position: relative
}

.menu-header-menue-container a {
	white-space: nowrap;
	display: block;
	color: #fff;
	text-decoration: none;
	border-top: 4px solid #000;
	padding: 11px 12px 16px;
	font-size: 14px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.menu-header-menue-container>ul>li.current-menu-item>a,
.menu-header-menue-container>ul>li.current_page_item>a,
.menu-header-menue-container>ul>li.current-menu-parent>a,
.menu-header-menue-container>ul>li.current-page-parent>a,
.menu-header-menue-container>ul>li:hover>a,
.menu-header-menue-container a:hover {
	border-top: 4px solid #d53342
}

.menu-header-menue-container ul ul {
	position: absolute;
	top: 45px;
	left: 0;
	background: #000;
	padding: 5px 10px
}

.menu-header-menue-container ul ul li {
	float: none
}

.menu-header-menue-container ul ul a {
	border: none;
	color: #929292;
	border: none;
	border-top: 1px solid #929292;
	border-bottom: 1px solid #929292;
	margin-top: -1px;
	padding: 8px 0;
	padding-right: 10px
}

.menu-header-menue-container ul ul li.current-menu-item>a,
.menu-header-menue-container ul ul li.current_page_item>a,
.menu-header-menue-container ul ul a:hover {
	color: #fff;
	border: none;
	border-top: 1px solid #929292;
	border-bottom: 1px solid #929292
}

.menu-header-menue-container ul ul ul {
	position: relative;
	background: none;
	padding: 0;
	padding-left: 20px;
	top: auto
}

.menu-header-menue-container>ul>li>ul>li:first-child>a {
	border-top: none
}

.menu-header-menue-container>ul>li>ul>li:last-child>a {
	border-bottom: none
}

.menu-header-menue-container>ul>li>ul {
	top: -10000px;
	opacity: 0;
	-webkit-transition: opacity 300ms 0ms, top 0ms 300ms;
	-webkit-transition-delay: ease, ease;
	-moz-transition: opacity 300ms 0ms ease, top 0ms 300ms ease;
	-o-transition: opacity 300ms 0ms ease, top 0ms 300ms ease;
	transition: opacity 300ms 0ms ease, top 0ms 300ms ease
}

.menu-header-menue-container>ul>li:hover>ul {
	top: 45px;
	opacity: 1;
	-webkit-transition: opacity 300ms 0ms, top 0ms 0ms;
	-webkit-transition-delay: ease, ease;
	-moz-transition: opacity 300ms 0ms ease, top 0ms 0ms ease;
	-o-transition: opacity 300ms 0ms ease, top 0ms 0ms ease;
	transition: opacity 300ms 0ms ease, top 0ms 0ms ease
}

.site-branding .site-description,
.site-branding .site-title {
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0
}

.site-branding .site-description {
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000
}

@media only screen and (max-width: 767px) {
	.site-branding .site-description {
		font-size: 12px;
		padding-top: 20px;
		padding-bottom: 5px
	}
}

.site-branding .site-title {
	font-size: 36px;
	font-weight: bold;
	padding-top: 35px
}

@media only screen and (max-width: 767px) {
	.site-branding .site-title {
		font-size: 20px;
		padding-top: 20px;
		padding-bottom: 30px
	}
}

.site-branding .site-title a {
	color: #1f1a17;
	text-decoration: none
}

.site-branding .site-title a:hover {
	opacity: 0.8
}

@media only screen and (max-width: 767px) {
	.topheader .search-form {
		float: left;
		top: 0;
		padding: 10px 0;
		width: 170px
	}

	.menu-header-menue-container {
		float: right;
		display: none
	}
}

.site-header .home-link {
	display: block;
	margin-right: 7px;
	margin-left: -13px;
	padding: 13px;
	float: left
}

.site-header .home-link img {
	display: block;
	width: 36px;
	height: auto;
	max-width: none;
	margin: 0;
	padding: 0
}

@media only screen and (max-width: 767px) {
	.site-header .search-form {
		display: none
	}

	.site-header .main-navigation.toggled .menu-hauptmenue-container .search-form {
		padding: 20px;
		display: block
	}
}

.site-footer {
	background: #000;
	padding: 40px 0
}

@media only screen and (max-width: 767px) {
	.site-footer {
		padding: 30px 0
	}
}

.site-footer,
.site-footer a {
	color: #929292
}

.site-footer a {
	text-decoration: none
}

.footer-navigation {
	font-size: 0.86667em;
	border-bottom: 1px solid #929292;
	padding-bottom: 10px;
	margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.footer-navigation {
		margin-top: 50px
	}
}

@media only screen and (max-width: 767px) {
	.footer-navigation {
		margin-top: 30px
	}
}

.footer-navigation .menu-footer-menue-container {
	display: inline-block
}

.footer-navigation .copyright {
	display: inline-block
}

.footer-navigation ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0
}

.footer-navigation li {
	display: inline-block
}

.footer-navigation li:before {
	content: '|';
	display: inline;
	padding: 0 4px 0 0
}

.footer-navigation a:hover {
	color: #d53342
}

.footer-navigation-2 {
	font-size: 0.86667em
}

.footer-navigation-2 ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center
}

.footer-navigation-2 li {
	display: inline-block;
	color: #d53342
}

.footer-navigation-2 li:before {
	content: '|';
	display: inline;
	padding: 0 4px 0 0
}

.footer-navigation-2 li:first-child:before {
	display: none
}

.footer-navigation-2 a {
	color: #d53342
}

.footer-navigation-2 a:hover {
	color: #fff
}

@media only screen and (max-width: 767px) {
	.about-widget img {
		margin-bottom: 10px
	}
}

.about-widget-text {
	padding-left: 5px;
	margin-bottom: 0;
	margin-top: -0.25em
}

@media screen and (max-width: 1100px) {
	.about-widget-text {
		padding-left: 0;
		margin-top: 0
	}
}

.site-footer .widget-title {
	font-size: 18px;
	font-family: "Roboto Slab", Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 17px;
	color: #cfcfcf
}

.site-footer .widget {
	margin-bottom: 0
}

.site-footer .widget_burggrafenamt_about {
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	.site-footer .widget_burggrafenamt_about {
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .widget_burggrafenamt_tags {
		padding-top: 30px
	}
}

.site-footer .about-links {
	padding-bottom: 70px;
	font-size: 0.86667em
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.site-footer .about-links {
		padding-bottom: 50px
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .about-links {
		padding-bottom: 30px
	}
}

.site-footer .about-links,
.site-footer .about-links a {
	color: #fff
}

.site-footer .about-links .about-link-description {
	color: #929292
}

.site-footer .about-links a:hover {
	color: #d53342
}

.site-footer .widget_nav_menu a {
	color: #fff;
	display: block;
	font-size: 0.86667em;
	padding: 6px 0;
	border-top: 1px solid #929292;
	border-bottom: 1px solid #929292;
	margin-bottom: -1px
}

.site-footer .widget_nav_menu a:hover {
	text-decoration: none;
	color: #d53342
}

.tagcloud a {
	display: block;
	font-size: 0.86667em !important;
	background: #464646;
	padding: 4px 9px;
	color: #fff;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	white-space: nowrap;
	text-decoration: none !important
}

.tagcloud a:hover {
	color: #fff;
	text-decoration: none !important;
	background: #d53342
}

@media only screen and (max-width: 767px) {
	.footer-navigation {
		text-align: center
	}

	.footer-navigation .copyright,
	.footer-navigation .menu-footer-menue-container,
	.footer-navigation .menu-footer-menue-container ul {
		display: inline
	}
}

.main-navigation {
	clear: both;
	display: block;
	float: none;
	width: 100%;
	padding: 100px 0
}

.main-navigation .menu-hauptmenue-container {
	width: 100%;
	position: relative;
	border: 4px solid #000;
	border-right: none;
	border-left: none;
	*zoom: 1
}

.main-navigation .menu-hauptmenue-container:before,
.main-navigation .menu-hauptmenue-container:after {
	content: " ";
	display: table
}

.main-navigation .menu-hauptmenue-container:after {
	clear: both
}

.main-navigation .nav-menu {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	*zoom: 1
}

.main-navigation .nav-menu:before,
.main-navigation .nav-menu:after {
	content: " ";
	display: table
}

.main-navigation .nav-menu:after {
	clear: both
}

.main-navigation .nav-menu ul {
	display: none
}

.main-navigation .nav-menu li {
	float: left;
	width: 20%;
	text-align: center
}

.main-navigation .nav-menu a {
	display: block;
	color: #1f1a17;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 11px 0 15px 0;
	-webkit-transition: border 300ms ease;
	-moz-transition: border 300ms ease;
	-o-transition: border 300ms ease;
	transition: border 300ms ease;
	border-top: 4px solid #fff
}

.main-navigation .nav-menu li:hover>a,
.main-navigation .nav-menu .current_page_item>a,
.main-navigation .nav-menu .current-menu-item>a,
.main-navigation .nav-menu .current_page_ancestor>a,
.main-navigation .nav-menu .current-category-ancestor>a,
.main-navigation .nav-menu .current-menu-ancestor>a,
.main-navigation .nav-menu .current-menu-parent>a,
.main-navigation .nav-menu .current-category-parent>a {
	border-top: 4px solid #d53342
}

.main-navigation .nav-menu-sub {
	display: none;
	margin: 0;
	list-style: none;
	float: none;
	width: 100%;
	border-top: 1px solid #000;
	padding: 13px 0;
	*zoom: 1
}

.main-navigation .nav-menu-sub:before,
.main-navigation .nav-menu-sub:after {
	content: " ";
	display: table
}

.main-navigation .nav-menu-sub:after {
	clear: both
}

.main-navigation .nav-menu-sub:hover,
.main-navigation .nav-menu-sub.hover,
.main-navigation .nav-menu-sub.force-visible {
	display: block !important
}

.main-navigation .nav-menu-sub li {
	float: left;
	width: 33%
}

.main-navigation .nav-menu-sub a {
	color: #1f1a17;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	padding: 4px 0;
	-webkit-transition: background 300ms ease, color 300ms ease, padding 300ms ease;
	-moz-transition: background 300ms ease, color 300ms ease, padding 300ms ease;
	-o-transition: background 300ms ease, color 300ms ease, padding 300ms ease;
	transition: background 300ms ease, color 300ms ease, padding 300ms ease;
	float: left
}

.main-navigation .nav-menu-sub a:hover,
.main-navigation .nav-menu-sub .current_page_item>a,
.main-navigation .nav-menu-sub .current-menu-item>a,
.main-navigation .nav-menu-sub .current_page_ancestor>a {
	padding: 4px 6px;
	background: #d53342;
	color: #fff
}

.menu-toggle {
	display: none
}

@media only screen and (max-width: 767px) {
	.main-navigation ul {
		display: none !important
	}

	.menu-toggle,
	.main-navigation.toggled .nav-menu,
	.main-navigation.toggled .menu-header-menue-container ul.menu {
		display: block !important
	}
}

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

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

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

@media only screen and (max-width: 767px) {
	#masthead {
		z-index: 10
	}

	.main-navigation {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		z-index: 50
	}

	.main-navigation .menu-toggle {
		cursor: pointer;
		color: #fff;
		float: right;
		width: auto;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px;
		top: 2px
	}

	.main-navigation .menu-hauptmenue-container {
		margin: 0;
		border: none;
		position: absolute;
		top: 45px;
		left: 0;
		width: 100%;
		background: #000;
		color: #fff
	}

	.main-navigation .menu-hauptmenue-container ul {
		padding: 5px 0
	}

	.main-navigation .menu-hauptmenue-container li {
		width: auto;
		float: none;
		color: #fff;
		border: none !important;
		padding: 0 10px
	}

	.main-navigation .menu-hauptmenue-container a {
		color: #fff;
		padding: 11px 0;
		-webkit-transition: border 300ms ease, background 300ms ease;
		-moz-transition: border 300ms ease, background 300ms ease;
		-o-transition: border 300ms ease, background 300ms ease;
		transition: border 300ms ease, background 300ms ease;
		border-top: 4px solid #000;
		border-bottom: 4px solid #000
	}

	.main-navigation .menu-hauptmenue-container li:hover>a,
	.main-navigation .menu-hauptmenue-container .current_page_item>a,
	.main-navigation .menu-hauptmenue-container .current-menu-item>a,
	.main-navigation .menu-hauptmenue-container .current_page_ancestor>a,
	.main-navigation .menu-hauptmenue-container .current-category-ancestor>a,
	.main-navigation .menu-hauptmenue-container .current-menu-ancestor>a,
	.main-navigation .menu-hauptmenue-container .current-menu-parent>a,
	.main-navigation .menu-hauptmenue-container .current-category-parent>a {
		background: #d53342;
		border-color: #d53342
	}

	.main-navigation .menu-hauptmenue-container ul ul.open {
		display: block !important
	}

	.main-navigation .menu-hauptmenue-container ul ul {
		list-style: none;
		font-size: 0.8em;
		position: relative;
		top: -5px;
		padding-bottom: 10px
	}

	.main-navigation .menu-hauptmenue-container ul ul li,
	.main-navigation .menu-hauptmenue-container ul ul a {
		font-size: 1em
	}

	.main-navigation .menu-hauptmenue-container ul ul a {
		padding: 5px 0
	}

	.main-navigation .menu-header-menue-container {
		display: block;
		float: none;
		text-align: center
	}

	.main-navigation .menu-header-menue-container>ul {
		border-top: 1px solid #464646
	}

	.main-navigation .menu-header-menue-container ul {
		top: 0 !important;
		opacity: 1 !important;
		padding-bottom: 15px
	}

	.main-navigation .menu-header-menue-container ul ul {
		padding-bottom: 0
	}

	.main-navigation .menu-header-menue-container ul ul li {
		float: none;
		width: 100%
	}

	.main-navigation .menu-header-menue-container li {
		float: none
	}

	.main-navigation .menu-header-menue-container a {
		color: #fff;
		border: none !important
	}

	.main-navigation .nav-menu-sub,
	.main-navigation .nav-menu-sub:hover,
	.main-navigation .nav-menu-sub.hover,
	.main-navigation .nav-menu-sub.force-visible {
		display: none !important
	}
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

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

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}

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

.aligncenter {
	display: block;
	margin: 0 auto
}

.clear,
.entry-content,
.comment-content,
.site-header,
.site-content,
.site-footer {
	*zoom: 1
}

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

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

.widget-area .entry-title a {
	text-decoration: none
}

.widget {
	margin: 0 0 4em
}

.widget select {
	max-width: 100%
}

.widget ul {
	list-style: none;
	margin: 0
}

.widget a {
	text-decoration: none
}

.widget a:hover {
	text-decoration: underline
}

.widget_search .search-submit {
	display: none
}

.container-fluid {
	width: 900px;
	padding-left: 60px;
	padding-right: 60px
}

@media screen and (min-width: 1px) {
	.container-fluid {
		width: auto;
		max-width: 1252px;
		margin-left: auto;
		margin-right: auto
	}
}

@media screen and (max-width: 1200px) {
	.container-fluid {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media screen and (max-width: 900px) {
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media screen and (max-width: 600px) {
	.container-fluid {
		padding-left: 10px;
		padding-right: 10px
	}
}

.site-content,
.wrapper {
	position: relative
}

#content {
	position: relative;
	z-index: 3
}

.sticky {
	display: block
}

.hentry {
	margin: 0 0 1.5em
}

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

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

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

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

.post-preview {
	margin-bottom: 40px;
	border-bottom: 4px solid #000
}

@media only screen and (max-width: 767px) {
	.post-preview {
		margin-bottom: 30px
	}
}

.post-preview a {
	color: #1f1a17;
	text-decoration: none
}

.post-preview .entry-header {
	position: relative
}

.post-preview .entry-header .image-link {
	display: block;
	position: relative;
	overflow: hidden
}

.post-preview .entry-header img {
	display: block;
	margin: 0;
	max-width: none;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	-o-transition: -o-transform 0.5s ease;
	transition: transform 0.5s ease
}

.post-preview .details-outer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.post-preview .details-inner {
	padding: 0 20px;
	-webkit-transition: padding 300ms ease;
	-moz-transition: padding 300ms ease;
	-o-transition: padding 300ms ease;
	transition: padding 300ms ease
}

.post-preview .cat-links {
	display: block;
	font-size: 0;
	*zoom: 1
}

.post-preview .cat-links:before,
.post-preview .cat-links:after {
	content: " ";
	display: table
}

.post-preview .cat-links:after {
	clear: both
}

.post-preview .cat-links a {
	display: block;
	font-size: 14px;
	color: #fff;
	background: #d53342;
	float: left;
	padding: 6px 8px;
	margin-right: 2px
}

.post-preview .cat-links a:hover {
	background: #000
}

@media only screen and (max-width: 767px) {
	.post-preview .cat-links a {
		font-size: 12px;
		padding: 4px 6px
	}
}

.post-preview .entry-title {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 21px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: -50px
}

@media only screen and (max-width: 767px) {
	.post-preview .entry-title {
		font-size: 17px
	}
}

.post-preview .entry-title,
.post-preview .entry-title a {
	color: #fff
}

.post-preview .entry-title a {
	display: block;
	padding: 20px 10px;
	-webkit-transition: padding 300ms ease;
	-moz-transition: padding 300ms ease;
	-o-transition: padding 300ms ease;
	transition: padding 300ms ease
}

@media only screen and (max-width: 767px) {
	.post-preview .entry-title a {
		padding: 13px 6px
	}
}

.post-preview .entry-header:hover img {
	-webkit-transition: -webkit-transform 3s ease;
	-moz-transition: -moz-transform 3s ease;
	-o-transition: -o-transform 3s ease;
	transition: transform 3s ease;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3)
}

.post-preview .entry-header:hover .details-inner {
	padding: 0
}

.post-preview .entry-header:hover .entry-title a {
	padding: 20px 30px
}

@media only screen and (max-width: 767px) {
	.post-preview .entry-header:hover .entry-title a {
		padding: 13px 17px
	}
}

.post-preview .entry-content {
	margin: 0;
	text-align: center
}

.post-preview .entry-content a {
	display: block;
	padding-top: 80px;
	padding-bottom: 30px
}

@media only screen and (max-width: 767px) {
	.post-preview .entry-content a {
		padding-top: 50px;
		padding-bottom: 15px
	}
}

.post-preview .entry-content p {
	margin: 0;
	font-size: 14px
}

@media (min-width: 1300px) {
	.post-preview .entry-content p {
		font-size: 15px
	}
}

.post-preview .entry-footer {
	*zoom: 1;
	border-top: 1px solid #000;
	padding: 0 10px
}

.post-preview .entry-footer:before,
.post-preview .entry-footer:after {
	content: " ";
	display: table
}

.post-preview .entry-footer:after {
	clear: both
}

.post-preview .entry-footer,
.post-preview .entry-footer a {
	color: #767676;
	font-size: 14px
}

.post-preview .entry-meta {
	float: left
}

.post-preview .entry-meta a {
	display: block;
	padding: 10px 0
}

.post-preview .comments-link {
	float: right
}

.post-preview .comments-link a {
	display: block;
	padding: 10px 0;
	padding-left: 25px;
	background: url(../images/icon-comment.png) 0 14px no-repeat
}

.home-background {
	padding: 10px 0 50px 0
}

@media only screen and (max-width: 767px) {
	.home-background {
		padding-bottom: 15px
	}
}

.home-background .home-background-inner {
	position: relative
}

.home-background .home-background-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed
}

@media screen and (max-width: 1200px) {
	.is-touch .home-background .home-background-bg {
		background-attachment: scroll
	}
}

@media only screen and (max-width: 767px) {
	.home-background .home-background-bg {
		background-attachment: scroll
	}
}

.home-background img {
	display: block;
	width: 100%;
	height: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}

.home-background .shadow {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.65);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.65)
}

.page-header .page-title {
	font-family: "Roboto Slab", Georgia, serif;
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 2em;
	text-align: center
}

@media only screen and (max-width: 767px) {
	.page-header .page-title {
		font-size: 17px;
		margin-bottom: 1.5em
	}
}

.page-header .page-subtitle {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 1em;
	text-align: left
}

.page-content .search-form {
	margin-bottom: 40px;
	max-width: 340px
}

.page-content .search-form .search-field {
	background-color: #929292;
	background-position: 11px 11px;
	padding: 8px;
	padding-left: 40px;
	padding-right: 12px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media (min-width: 1300px) {
	.page-content .search-form .search-field {
		font-size: 15px
	}
}

.page-content .search-form .search-field:focus {
	background-color: #efefef
}

@media (min-width: 1300px) {

	.nothing-found-text,
	.page-header .nothing-found-title {
		text-align: center
	}
}

@media (min-width: 1300px) {
	.page-content .search-form {
		margin-left: auto;
		margin-right: auto
	}
}

.pagination {
	display: block;
	text-align: center;
	padding: 10px 0 10px
}

.pagination ol {
	margin: 0;
	list-style: none;
	display: inline-block
}

.pagination .nextpage,
.pagination .previouspage,
.pagination .li-title,
.pagination .li-gap {
	display: none
}

.pagination li {
	display: inline-block;
	line-height: 1em;
	vertical-align: middle
}

.pagination li a {
	text-decoration: none;
	display: flex;
 	align-items: center
}

.pagination li.activated {
	opacity: 0.3
}

.pagination li .page {
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 21px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background: #a2a2a2;
	display: block;
	line-height: 1em;
	padding: 12px;
	margin: 0 5px;
	text-align: center;
	height: 45px;
	width: 45px
}

.pagination li .page:hover,
.pagination li .page.current {
	background: #464646
}

.pagination li .prev, .pagination li .next {
	font-size: 16px;
	font-family: "Roboto Slab", Georgia, serif;
	font-weight: normal;
	padding: 0 15px
}

.pagination li .prev, .pagination li .next {
	color: #464646
}

.pagination .prev::after {
	content: "";
    display: inline-block; /* or block/flex depending on layout */
    width: 19px;           /* width of the arrow image */
    height: 30px;          /* height of the arrow image */
	background: url(../images/pagination-arrow-left.png) center center no-repeat;
	margin-left: 1rem
}

.pagination .next::before {
	content: "";
    display: inline-block; /* or block/flex depending on layout */
    width: 19px;           /* width of the arrow image */
    height: 30px;          /* height of the arrow image */
	background: url(../images/pagination-arrow-right.png) center center no-repeat;
	margin-right: 1rem
}

.popular-posts {
	padding-top: 20px;
	padding-bottom: 100px
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.popular-posts {
		padding-bottom: 60px
	}
}

@media only screen and (max-width: 767px) {
	.popular-posts {
		padding-bottom: 30px
	}
}

.popular-posts .popular-posts-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 5px
}

.popular-posts .popular-posts-content {
	border-top: 4px solid #000;
	padding-top: 45px
}

.popular-posts .popular-posts-content ul {
	margin: 0;
	*zoom: 1
}

.popular-posts .popular-posts-content ul:before,
.popular-posts .popular-posts-content ul:after {
	content: " ";
	display: table
}

.popular-posts .popular-posts-content ul:after {
	clear: both
}

.popular-posts .popular-posts-content li {
	border-bottom: 4px solid #000;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 30px
}

@media (min-width: 1300px) {
	.popular-posts .popular-posts-content li {
		margin-bottom: 0
	}
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
	.popular-posts .popular-posts-content li:nth-child(n+5) {
		display: none
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.popular-posts .popular-posts-content li:nth-child(n+4) {
		display: none
	}
}

@media only screen and (max-width: 767px) {
	.popular-posts .popular-posts-content li:nth-child(n+3) {
		display: none
	}
}

.popular-posts .popular-posts-content li a {
	text-decoration: none;
	color: #1f1a17
}

.popular-posts .popular-posts-content li .image {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden
}

.popular-posts .popular-posts-content li .image img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	position: relative
}

.popular-posts .popular-posts-content li .post-title {
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	word-break: break-word
}

.popular-posts .popular-posts-content li .read-more {
	color: #767676;
	font-size: 14px;
	margin: 0;
	padding-top: 15px;
	text-transform: uppercase
}

.popular-posts .popular-posts-content li .read-more .plus {
	color: #d53342;
	font-weight: bold
}

.popular-posts .popular-posts-content li .summary {
	display: none
}

@media screen and (max-width: 1200px) {
	.is-touch .popular-posts .popular-posts-content li .summary {
		display: block
	}
}

@media screen and (max-width: 1200px) {
	.popular-posts .popular-posts-content li .summary {
		display: block
	}
}

.popular-posts .popular-posts-content li .summary p {
	padding-top: 15px;
	margin: 0
}

.scroll-to-top {
	position: fixed;
	bottom: 10%;
	right: 0;
	width: 70px;
	height: 70px;
	background: url(../images/scroll-top.png) center center no-repeat;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 750ms ease;
	-moz-transition: opacity 750ms ease;
	-o-transition: opacity 750ms ease;
	transition: opacity 750ms ease;
	display: none
}

@media (min-width: 1300px) {
	.scroll-to-top {
		display: block
	}
}

.scroll-to-top.active {
	opacity: 1;
	pointer-events: auto;
	cursor: pointer
}

.breadcrump {
	margin-top: -100px;
	padding: 43px 0
}

@media only screen and (max-width: 767px) {
	.breadcrump {
		margin-top: -30px;
		display: none
	}
}

.breadcrump,
.breadcrump a {
	font-size: 14px;
	font-family: "Roboto Slab", Georgia, serif;
	line-height: 1em;
	white-space: nowrap;
	color: #1f1a17;
	text-decoration: none
}

.breadcrump a:hover {
	color: #d53342
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.post-detail {
		margin-top: 60px
	}
}

@media only screen and (max-width: 767px) {
	.post-detail {
		margin-top: 30px
	}
}

.post-main-category {
	text-align: right;
	max-width: 47%;
	background: #d53342;
	padding: 4px 10px;
	color: #fff;
	margin-bottom: 30px;
	font-size: 14px;
	text-transform: uppercase
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.post-main-category {
		max-width: 60%
	}
}

@media only screen and (max-width: 767px) {
	.post-main-category {
		max-width: 85%;
		margin-bottom: 10px;
		max-width: none;
		display: inline-block;
		float: left;
		clear: right;
		margin-left: 10px
	}
}

.post-main-category a {
	color: #fff;
	text-decoration: none
}

.post-sidebar {
	font-size: 0.86667em;
	padding-top: 25px
}

.post-sidebar .tagcloud,
.post-sidebar .tagcloud a {
	font-size: 1em !important
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.post-sidebar {
		padding-bottom: 20px;
		border-bottom: 4px solid #000
	}
}

.post-time {
	color: #777675
}

.post-time a {
	text-transform: uppercase;
	color: #1f1a17;
	text-decoration: none
}

.post-comments a {
	display: block;
	padding: 10px 0;
	padding-left: 25px;
	background: url(../images/icon-comment.png) 0 14px no-repeat;
	color: #777675;
	text-decoration: none
}

.post-tags {
	padding-top: 20px;
	margin-top: 14px;
	padding-bottom: 3px;
	border-top: 1px solid #000
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.post-tags {
		padding-top: 0;
		margin-top: 0;
		padding-bottom: 0;
		border-top: none
	}
}

.post-share {
	border-bottom: 4px solid #000;
	padding-bottom: 20px;
	padding-top: 14px;
	margin-top: 14px;
	border-top: 1px solid #000
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.post-share {
		padding-top: 0;
		margin-top: 0;
		padding-bottom: 0;
		border-top: none;
		border-bottom: none
	}
}

.post-share .post-share-title {
	color: #777675;
	margin: 0;
	padding: 0;
	font-weight: normal;
	margin-bottom: 6px
}

.post-share .share-element {
	display: block;
	font-size: 1em;
	background: #464646;
	padding: 4px 9px;
	color: #fff;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	white-space: nowrap;
	text-decoration: none
}

.post-share .share-element.facebook {
	background-color: #3a69a3
}

.post-share .share-element.facebook:hover {
	background-color: #26456b
}

.post-share .share-element.twitter {
	background-color: #36bfdc
}

.post-share .share-element.twitter:hover {
	background-color: #1d90a8
}

.post-share .share-element.email {
	background-color: #2ebf80;
	padding-left: 30px;
	background-image: url(../images/icon-mail.png);
	background-repeat: no-repeat;
	background-position: 9px 9px
}

.post-share .share-element.email:hover {
	background-color: #1f8157
}

.post-detail .entry-title {
	font-size: 40px;
	font-family: "Roboto Slab", Georgia, serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: -0.25em;
	line-height: 1.2em
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.post-detail .entry-title {
		margin-top: 0
	}
}

@media only screen and (max-width: 767px) {
	.post-detail .entry-title {
		margin-top: 0;
		font-size: 20px
	}
}

.post-detail h2 {
	font-size: 30px;
	font-family: "Roboto Slab", Georgia, serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: -0.25em;
	margin: 1.5em 0 0.5em;
	line-height: 1.2em
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.post-detail h2 {
		margin-top: 0
	}
}

@media only screen and (max-width: 767px) {
	.post-detail h2 {
		margin-top: 0;
		font-size: 17px
	}
}

.post-detail h3 {
	font-size: 20px;
	font-family: "Roboto Slab", Georgia, serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: -0.25em;
	margin: 1.5em 0 0.5em;
	line-height: 1.2em
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.post-detail h3 {
		margin-top: 0
	}
}

@media only screen and (max-width: 767px) {
	.post-detail h3 {
		margin-top: 0;
		font-size: 15px
	}
}

.post-detail .multicol {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-ms-column-gap: 20px;
	-o-column-gap: 20px;
	column-gap: 20px
}

@media (min-width: 1300px) {
	.post-detail .multicol {
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		-ms-column-gap: 30px;
		-o-column-gap: 30px;
		column-gap: 30px
	}
}

@media only screen and (max-width: 767px) {
	.post-detail .multicol {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		-o-column-count: 1;
		column-count: 1
	}
}

.post-detail .entry-content-column {
	float: left;
	width: 50%;
	padding-right: 10px
}

@media (min-width: 1300px) {
	.post-detail .entry-content-column {
		padding-right: 15px
	}
}

.post-detail .entry-content-column+.entry-content-column {
	padding-left: 10px;
	padding-right: 0
}

@media (min-width: 1300px) {
	.post-detail .entry-content-column+.entry-content-column {
		padding-left: 15px
	}
}

@media only screen and (max-width: 767px) {
	.post-detail .entry-content-column {
		float: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: auto
	}
}

.post-detail iframe {
	border: none;
	margin: 0;
	padding: 0;
	margin: 1.5em 0;
	width: 100%;
	display: block;
	*zoom: 1
}

.post-detail iframe:before,
.post-detail iframe:after {
	content: " ";
	display: table
}

.post-detail iframe:after {
	clear: both
}

.post-detail .gallery {
	*zoom: 1
}

.post-detail .gallery:before,
.post-detail .gallery:after {
	content: " ";
	display: table
}

.post-detail .gallery:after {
	clear: both
}

.post-detail .gallery-item {
	float: left;
	display: block
}

.post-detail>:last-child {
	margin-bottom: 0
}

.comments-area {
	border-bottom: 4px solid #000;
	border-top: 1px solid #000;
	padding: 20px 0;
	margin-top: 60px
}

@media only screen and (max-width: 767px) {
	.comments-area {
		margin-top: 30px
	}
}

.comments-area .comments-title {
	display: none
}

.comments-area .comment-list {
	margin-left: 0
}

.comments-area .comment-list,
.comments-area .comment-list ol,
.comments-area .comment-list ul,
.comments-area .comment-list li {
	list-style: none !important
}

.comments-area .comment,
.comments-area .comment.parent .comment-body {
	margin-bottom: 3em;
	border-bottom: 1px solid #aaa
}

@media only screen and (min-width: 768px) and (max-width: 979px) {

	.comments-area .comment,
	.comments-area .comment.parent .comment-body {
		margin-bottom: 2em
	}
}

@media only screen and (max-width: 767px) {

	.comments-area .comment,
	.comments-area .comment.parent .comment-body {
		margin-bottom: 1.6em
	}
}

.comments-area .comment:last-child,
.comments-area .comment.parent .comment-body:last-child {
	border-bottom: none
}

.comments-area .comment.parent>.comment-body {
	padding-bottom: 3em
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.comments-area .comment.parent>.comment-body {
		padding-bottom: 2em
	}
}

@media only screen and (max-width: 767px) {
	.comments-area .comment.parent>.comment-body {
		padding-bottom: 1.6em
	}
}

.comments-area .comment-body {
	margin-bottom: 3em
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.comments-area .comment-body {
		margin-bottom: 2em
	}
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-body {
		margin-bottom: 1.6em
	}
}

.comments-area .comment-body p {
	margin-bottom: 0.5em
}

.comments-area .comment-meta {
	*zoom: 1;
	margin-bottom: 0.5em
}

.comments-area .comment-meta:before,
.comments-area .comment-meta:after {
	content: " ";
	display: table
}

.comments-area .comment-meta:after {
	clear: both
}

.comments-area .comment-author {
	float: left
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-author {
		float: none
	}
}

.comments-area .comment-metadata {
	float: right;
	position: relative
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-metadata {
		float: none;
		margin-top: 5px;
		margin-bottom: 5px
	}
}

.comments-area .comment-metadata a {
	text-decoration: none;
	color: #1f1a17
}

.comments-area .comment-metadata .edit-link {
	display: inline-block;
	padding-left: 10px
}

.comments-area .comment-awaiting-moderation {
	float: left;
	padding-left: 15px;
	font-size: 0.8em;
	color: #888;
	position: relative;
	top: 5px;
	float: none;
	clear: both;
	padding-left: 0;
	top: auto;
	margin: 10px 0 20px
}

.comments-area .comment-reply-link {
	font-weight: bold;
	color: #1f1a17;
	text-decoration: none
}

.comments-area .comment-reply-link:hover {
	text-decoration: none;
	color: #d53342
}

.comments-area .comment-list+.comment-respond,
.comments-area .comment-body+.comment-respond {
	border-top: 1px solid #000;
	padding-top: 20px
}

.comments-area .comment-body+.comment-respond {
	border-bottom: 1px solid #000;
	padding-bottom: 20px
}

.comments-area .comment-reply-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0.5em;
	*zoom: 1
}

.comments-area .comment-reply-title:before,
.comments-area .comment-reply-title:after {
	content: " ";
	display: table
}

.comments-area .comment-reply-title:after {
	clear: both
}

.comments-area .comment-notes,
.comments-area .logged-in-as {
	color: #777675;
	font-size: 0.86667em
}

.comments-area .logged-in-as a {
	color: #1f1a17;
	font-weight: bold;
	text-decoration: none
}

.comments-area .logged-in-as a:hover {
	color: #d53342;
	text-decoration: none
}

.comments-area label {
	color: #777675;
	font-size: 0.86667em;
	padding-bottom: 3px;
	display: block
}

.comments-area input,
.comments-area textarea {
	padding: 5px 10px;
	font-size: 0.86667em;
	background: #e9e9e9;
	color: #1f1a17
}

.comments-area input::-webkit-input-placeholder,
.comments-area textarea::-webkit-input-placeholder {
	color: #777675
}

.comments-area input:-moz-placeholder,
.comments-area textarea:-moz-placeholder {
	opacity: 1;
	color: #777675
}

.comments-area input::-moz-placeholder,
.comments-area textarea::-moz-placeholder {
	opacity: 1;
	color: #777675
}

.comments-area input:-ms-input-placeholder,
.comments-area textarea:-ms-input-placeholder {
	color: #777675
}

.comments-area input[type="submit"] {
	display: inline-block;
	width: auto;
	background: #d53342;
	color: #fff;
	padding: 4px 10px;
	text-decoration: none;
	cursor: pointer;
	font-size: 0.86667em;
	margin: 0
}

.comments-area .comment-form-author,
.comments-area .comment-form-email {
	width: 50%
}

@media (min-width: 1300px) {

	.comments-area .comment-form-author,
	.comments-area .comment-form-email {
		width: 40%
	}
}

@media only screen and (max-width: 767px) {

	.comments-area .comment-form-author,
	.comments-area .comment-form-email {
		width: 100%
	}
}

.comments-area .comment-form-author {
	float: left;
	padding-right: 10px
}

@media (min-width: 1300px) {
	.comments-area .comment-form-author {
		padding-right: 15px
	}
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-form-author {
		float: none;
		padding: 0
	}
}

.comments-area .comment-form-email {
	float: right;
	clear: right;
	padding-left: 10px
}

@media (min-width: 1300px) {
	.comments-area .comment-form-email {
		float: left;
		padding-left: 15px
	}
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-form-email {
		float: none;
		padding: 0
	}
}

.comments-area .comment-form-url {
	float: none;
	clear: both
}

.comments-area .comment-form p {
	margin-bottom: 20px
}

.comments-area .form-allowed-tags {
	display: none
}

.comments-area .comment-form .form-submit {
	margin: 0
}

.has-placeholder .comments-area .comment-form p label {
	display: none
}

.comments-area #cancel-comment-reply-link {
	float: right;
	font-weight: bold;
	color: #1f1a17;
	text-decoration: none;
	position: relative;
	top: 3px
}

.comments-area #cancel-comment-reply-link:hover {
	color: #d53342;
	text-decoration: none
}

.calendar-sidebar {
	margin-bottom: 50px
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.calendar-sidebar .calendar {
		display: none !important
	}
}

@media only screen and (max-width: 767px) {
	.calendar-sidebar .calendar {
		display: none !important
	}
}

.calendar {
	*zoom: 1;
	padding-bottom: 70px
}

.calendar:before,
.calendar:after {
	content: " ";
	display: table
}

.calendar:after {
	clear: both
}

.calendar .year,
.calendar .month {
	display: none
}

.calendar .year.current,
.calendar .month.current {
	display: block
}

.calendar .year-title {
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 40px;
	text-align: center;
	color: #595959;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 1em;
	border-bottom: 1px solid #000;
	padding-bottom: 20px
}

@media only screen and (max-width: 767px) {
	.calendar .year-title {
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 15px
	}
}

.calendar .month-title {
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 20px;
	text-align: center;
	color: #595959;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 1em
}

@media only screen and (max-width: 767px) {
	.calendar .month-title {
		font-size: 15px
	}
}

.calendar .month-title .arrow {
	position: relative;
	top: -2px;
	cursor: pointer;
	padding: 0 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.calendar .month-title .arrow-left {
	text-align: left;
	float: left;
	padding-right: 10px
}

.calendar .month-title .arrow-right {
	text-align: right;
	float: right;
	padding-left: 10px
}

.calendar .cell {
	text-align: center;
	float: left;
	width: 14.28571%;
	font-size: 0.86667em;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.calendar .dow {
	margin-bottom: 10px
}

.calendar .day {
	color: #858585;
	line-height: 1em
}

.calendar .day .inner {
	padding: 3px
}

.calendar .day .inner .text {
	background: #d9d9d9;
	padding: 9px 0
}

.calendar .day.active {
	color: #000;
	font-weight: bold;
	cursor: pointer
}

.events {
	*zoom: 1;
	padding-bottom: 70px
}

.events:before,
.events:after {
	content: " ";
	display: table
}

.events:after {
	clear: both
}

.events .year,
.events .month {
	display: none
}

.events .year.current,
.events .month.current {
	display: block
}

.events .month-title {
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 40px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 1em
}

@media only screen and (max-width: 767px) {
	.events .month-title {
		font-size: 20px;
		margin-bottom: 15px
	}
}

.events .month-title .arrow {
	position: relative;
	top: 3px;
	cursor: pointer;
	padding: 0 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	width: 59px;
	height: 36px;
	font-size: 0;
	line-height: 0
}

@media only screen and (max-width: 767px) {
	.events .month-title .arrow {
		font-size: 1em;
		background: none !important;
		height: auto;
		width: auto;
		line-height: inherit;
		top: auto;
		padding: 0;
		left: auto !important;
		right: auto !important
	}
}

.events .month-title .arrow-left {
	text-align: left;
	float: left;
	left: -20px;
	background: url(../images/calendar-arrow-left.png) center center no-repeat
}

.events .month-title .arrow-right {
	text-align: right;
	float: right;
	right: -20px;
	background: url(../images/calendar-arrow-right.png) center center no-repeat
}

@media only screen and (max-width: 767px) {
	.events .calendar-days {
		border-top: 4px solid #000;
		border-bottom: 4px solid #000
	}
}

.events .calendar-row+.month-title {
	margin-top: 20px;
	margin-bottom: 0
}

@media only screen and (max-width: 767px) {
	.events .calendar-row+.month-title {
		margin-top: 15px
	}
}

.events .calendar-row-content {
	border-top: 4px solid #000;
	border-bottom: 4px solid #000
}

@media only screen and (max-width: 767px) {
	.events .calendar-row-content {
		border: none
	}
}

@media only screen and (max-width: 767px) {
	.events .cell.empty {
		display: none !important
	}
}

.events .day {
	border-top: 1px solid #000;
	margin-top: -1px;
	position: relative
}

.events .day .inner {
	*zoom: 1
}

.events .day .inner:before,
.events .day .inner:after {
	content: " ";
	display: table
}

.events .day .inner:after {
	clear: both
}

.events .day .day-number {
	font-family: "Roboto Slab", Georgia, serif;
	color: #000;
	font-size: 40px;
	padding: 5px 0;
	position: relative;
	float: left
}

.events .day .dow {
	position: absolute;
	top: 27px;
	left: 50px;
	font-family: "Roboto Slab", Georgia, serif;
	font-size: 20px;
	color: #b4b4b4;
	text-transform: uppercase
}

.events .day .event-list {
	float: right;
	top: 0;
	right: 0;
	margin-top: 6px
}

.events .day .event-list .no-link {
	margin-top: -3px;
	cursor: default
}

.events .day .event-list .event {
	text-align: right;
	margin-bottom: 3px;
	font-size: 0.86667em
}

.events .day .event-list .event .text {
	text-decoration: none;
	font-size: 1em;
	padding: 4px 9px;
	display: inline-block
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.calendar-sidebar .calendar {
		float: left;
		width: 70%
	}

	.single-event .calendar-sidebar,
	.single-event .calendar-sidebar .legend {
		display: none
	}
}

@media only screen and (max-width: 767px) {
	.calendar-sidebar .calendar {
		padding-bottom: 40px
	}

	.single-event .calendar-sidebar,
	.single-event .calendar-sidebar .legend {
		display: none
	}
}

.calendar-sidebar .legend {
	padding: 15px 0 7px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000
}

.calendar-sidebar .legend .legend-title {
	font-size: 0.93333em;
	margin: 0;
	padding: 0
}

.calendar-sidebar .legend .categories {
	font-size: 0.86667em;
	margin-top: 5px
}

.calendar-sidebar .legend .category {
	margin-bottom: 3px
}

.calendar-sidebar .legend .category-title {
	font-size: 1em;
	padding: 4px 9px;
	display: inline-block
}

.calendar-sidebar .calendar .year .year-title,
.calendar-sidebar .calendar .month .month-title {
	cursor: pointer
}

.event-detail .head {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000
}

.event-detail .head p:last-child {
	margin-bottom: 0
}

@media only screen and (max-width: 767px) {
	.event-detail .head p:last-child {
		margin-bottom: 1.5em
	}
}

.event-detail .head .span6+.span6 p:last-child {
	margin-bottom: 0
}

.event-detail .downloads {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000
}

@media only screen and (max-width: 767px) {
	.event-detail .downloads .download {
		padding: 3px 0
	}
}

.event-detail .downloads .icon {
	display: inline-block;
	padding-right: 5px
}

.event-detail .downloads a {
	color: #1f1a17;
	text-decoration: underline
}

.event-detail .downloads a:hover {
	color: #d53342;
	text-decoration: none
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
	display: none
}

.infinity-end.neverending .site-footer {
	display: block
}

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

embed,
iframe,
object {
	max-width: 100%
}

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

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

.wp-caption .wp-caption-text {
	display: block;
	margin: 0.8075em 0;
	text-align: left;
	font-size: 0.9em
}

.image-copyright {
	margin: 0.8075em 0;
	display: block;
	font-style: italic;
	text-align: right;
	font-size: 0.9em
}

.wp-caption-text {
	text-align: center;
	font-style: italic
}

.gallery {
	margin-bottom: 1.5em
}

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

.gallery-item .gallery-icon {
	padding: 10px
}

@media (min-width: 1300px) {
	.gallery-item .gallery-icon {
		padding: 15px
	}
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block
}

.post-slider .post-slider-wrapper {
	position: relative;
	*zoom: 1
}

.post-slider .post-slider-wrapper:before,
.post-slider .post-slider-wrapper:after {
	content: " ";
	display: table
}

.post-slider .post-slider-wrapper:after {
	clear: both
}

.post-slider .post-slider-inner {
	position: relative;
	overflow: hidden
}

.post-slider .post-slider-mover {
	position: relative;
	width: 100000%
}

.post-slider .post-slider-item {
	float: left;
	width: 0.1%
}

.post-slider .post-slider-overlay {
	position: absolute;
	top: 50%;
	width: 59px;
	height: 75px;
	padding: 20px;
	margin-top: -37.5px;
	cursor: pointer;
	-webkit-transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	opacity: 0.7;
	z-index: 2
}

.post-slider .post-slider-overlay:hover {
	opacity: 1
}

.post-slider .post-slider-overlay-left {
	left: 0;
	background: url(../images/arrow-left.png) center center no-repeat
}

.post-slider .post-slider-overlay-right {
	right: 0;
	background: url(../images/arrow-right.png) center center no-repeat
}

.post-slider .image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0
}
.topheader {
	height: 60vh;
	height: auto;
    /*background-image: url(https://www.burggrafenamt-online.eu/wp-content/uploads/2021/04/IMG_9255.jpg)!important;*/
    background-size: cover!important;
    background-position: center!important;
}
.topheader .container-fluid {
    background: #231d1d;
    max-width: none;
}
.post-preview .details-outer {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,.6);
    transition: background .4s;
    border-radius: 5px;
}
.post-preview .details-outer:hover {
    background: transparent;
}
.post-preview .details-outer:hover .entry-title {
    opacity: 0;
}
.post-preview .entry-header img {
    border-radius: 5px;
}
.post-preview .entry-header .details-inner {
	padding: 0;
}
.post-preview .entry-title {
    margin: 0!important;
    background: transparent;
    opacity: 1;
    transition: opacity .4s;
}
.post-preview .entry-header .entry-title a {
    padding: 20px 10px!important;
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}
.post-preview .cat-links {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}
.post-preview .cat-links a:hover {
    background: #231d1d;
}
.tagcloud a,
.post-preview .cat-links a {
    border-radius: 3px;
}
.post-preview .entry-content a {
    padding-top: 30px;
}

.popular-posts .popular-posts-content li .post-title {
    font-size: 13px;
}
.popular-posts .popular-posts-content li .image img {
	border-radius: 5px;
}
.pagination li .page {
    border-radius: 5px;
}
.topheader,
.menu-header-menue-container ul ul,
.site-footer {
    background: #231d1d;
}

.search-form .search-field {
    background: #b9b6b6 url(../images/icon-search.png) 5px 5px no-repeat;
}

.social-media h3 {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.social-media .content {
	border-top: 4px solid #231d1d;
    padding-top: 45px;
}
.social-media .crt-widget.crt-widget-branded {
    padding-bottom: 35px;
}
.social-media .crt-widget .crt-grid-post-content:hover {
    filter: opacity(0.8);
    filter: brightness(0.8);
}
.social-media .crt-grid-post .crt-post-hover {
    display: none;
}
.social-media .crt-widget .crt-load-more {
	display: inline-flex;
	width: auto;
	padding: 7px 20px;
	border: none;
	border-top: 3px solid;
	border-bottom: 3px solid;
	text-transform: uppercase;
	transition: .4s;
}
.social-media .crt-widget .crt-load-more:hover {
	transform: translateY(-3px);
    color: #464646;
}
#push_close_panda {
    width: 35px;
    text-align: center;
    background: #eae6e6;
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 5px;
}
@media screen and (min-width: 1px) {
	body.home .container-fluid {
	    max-width: 1452px;
	}
}