/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
/*---:[ layout structure ]:---*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #111111;
	background-color: #DDDDDD;
	padding-top: 25px;
}
body.landing {
	padding-top: 0;
}
.container {
	width: 1020px;
	margin: 0 auto;
	background-color: #fff;
}
.landing .container {
	width: 770px;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 770px;
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.columns > .sidebar {
	width: 250px;
	float: right;
	padding: 25px 25px 0 25px;
}
.full_page .columns > .content {
	width: 1020px;
	float: none;
	border-right: 0;
}
/*---:[ links ]:---*/
a {
	color: #b20000;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 154px;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 154px;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111111;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	background-color: #EEEEEE;
	padding: 0.5em 1em;
}
.menu a:hover {
	background-color: #DDDDDD;
}
.menu_control {
	display: none;
	background-color: #DDDDDD;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #DDDDDD;
}
.menu .current-menu-item > a {
	border-bottom-color: #DDDDDD;
	background-color: #DDDDDD;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #DDDDDD;
}
/*---:[ header ]:---*/
.header {
	border-bottom: 3px double #DDDDDD;
	padding: 25px;
}
.landing .header {
	text-align: center;
}
#site_title {
	font-size: 37px;
	line-height: 1.32em;
	font-weight: bold;
	color: #111111;
}
#site_title a {
	color: #111111;
}
#site_title a:hover {
	color: #b20000;
}
#site_tagline {
	font-size: 14px;
	color: #888888;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 14px;
	line-height: 25px;
}
.grt .headline {
	font-size: 23px;
	line-height: 37px;
	margin: 0;
}
.grt h2 {
	font-size: 18px;
	line-height: 30px;
	margin-top: 38px;
	margin-bottom: 13px;
}
.grt .small, .grt .caption {
	font-size: 11px;
	line-height: 21px;
}
.grt .drop_cap {
	font-size: 50px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area, .grt .footnotes {
	margin-bottom: 25px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 25px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p, .grt .footnotes p:last-child {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 25px;
	margin-right: 25px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 25px;
	margin-left: 25px;
}
.grt .caption {
	margin-top: -13px;
	color: #888888;
}
.grt .footnotes p {
	margin-bottom: 13px;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 23px;
	line-height: 33px;
	width: 45%;
	margin-bottom: 13px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.post_box {
	padding: 25px 25px 0 25px;
	border-top: 1px dotted #DDDDDD;
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #111111;
}
.headline a:hover {
	color: #b20000;
}
.byline, .byline a, .grt .footnotes, .grt sub, .grt sup {
	color: #888888;
}
.byline a {
	border-bottom: 1px solid #DDDDDD;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #111111;
}
.byline .post_edit {
	margin-left: 13px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	color: #111111;
}
.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: black !important;
	font-style: italic;
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #DDDDDD;
}
.post_box code {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
	background-color: #EEEEEE;
	padding: 13px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 13px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 13px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 11px;
	line-height: 21px;
}
.post_box .author_description {
	border-top: 1px dotted #DDDDDD;
	padding-top: 25px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 13px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
.grt .footnotes {
	font-size: 11px;
	line-height: 21px;
	border-top: 1px dotted #DDDDDD;
	padding-top: 25px;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888888;
	text-decoration: none;
	margin-bottom: 25px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 25px;
}
.bracket {
	color: #DDDDDD;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.archive_intro .headline {
	margin-bottom: 25px;
}
.prev_next {
	clear: both;
	color: #888888;
	border-top: 1px solid #DDDDDD;
	padding: 13px 25px;
}
.template-search .prev_next {display: none !important}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 50px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 13px;
	padding: 0 25px;
}
.comments_closed {
	font-size: 11px;
	line-height: 21px;
	color: #888888;
	margin: 0 25px 25px 25px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 50px;
	border-top: 1px dotted #DDDDDD;
}
.comment {
	border-bottom: 1px dotted #DDDDDD;
	padding: 25px;
}
.children .comment {
	list-style-type: none;
	margin-top: 25px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 0 0 0 25px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #b20000;
}
.comment .comment_head {
	margin-bottom: 13px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 11px;
	margin-left: 13px;
	color: #888888;
}
.comment_date a {
	color: #888888;
}
.comment_footer a {
	font-size: 11px;
	line-height: 21px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 13px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 50px;
	height: 50px;
	float: right;
	margin-left: 13px;
}
.comment_nav {
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	padding: 13px 25px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -50px 0 50px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-family: inherit;
	font-size: inherit;
	line-height: 1em;
	font-weight: inherit;
	color: #111111;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #EEEEEE;
	background-color: #DDDDDD;
}
textarea.input_text {
	line-height: 25px;
}
.input_submit {
	font-family: inherit;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	border: 3px double #DDDDDD;
	background: #EEEEEE url('images/bg-button.png') repeat-x;
	padding: 0.5em;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 50px 0;
	padding: 0 25px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-size: 18px;
	line-height: 30px;
	color: #111111;
	margin: 0 -25px;
	border-bottom: 1px dotted #DDDDDD;
	padding: 0 25px 13px 25px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 13px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 11px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #b20000;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 11px;
	line-height: 16px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 14px;
	line-height: 20px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 16px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 16px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 16px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 32px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 8px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888888;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 8px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 11px;
	line-height: 21px;
	text-align: right;
	color: #888888;
	border-top: 3px double #DDDDDD;
	padding: 13px 25px;
}
.footer a {
	color: #888888;
}
.footer a:hover {
	color: #111111;
}
.landing .footer {
	text-align: center;
}
/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	display: table;
	clear: both;
	content: '';
}
/*---:[ media queries ]:---*/
@media all and (max-width: 1020px) {
	body {
		padding-top: 0;
	}
	.container, .landing .container {
		width: auto;
		max-width: 770px;
	}
	.header {
		border-top: 1px solid #DDDDDD;
	}
	.landing .header {
		border-top: 0;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #DDDDDD;
	}
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #DDDDDD;
		padding: 1em 25px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #DDDDDD;
		padding-left: 25px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #DDDDDD;
		padding: 1em 25px;
	}
	.menu .current-menu-item > a {
		background-color: #EEEEEE;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
}
@media all and (max-width: 770px) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 1em 13px;
	}
	.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
		padding-right: 13px;
		padding-left: 13px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 13px;
	}
	.comments_closed, .login_alert {
		margin-right: 13px;
		margin-left: 13px;
	}
	.comment_form_title {
		margin-left: -13px;
		margin-right: -13px;
	}
	.right, .alignright, img[align="right"], .left, .alignleft, img[align="left"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.post_author:after {
		content: '\a';
		height: 0;
		white-space: pre;
		display: block;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
#header {
	padding: 0;
}
#header #site_title a, #header #site_tagline {
	display: none;
}

/*---:[ custom CSS ]:---*/
/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
/*---:[ layout structure ]:---*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #111111;
	background-color: #DDDDDD;
	padding-top: 25px;
}
body.landing {
	padding-top: 0;
}
.container {
	width: 1020px;
	margin: 0 auto;
	background-color: #fff;
}
.landing .container {
	width: 770px;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 770px;
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.columns > .sidebar {
	width: 250px;
	float: right;
	padding: 25px 25px 0 25px;
}
.full_page .columns > .content {
	width: 1020px;
	float: none;
	border-right: 0;
}
/*---:[ links ]:---*/
a {
	color: #b20000;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 154px;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 154px;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111111;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	background-color: #EEEEEE;
	padding: 0.5em 1em;
}
.menu a:hover {
	background-color: #DDDDDD;
}
.menu_control {
	display: none;
	background-color: #DDDDDD;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #DDDDDD;
}
.menu .current-menu-item > a {
	border-bottom-color: #DDDDDD;
	background-color: #DDDDDD;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #DDDDDD;
}
/*---:[ header ]:---*/
.header {
	border-bottom: 3px double #DDDDDD;
	padding: 25px;
}
.landing .header {
	text-align: center;
}
#site_title {
	font-size: 37px;
	line-height: 1.32em;
	font-weight: bold;
	color: #111111;
}
#site_title a {
	color: #111111;
}
#site_title a:hover {
	color: #b20000;
}
#site_tagline {
	font-size: 14px;
	color: #888888;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 14px;
	line-height: 25px;
}
.grt .headline {
	font-size: 23px;
	line-height: 37px;
	margin: 0;
}
.grt h2 {
	font-size: 18px;
	line-height: 30px;
	margin-top: 38px;
	margin-bottom: 13px;
}
.grt .small, .grt .caption {
	font-size: 11px;
	line-height: 21px;
}
.grt .drop_cap {
	font-size: 50px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area, .grt .footnotes {
	margin-bottom: 25px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 25px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p, .grt .footnotes p:last-child {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 25px;
	margin-right: 25px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 25px;
	margin-left: 25px;
}
.grt .caption {
	margin-top: -13px;
	color: #888888;
}
.grt .footnotes p {
	margin-bottom: 13px;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 23px;
	line-height: 33px;
	width: 45%;
	margin-bottom: 13px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.post_box {
	padding: 25px 25px 0 25px;
	border-top: 1px dotted #DDDDDD;
}
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #111111;
}
.headline a:hover {
	color: #b20000;
}
.byline, .byline a, .grt .footnotes, .grt sub, .grt sup {
	color: #888888;
}
.byline a {
	border-bottom: 1px solid #DDDDDD;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #111111;
}
.byline .post_edit {
	margin-left: 13px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	color: #111111;
}
.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888888;
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #DDDDDD;
}
.post_box code {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
	background-color: #EEEEEE;
	padding: 13px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 13px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 13px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 11px;
	line-height: 21px;
}
.post_box .author_description {
	border-top: 1px dotted #DDDDDD;
	padding-top: 25px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888888;
}
.post_box .alert, .post_box .note {
	padding: 13px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}
.grt .footnotes {
	font-size: 11px;
	line-height: 21px;
	border-top: 1px dotted #DDDDDD;
	padding-top: 25px;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888888;
	text-decoration: none;
	margin-bottom: 25px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 25px;
}
.bracket {
	color: #DDDDDD;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDDDDD;
}
.archive_intro .headline {
	margin-bottom: 25px;
}
.prev_next {
	clear: both;
	color: #888888;
	border-top: 1px solid #DDDDDD;
	padding: 13px 25px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 50px;
}
.comments_intro {
	color: #888888;
	margin-bottom: 13px;
	padding: 0 25px;
}
.comments_closed {
	font-size: 11px;
	line-height: 21px;
	color: #888888;
	margin: 0 25px 25px 25px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 50px;
	border-top: 1px dotted #DDDDDD;
}
.comment {
	border-bottom: 1px dotted #DDDDDD;
	padding: 25px;
}
.children .comment {
	list-style-type: none;
	margin-top: 25px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 0;
	padding: 0 0 0 25px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #b20000;
}
.comment .comment_head {
	margin-bottom: 13px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 11px;
	margin-left: 13px;
	color: #888888;
}
.comment_date a {
	color: #888888;
}
.comment_footer a {
	font-size: 11px;
	line-height: 21px;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 13px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 50px;
	height: 50px;
	float: right;
	margin-left: 13px;
}
.comment_nav {
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #DDDDDD;
	padding: 13px 25px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -50px 0 50px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-family: inherit;
	font-size: inherit;
	line-height: 1em;
	font-weight: inherit;
	color: #111111;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #EEEEEE;
	background-color: #DDDDDD;
}
textarea.input_text {
	line-height: 25px;
}
.input_submit {
	font-family: inherit;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	border: 3px double #DDDDDD;
	background: #EEEEEE url('images/bg-button.png') repeat-x;
	padding: 0.5em;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 50px 0;
	padding: 0 25px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-size: 18px;
	line-height: 30px;
	color: #111111;
	margin: 0 -25px;
	border-bottom: 1px dotted #DDDDDD;
	padding: 0 25px 13px 25px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 13px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 11px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #b20000;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 11px;
	line-height: 16px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 14px;
	line-height: 20px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 16px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 16px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 16px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 32px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 8px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888888;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 8px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 11px;
	line-height: 21px;
	text-align: right;
	color: #888888;
	border-top: 3px double #DDDDDD;
	padding: 13px 25px;
}
.footer a {
	color: #888888;
}
.footer a:hover {
	color: #111111;
}
.landing .footer {
	text-align: center;
}
/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	display: table;
	clear: both;
	content: '';
}
/*---:[ media queries ]:---*/
@media all and (max-width: 1020px) {
	body {
		padding-top: 0;
	}
	.container, .landing .container {
		width: auto;
		max-width: 770px;
	}
	.header {
		border-top: 1px solid #DDDDDD;
	}
	.landing .header {
		border-top: 0;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #DDDDDD;
	}
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #DDDDDD;
		padding: 1em 25px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #DDDDDD;
		padding-left: 25px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #DDDDDD;
		padding: 1em 25px;
	}
	.menu .current-menu-item > a {
		background-color: #EEEEEE;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
}
@media all and (max-width: 770px) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 1em 13px;
	}
	.header, .columns > .sidebar, .post_box, .prev_next, .comments_intro, .comment, .comment_nav, #commentform, .comment_form_title, .footer {
		padding-right: 13px;
		padding-left: 13px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 13px;
	}
	.comments_closed, .login_alert {
		margin-right: 13px;
		margin-left: 13px;
	}
	.comment_form_title {
		margin-left: -13px;
		margin-right: -13px;
	}
	.right, .alignright, img[align="right"], .left, .alignleft, img[align="left"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.post_author:after {
		content: '\a';
		height: 0;
		white-space: pre;
		display: block;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
#header {
	padding: 0;
}
#header #site_title a, #header #site_tagline {
	display: none;
}

/*---:[ custom CSS ]:---*/
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
.clear {
    clear:both
}

#page {
    margin-top:20px
}

#header {
    border:0;
    padding-top:10px;
    margin-top:0;
    padding-bottom:10px;
	padding-left: 15px;
    margin-bottom:5px;
	border-bottom: 2px solid #ddd;
}

.menu,.menu a,.menu li ul {
    border-color:#DDDDDD
}

.sidebar_list a {
    color:#2361A1
}

.format_text {
    text-align:justify
}

#buttons {
    margin-bottom:30px;
    clear:both
}

#buttons .kategorien {
    list-style:none;
    list-style-type:none;
    padding:0;
    margin:0;
    clear:both
}

#buttons .kategorien li {
    list-style:none;
    list-style-type:none;
    background-color:#ddd;
    padding:5px;
    margin:0;
    width:352px;
    max-width:95%;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    border:1px solid #000
}

#buttons .kategorien li.right {
    margin-right:0
}

.headline_area {
    text-decoration:underline
}

.custom #respond_intro {
    display:none;
    border:0
}

.custom #respond_intro p {
    display:none
}

#fb-comments-area {
    margin-top:0;
    padding-top:0;
    margin-top:10px;
    border:0
}

.custom .comments_intro p {
    font-size:2em;
    text-decoration:underline
}

.sidebar .menu {
    border:none
}

.sidebar .menu li {
    display:block;
    clear:both
}

.sidebar .menu a {
    background-color:#fff;
    border:0!important;
    padding:0;
    margin:0;
    text-transform:capitalize;
    font-family:Tahoma,Geneva,Verdana,sans-serif;
    display:block;
    color:darkblue;
    clear:both;
    font-size:14px;
    letter-spacing:normal;
	margin-bottom:10px;
}

.grt h2 {
    font-weight:700;
	margin-top: 10px !important;
}


.einspruch-bottom {
    margin:20px auto;
    width:336px;
}


.einspruch-top {
    margin:20px 0;
}

.visible-mobile {
    display:none;
}

.clickout_table {
	cursor: pointer;
	text-decoration: underline;
	color: #ff0000;
}
@media only screen and (max-width: 680px) {

.hidden-mobile {
    display: none!important; }
	
table.tablepress {
		width: auto;
		max-width: 100% !important;
	    display:block !important;
		overflow-x: auto;
		border: 0;
	}
	
.einspruch-bottom {
    margin:20px 0;
    width:100%
}

#text-11 {
    display:none
}

img {
    max-width:95%;
}

.visible-desktop {
    display:none
}

.visible-mobile {
    display:block
}

.einspruch-top {
    max-width:100%
}

.headline_area {
		text-decoration: none;
	}
	
.headline {
    font-size:19px !important;
	text-align: left; 
	font-weight: 700;
}
	
}

@media only screen and (max-width: 1030px) {
.menu {
	display: block !important;
}	
}

#comment_form_url {display: none; }

.post_box .frame, .post_box .post_image_box, .post_box .wp-caption { padding: 10px; }
.wp-caption img { width: 100%;  }

.ergebnis {
	width: 400px;
	height: 400px;
	border: 1px solid black;
}

.kasten {padding: 10px; border: solid; border-color: #FEB629; background-color: #FFC54E; margin-bottom: 20px; }

.einspruch-outer:hover {background: #f4f4f4;}
.einspruch-inner .einspruch_headline {color: #b20000;}
.einspruch-inner .einspruch_button {background-color: #b20000;}
.einspruch-outer {width:100%;border:0px solid #F6F6F6;clear:both;}
.einspruch-outer:hover {background: #F6F6F6; cursor: pointer;}
.einspruch-inner {display:block;text-align:left;padding:3px;}
.einspruch-inner:hover {text-decoration: none !important; cursor: pointer; background: #f4f4f4;}
.einspruch-inner div {display: block; margin:0 0 0 0;}
.einspruch-inner .einspruch_headline {max-width:100%;display:block;font-size:20px;color: #b20000;line-height: 1.2; }
.einspruch-inner .einspruch_description {max-width:100%;display:block;font-size:18px;color:#000;padding:15px 0;line-height:1.2;}
.einspruch-inner .einspruch_button {text-align:center;display:block;font-size:17px; background-color:#b20000; color: #fff; width: 200px; padding:10px 0;}
.einspruch_button:hover {text-decoration:underline;}
.einspruch-outer:hover .einspruch-inner .einspruch_button span {padding-bottom:0;border-bottom: 1px solid #fff; line-height: 20px; cursor: pointer;}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
display: inline-block;
}

.header_search {
  float: right;
  margin-top: 10px;
  margin-right:18px;}

.header_search input[type=\"text\"],
.header_search .input_text {
  font-size: 1em;
  float: left;
  width: 250px;
  font-family: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  border: 1px solid #dddddd;
  background-color: white;
  padding: 0.6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.header_search input[type=submit],
.header_search .input_submit {
  background-color: #b20000;
  background-image: url(/wp-content/uploads/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 35px;
  text-indent: -9999px;
  text-transform: capitalize;
  border-radius: 0;
  cursor: pointer;
  border-top: 1px solid #193968;
  border-bottom: 1px solid #193968;
  -webkit-appearance: none;
  color: white; }

.header_search input[type="submit"], .header_search .input_submit {
    background-color: #b20000;
    width: 50px;
    height: 35px;
    text-transform: capitalize;
    border-radius: 0;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    color: white;
}

.header_search input[type="text"], .header_search .input_text {
    font-size: 1em;
    float: left;
    width: 250px;
    font-family: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    border: 1px solid #dddddd;
    background-color: white;
    padding: 0.6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 320px) {
.header_search {
	position:relative;
	top:70px;
	margin-right: 48px;
}	
/*	#thesis_header_image {
		position:relative;
		top: -47px;
}*/
}

@media (min-device-width: 321px) and (max-device-width: 375px) {
.header_search {
	position:relative;
	top:70px;
	margin-right: 102px;
}	
/*	#thesis_header_image {
		position:relative;
		top: -47px;
}*/
}

@media screen and (min-device-width: 376px) and (max-device-width: 425px) {
.header_search {
	position:relative;
	top:85px;
	margin-right:151px;
}	
/*	#thesis_header_image {
		position:relative;
		top: -50px;
}*/
}

.visible-desktop {
    display:block;
}

.visible-mobile {
    display:none;
}

.post_box .note h2 {
	margin-top: 2px !important;
}

.post_box .note {
	margin-bottom: 15px;
}

#site_title {
	display: none;
}

.breadcrumb {margin-left: 17px;
margin-top: 10px;
margin-bottom: -20px;
display: block}


/*
Modern Header
*/
@media (max-width: 768px) {
	#header {
		position: sticky;
		top: 0px;
		background: white;
		box-shadow: 0 4px 2px -2px gray;
		z-index: 50;
		padding: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#thesis_header_image_link {
		display: block;
		width: 230px;
		margin: auto;
		position: static !important;
	}

	#thesis_header_image_link img {
		max-width: 100%;
	}

	.header_search {
		display: none !important;
	}

	.textwidget:after {
	  content: "";
	  display: table;
	  clear: both;
	}
}


@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?49972931');
  src: url('font/fontello.eot?49972931#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?49972931') format('woff2'),
       url('font/fontello.woff?49972931') format('woff'),
       url('font/fontello.ttf?49972931') format('truetype'),
       url('font/fontello.svg?49972931#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?49972931#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cancel:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */



/* Styles */
.toggle-menu {
	display: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	font-size: 19px;
	color: #333;
}

@media (max-width: 768px) {
	.toggle-menu {
		display: block;
	}
}

.overlay-background {
  background-color: rgba(22,22,22,.0);
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translateX(-100vw);
  transition: transform 0s ease .3s,background-color .3s ease 0s;
  z-index: 1001;
}

@media (min-width: 769px) {
  .overlay-background {
    display: none;
  }
}


body._mobile-menu-open .overlay-background {
  background-color: rgba(22,22,22,.7);
  transform: translateX(0vw);
  transition: transform 0s ease 0s,background-color .3s ease 0s;
}


.mobile-menu__header {
	display: none;
	justify-content: flex-end;
	padding: 1rem;
	font-size: 19px;
	color: #333;

}

@media (max-width: 768px) {
	.mobile-menu__header {
		display: flex;
		
	}
}

@media (max-width: 768px) {
	.mobile-menu__body {
		overflow: auto;
		padding: 0 1rem 2rem;
		display: flex;
		flex-direction: column;
	}

	.mobile-menu__body #custom_html-2 {
		order: 2;
	}
}




@media (max-width: 768px) {
  .sidebar {
    transition: transform .3s ease 0s;
    width: 90%!important;
    background: #fff;
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999999;
    right: auto;
    bottom: 0;
    display: flex;
    flex-direction: column;

    padding: 0!important;
  }

  .sidebar._open {
    transform: translateX(0);
  }

}


.mobile-search-form {
   display: none;
   background: #fff;
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
}
 .mobile-search-form__body {
   display: none;
   flex: 1;
   top: 0;
   background: #fff;
   align-items: center;
}
 .mobile-search-form__body input {
   background: transparent;
   border: 1px black solid;
   flex: 1;
   width: 100%;
}
 .mobile-search-form__body button {
   border: 0;
   background: transparent;
   user-select: none;
   -webkit-tap-highlight-color: transparent;
   touch-action: manipulation;
   font-size: 19px;
   color: #444;
   width: 50px;
   text-align: center;
   outline: none;
}
 .mobile-search-form__field {
   flex: 1;
}
 .mobile-search-form__toggle {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 50px;
   cursor: pointer;
}
 .mobile-search-form__toggle .icon-cancel {
   font-size: 19px;
   user-select: none;
   -webkit-tap-highlight-color: transparent;
   touch-action: manipulation;
   color: #333;
}
 .mobile-search-form__toggle i:last-child {
   display: none;
}
 .mobile-search-form._open {

  
   align-items: center;
}

@media (max-width: 768px) {
   .mobile-search-form._open {
     display: flex;
   }
}

 .mobile-search-form._open .mobile-search-form__toggle i:last-child {
   display: inline-block;
}
 .mobile-search-form._open .mobile-search-form__toggle i:first-child {
   display: none;
}
 .mobile-search-form._open .mobile-search-form__body {
   display: flex;
}
 

.mobile-search-toggle {
  display: none;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  order: 10;
  font-size: 19px;
  color: #333;
}


@media (max-width: 768px) {
  .mobile-search-toggle {
    display: block;
  }
}

/* import from customizer 05.04.2022 */

#post-10156 > div.post_content > div.share-btns {display:none}

#post-ratings-10156 {display:none}

/* Fix Mobile Menu */
html body .wprm-overlay.active {
	z-index: 9998;
}

#mg-wprm-wrap.cbp-spmenu-open {
	position: fixed!important;
}

figcaption {text-align: center}

@media only screen and (min-width: 769px) {
.breadcrumb {margin-left: 17.5px;
margin-top: 17.5px;
margin-bottom: -20px;
display: block}	
}

@media only screen and (max-width: 768px) {
.breadcrumb {
margin-top: 17.5px;
margin-bottom: -20px;
display: block}	
}

@media only screen and (max-width: 768px) {
.current {margin-left: 5px}	
}

.breadcrumb > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) {color: black}

.table--clickout::after {
    content: "** Anzeige";
    font-size: 12px;
    color: rgba(0,0,0,0.25);
}

.mobile-search-form {
	display:none;
}

@media screen and (max-width: 600px) {
	.wp-block-embed__wrapper > div {
		padding:inherit!important;
		position:initial;
	}

	.wp-block-embed__wrapper::before {
		background-color: #000;
	}

	.cmplazypreviewiframe[style*="inline-block"] {
		width:100%!important;
	}	
	
	.cmplazypreviewmsginner {
		max-width: 100%!important;
		width: auto!important;
	}
}

.wp-block-embed {text-align: center}

		#bkat-afs:not(:empty) {
			margin: 10px 0;
			clear: both;
		}
		#bkat-afs:not(:empty):before {
				content: 'Web-Ergebnisse';
				margin: 5px 0;
				font-size: 14px;
				font-weight: bold;
				display: block;
		}

#bkat-afs {width: auto !important; padding: 5%}

.mobile-search-form__body input {line-height: 2rem}

/* styling for pagination in the search template */

.searchPagePagination {
    text-align: center;
    border-top: 1px solid #2361a1;
    padding: 30px 0px;
}

.searchPagePagination a.page-numbers {
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #2361a1;
    background-color: #fff;
    border: 1px solid #2361a1;
	margin: 0px 3px;
}

.searchPagePagination span.page-numbers.current {
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #2361a1;
    background-color: #d88b4f;
    border: 1px solid #2361a1;
    margin-left: -1px;
}
/* 404-page styling */
.template-fourohfour .breadcrumb, .template-fourohfour .share-btns {display: none}
.list-404 > li {margin: 15px 0px;}

.search-404, html body.template-search div.container div.columns div.content div.archive_intro.post_box.grt.top div.archive_content.test form#searchform.searchform div input#s {font-size: 1em;
float: left;
width: 300px;
font-family: inherit;
line-height: 1em;
font-weight: inherit;
color: #111111;
border: 1px solid #dddddd;
background-color: white;
padding: 0.6em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
	box-sizing: border-box;}

form#searchform.searchform div button, form#searchform.searchform div input#searchsubmit {
background-color: #b20000;
width: 50px;
height: 35px;
text-transform: capitalize;
border-radius: 0;
cursor: pointer;
border: 0;
-webkit-appearance: none;
color: white;	
}

@media all and (max-width: 480px) { .search-404, html body.template-search div.container div.columns div.content div.archive_intro.post_box.grt.top div.archive_content.test form#searchform.searchform div input#s {width: 230px} }

.rp4wp_component_title {margin: 10px 0px 2.5px; font-size: 1rem;}

div.rp4wp-related-posts.rp4wp-related-page > h3, div.rp4wp-related-posts.rp4wp-related-post > h3 {background-color: lightgrey;} 

.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area, .grt .footnotes {font-size: 16.5px; line-height: 1.725;
text-rendering: optimizeLegibility;
}

.sidebar .menu a {font-size: 15.5px; line-height: 1.5}

@media only screen and (max-width: 768px) { #block-2 {order: 1} }

.page-numbers {
    border: 1px solid #b20000;
    padding: 10px;
	font-size: 15px;
}

@media only screen and (max-width: 768px) {
	.wp-block-heading {clear: both}
}	

@media only screen and (max-width: 768px) {
.wp-element-caption {font-style: italic}
}	

@media only screen and (max-width: 768px) {
.alignleft, .alignright {margin: 0 auto !important; float: none !important}
}	

@media only screen and (max-width: 768px) {
	.wp-block-image {margin-bottom: 15px; background: #F5F5F5 }
}

@media only screen and (max-width: 768px) {
	.attribution {text-align: center}
}	

div.rp4wp-related-posts.rp4wp-related-page > ul > li > div > a:hover {text-decoration: underline !important}

.footer {text-align: center}

.figcaption {font-style: italic}

@media only screen and (max-width: 768px) { .figcaption {text-align: center} }

/* Progress Bar Container */
.progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #e0e0e0; /* Background color of the progress container */
    z-index: 9999;
}

/* Progress Bar */
.progress-bar {
    height: 100%;
    width: 0;
    background-color: #4caf50; /* Color of the progress bar */
    transition: width 0.1s ease-out; /* Smooth width transition */
}

.blockquote > ol > li {color: black !important;}