/*
 * EMBERS REMAIN – global.css
 * Bereinigte Arbeitsversion
 *
 * Entfernt:
 * - nicht mehr verwendetes MyBB-Standard-Header/#panel/#logo/#search-CSS
 * - von Embers-Regeln vollständig überschriebene Master-Regeln
 * - doppelte Embers-Selektoren (zusammengeführt; spätere Werte gewinnen)
 * - Thread-Legende und alte Thread-Icon-Zelle, die im Template nicht mehr genutzt werden
 *
 * MyBB-Core-Regeln für noch nicht umgestaltete Bereiche bleiben bewusst erhalten.
 */

html {
	background: #211e23;
}

body {
	background:
		radial-gradient(
			circle at top center,
			rgba(89, 73, 78, .18) 0%,
			rgba(40, 37, 43, .08) 38%,
			transparent 68%
		),
		#28252b;

	color: #d5cfca;
}

a:link {
	color: #0072BC;
	text-decoration: none;
}

a:visited {
	color: #0072BC;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0072BC;
	text-decoration: underline;
}

#container {
	color: #333;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	min-width: 990px;
	background: transparent;
}

.wrapper {
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	background: transparent;
}



#content {
	background: transparent;
	width: auto !important;
	padding: 20px 10px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 60px;
}





















































#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#footer {
	clear: both;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
	background: #efefef;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 6px;
	font-size: 12px;
	overflow: hidden;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #777;
}

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .language select {
	border-color: #ccc;
}

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .theme select {
	border-color: #ccc;
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 4px 0 0 0;
}

#footer .lower {
	color: #666;
	padding: 6px 6px 12px 6px;
	overflow: hidden;
	font-size: 11px;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #444;
	font-weight: bold;
}

#footer .lower a:hover,
#footer .lower a:active {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#footer .lower #current_time {
	float: right;
	color: #888;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}







.forum_offclose {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_minioffclose {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

table {
	color: #333;
	font-size: 13px;
}



.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}



.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #ffffff;
	text-decoration: underline;
}



.tcat a:link {
	color: #fff;
}

.tcat a:visited {
	color: #fff;
}

.tcat a:hover,
.tcat a:active {
	color: #fff;
}

.trow1 {
	background: #f5f5f5;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}



.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.thread_start_datetime {
	color: #999;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}





.tfoot a:link {
	color: #444;
	text-decoration: none;
}

.tfoot a:visited {
	color: #444;
	text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
	color: #444;
	text-decoration: underline;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	color: #333;
	font-size: 12px;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
	text-decoration: underline;
}

.navigation .active {
	color: #333;
	font-size: small;
	font-weight: bold;
}



.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #ddd;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #ffffff;
	padding: 3px;
	border: 1px solid #ccc;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	background: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #bbb;
	color: #333;
	outline: 0;
}

button:hover,
input.button:hover {
	border-color: #aaa;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
	width: 500px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}



.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 10px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.imminent_banned {
	color: #880000;
}

.high_banned {
	color: #FF0000;
}

.moderate_banned {
	color: #FF6600;
}

.low_banned {
	color: #008000;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current,
.pagination a {
	padding: 3px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #f5f5f5;
	border: 1px solid #ccc;
}

.pagination .pagination_current {
	background: none;
	color: #333;
	border: none;
	font-weight: bold;
}

.pagination a:hover {
	background: #0072BC;
	color: #fff;
	border-color: #263c30;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}







.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.deleted_post_hidden {
	border-top: 2px solid #ccc;
	padding: 15px;
}

.deleted_post_collapsed {
	border-top: 3px solid #333;
	padding: 15px;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px;
}

.deleted_post_collapsed .show_deleted_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #ccc;
	background: #f5f5f5;
	padding: 5px;
	overflow: hidden;
}

.post.classic .post_author {
	border: 1px solid #ddd;
	float: left;
	width: 15%;
	margin: 0 1% 15px 0;
	border-left: 0;
	padding: 5px 1%;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	border-top: 1px dotted #ccc;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 4px;
}

.post .post_head span.post_date {
	color: #666;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
}

.post.classic .post_content {
	float: left;
	width: 79%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #ddd;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 2px;
	font-size: 11px;
	background: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #ccc;
	color: #555;
}

.postbit_buttons > a:hover {
	border-color: #bbb;
}

.postbit_buttons a span {
	padding-left: 20px;
	display: inline-block;
	height: 16px;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

.postbit_buttons a.postbit_find span {
	background-position: 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
	background-position: 0 -20px;
}

.postbit_buttons a.postbit_email span {
	background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
	background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
	background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
	background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
	background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
	background-position: 0 -140px;
}

.postbit_buttons a.postbit_edit span {
	background-position: 0 -160px;
}

.postbit_buttons a.postbit_qdelete span {
	background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
	background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
	background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
	background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
	background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
	background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
	background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
	background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
	background-position: 0 -320px;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #000;
	font-size: 14px;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.poll_votedfor {
	background: #efefef;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed;
}
.jGrowl.top-left {
	left: 0px;
	top: 0px;
}
.jGrowl.top-right {
	right: 0px;
	top: 0px;
}
.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}
.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}
.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}
.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break: break-all;
}
.jGrowl .jGrowl-notification {
	min-height: 40px;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: lightgreen;
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
    background: yellow;
    border: 1px solid yellow;
	color: #333;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
	}
}

/** jGrowl End **/

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
	z-index: 2;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #777777;
}
iframe.jqifade{
	display:block;
	z-index:-1;
}
div.jqi{
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 7px;
}
div.jqi .jqicontainer{
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto;
}
div.jqi .jqibuttonshide{
	display: none;
}
div.jqi .jqibuttons{
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button{
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}
div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}
div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}
.jqiwarning .jqi .jqibuttons{
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }

/** Impromptu End */

/* =========================
   EMBERS REMAIN – INDEX BASIS
   ========================= */



/* Große Kategorieüberschrift */

.thead {
	background:
		linear-gradient(
			rgba(255,255,255,.025),
			rgba(0,0,0,.08)
		),
		#595354;

	color: #e0d8d2;

	border: 0;
	border-bottom: 2px solid #9a8169;

	padding: 11px 14px;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: .3px;
}

.thead a:link,
.thead a:visited,
.thead a:hover,
.thead a:active {
	color: #e0d8d2;
	text-decoration: none;
}

/* Tabellenkopf: Forum | Themen | Beiträge | Letzter Beitrag */

.tcat {
	background: #292627;

	color: #aaa19b;

	border: 0;
	border-bottom: 1px solid #474142;

	padding: 7px 10px;

	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1.5px;

	text-transform: uppercase;
}

.tcat a:link,
.tcat a:visited,
.tcat a:hover,
.tcat a:active {
	color: #aaa19b;
	text-decoration: none;
}

/* Forenzeilen */



.trow2 {
	background: #302d2e;
}

.trow1:hover,
.trow2:hover {
	background: #393435;
}

/* Links innerhalb der Forenzeilen */

.trow1 a,
.trow2 a {
	color: #c8ad94;
	text-decoration: none;
}

.trow1 a:hover,
.trow2 a:hover {
	color: #e0d8d2;
}

/* Forumtitel */



/* kleine Beschreibung */

.smalltext {
	color: #aaa19b;
	font-size: 10px;
	line-height: 1.55;
}

/* Tabellenfuß */

.tfoot {
	background: #292627;

	color: #aaa19b;

	border: 0;
	border-top: 1px solid #484243;

	padding: 8px;
}

/* Kategorieabstände */



/* Forenstatus links */







.forum_offclose,
.forum_offlink {
	background: #393536 !important;
}

/* Statistiken */



/* Collapse-Icon rechts */

.expcolimage {
	opacity: .65;

	transition:
		opacity .2s ease,
		transform .2s ease;
}

.expcolimage:hover {
	opacity: 1;
	transform: rotate(90deg);
}

/* =========================
   EMBERS REMAIN – FORENZEILEN
   ========================= */



/* Forentitel */

.trow1 strong a,
.trow2 strong a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	color: #ded5cf;
	line-height: 1.2;
	transition: color .2s ease;
}

.trow1 strong a:hover,
.trow2 strong a:hover {
	color: #b79b84;
}

/* Beschreibung */

.trow1 .smalltext,
.trow2 .smalltext {
	margin-top: 3px;

	font-size: 10px;
	line-height: 1.5;

	color: #aaa19b;
}

/* Zahlen */

.trow1[align="center"],
.trow2[align="center"] {
	color: #b7aeaa;
	font-size: 11px;
}

/* Letzter Beitrag */

.trow1[align="right"],
.trow2[align="right"] {
	font-size: 10px;
	line-height: 1.5;
}

/* sanfte Trennung zwischen Forenzeilen */

.trow1,
.trow2 {
	background: #343031;
	color: #cfc8c3;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.055);
	padding-top: 10px;
	padding-bottom: 10px;
	transition: background .2s ease;
}

/* Status-Kreis */

.forum_status {
	display: inline-block;

	width: 26px;
	height: 26px;

	border-radius: 50%;
	background: transparent !important;

	border: 2px solid #575152;

	box-shadow:
		inset 0 0 0 3px #343031;

	box-sizing: border-box;

	opacity: .9;

	transition:
		border-color .2s ease,
		box-shadow .2s ease;
}

.forum_on {
	background: #9a8169 !important;
	border-color: #a38871;
	box-shadow: inset 0 0 0 3px #343031,
		0 0 8px rgba(163,136,113,.18);
}

.forum_off {
	background: #454142 !important;
	border-color: #575152;
}

/* =========================
   EMBERS REMAIN – FORUMBIT
   ========================= */

.forum-row td {
	vertical-align: middle;
}

.forum-status-cell {
	width: 44px;
	padding: 12px 4px 12px 10px;
	text-align: center;
}

.forum-main-cell {
	width: auto;
	padding: 12px 15px 12px 8px;
}

.forum-title a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.2;
	color: #ded5cf;
	text-decoration: none;
}

.forum-title a:hover {
	color: #b79b84;
}

.forum-description {
	margin-top: 4px;
	max-width: 720px;

	font-size: 10px;
	line-height: 1.55;

	color: #aaa19b;

        text-align: justify;
}

.forum-stats-cell {
	width: 105px;
	padding: 10px 18px;
	border: 0;
}



.forum-stat {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 12px;

	padding: 3px 0;
}

.forum-stat-label {
	font-size: 8px;
	letter-spacing: 1.2px;
	text-transform: uppercase;

	color: #817978;
}

.forum-stat-value {
	font-size: 11px;

	color: #d0c9c5;
}

.forum-lastpost-cell,
.forum-lastpost-head {
	width: 225px;
}


.forum-lastpost-cell a {
	color: #c8ad94;
	text-decoration: none;
}

.forum-lastpost-cell a:hover {
	color: #e0d8d2;
}

.forum-stats-head {
	width: 120px;
	text-align: center;
	white-space: nowrap;
}

.forum-lastpost-head {
	width: 210px;
	text-align: right;
	padding-right: 15px;
}

/* =========================
   EMBERS REMAIN – LAST POST
   ========================= */

.forum-lastpost {
	text-align: right;
	line-height: 1.45;
}

/* Threadtitel */

.forum-lastpost-title {
	display: block;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	font-weight: bold;

	color: #c8ad94 !important;
	text-decoration: none;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.forum-lastpost-title:hover {
	color: #e0d8d2 !important;
}

/* Datum */

.forum-lastpost-meta {
	margin-top: 3px;

	font-size: 9px;
	letter-spacing: .3px;

	color: #8f8783;
}

/* Autor */

.forum-lastpost-author {
	margin-top: 1px;

	font-size: 9px;

	color: #77706d;
}

.forum-lastpost-author a {
	color: #b79b84 !important;
	text-decoration: none;
}

.forum-lastpost-author a:hover {
	color: #e0d8d2 !important;
}

/* =========================
   EMBERS REMAIN – SUBFOREN
   ========================= */

.subforums {
	display: flex;
	align-items: flex-start;
	gap: 10px;

	margin-top: 7px;
}

.subforums-label {
	flex: 0 0 auto;

	font-size: 8px;
	letter-spacing: 1.3px;
	text-transform: uppercase;

	color: #817978;
}

.subforums-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 12px;

	font-size: 9px;
	line-height: 1.4;
}

.subforums-list a {
	color: #b79b84 !important;
	text-decoration: none;

	transition: color .2s ease;
}

.subforums-list a:hover {
	color: #e0d8d2 !important;
}

/* einzelnes Unterforum */

.subforum-item {
	display: inline-flex;
	align-items: center;
	gap: 5px;

	white-space: nowrap;
}

.subforum-item a {
	color: #b79b84 !important;
	text-decoration: none;

	font-size: 9px;
	letter-spacing: .2px;

	transition: color .2s ease;
}

.subforum-item a:hover {
	color: #e0d8d2 !important;
}

/* MyBB Statusicon der Unterforen */

.subforum-item img {
	width: 7px;
	height: 7px;

	opacity: .5;
	object-fit: contain;
}

/* =========================
   EMBERS REMAIN – FORUMDISPLAY
   ========================= */

.forumdisplay-topbar,
.forumdisplay-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;

	margin: 10px 0;
}

.threadlist-table {
	margin-top: 8px;
}

/* Kopfbereich */

.threadlist-head-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: normal;
	color: #e0d8d2;
}

.threadlist-head-actions {
	float: right;

	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .6px;
}

.threadlist-head-actions a {
	color: #b79b84 !important;
	text-decoration: none;
}

.threadlist-head-actions a:hover {
	color: #e0d8d2 !important;
}

/* Spaltenüberschriften */

.thread-topic-head {
	text-align: left;
}

.thread-activity-head {
	width: 120px;
	text-align: center;
	white-space: nowrap;
}

.thread-lastpost-head {
	width: 220px;
	text-align: right;
	padding-right: 15px;
}

/* Unterer Werkzeugbereich */

.forumdisplay-tools {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;

	margin-top: 14px;
	padding: 12px 14px;

	background: #292627;
	border: 1px solid #403b3c;

	box-sizing: border-box;
}

.forumdisplay-tools-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}


/* =========================
   EMBERS REMAIN – THREAD ROW
   ========================= */

.thread-row td {
	vertical-align: middle;
	border-bottom: 1px solid rgba(255,255,255,.045);
}

/* Status */





/* Thread */

.thread-main-cell {
	padding: 12px 15px 12px 8px;
}

.thread-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	line-height: 1.25;
}

.thread-title a {
	color: #ded5cf !important;
	text-decoration: none;
}

.thread-title a:hover {
	color: #b79b84 !important;
}

.thread-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 8px;

	margin-top: 4px;

	font-size: 9px;
	color: #817978;
}

.thread-author a {
	color: #b79b84 !important;
	text-decoration: none;
}

.thread-start {
	color: #817978;
}

.thread-start::before {
	content: "·";
	margin-right: 8px;
	color: #5f5857;
}

/* Aktivität */

.thread-activity-cell {
	width: 120px;
	padding: 10px 18px;
}

.thread-stat {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 12px;

	padding: 3px 0;
}

.thread-stat-label {
	font-size: 8px;
	letter-spacing: 1.1px;
	text-transform: uppercase;

	color: #817978;
}

.thread-stat-value {
	font-size: 10px;

	color: #d0c9c5;
}

.thread-stat-value a {
	color: #d0c9c5 !important;
	text-decoration: none;
}

.thread-stat-value a:hover {
	color: #b79b84 !important;
}

/* letzter Beitrag */

.thread-lastpost-cell {
	width: 220px;
	padding: 10px 15px;

	text-align: right;

	font-size: 9px;
	line-height: 1.45;
}

.thread-lastpost-date {
	color: #8f8783;
}







/* Threadstatus im Forumdisplay */

.thread-status-cell {
	width: 42px;
	padding: 12px 6px 12px 14px;
	text-align: center;
}

.thread-status-cell .thread_status {
	display: block;

	width: 26px;
	height: 26px;

	margin: 0 auto;

	border-radius: 50%;
	border: 2px solid #575152;

	background: transparent !important;

	box-shadow:
		inset 0 0 0 3px #343031;

	box-sizing: border-box;

	opacity: .9;

	transition:
		border-color .2s ease,
		box-shadow .2s ease;
}

/* Neue Beiträge */

.thread-status-cell .newfolder,
.thread-status-cell .newhotfolder {
	border-color: #a38871;

	box-shadow:
		inset 0 0 0 3px #343031,
		0 0 8px rgba(163,136,113,.18);
}

/* Geschlossene Themen */

.thread-status-cell .closefolder {
	border-color: #4c4748;
	opacity: .55;
}

.thread-lastpost-date a {
	color: #8f8783 !important;
	text-decoration: none;
}

.thread-lastpost-date a:hover {
	color: #b79b84 !important;
}

.thread-lastpost-author {
	margin-top: 3px;
	color: #77706d;
}

.thread-lastpost-author a {
	color: #b79b84 !important;
	text-decoration: none;
}

.thread-lastpost-author a:hover {
	color: #e0d8d2 !important;
}

/* =========================
   EMBERS REMAIN – NEW THREAD
   ========================= */

a.new_thread_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-width: 125px;
	height: 32px;
	padding: 0 18px;

	box-sizing: border-box;

	background: #454142 !important;
	border: 1px solid #6b6260 !important;
	border-radius: 0;

	color: #d8d0ca !important;

	font-family: Calibri, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none !important;

	box-shadow: none !important;

	transition:
		background .2s ease,
		border-color .2s ease,
		color .2s ease;
}

a.new_thread_button span {
	color: inherit !important;
	background: none !important;
	padding: 0 !important;
}

a.new_thread_button:hover {
	background: #504a4b !important;
	border-color: #9a8169 !important;
	color: #e4ded9 !important;
}

/* =========================
   EMBERS REMAIN – FORUMSORT
   ========================= */

.forum-sort-form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 7px;
}

.forum-sort-form select {
	height: 30px;
	padding: 0 28px 0 10px;

	background: #343031;
	color: #cfc8c3;

	border: 1px solid #514b4b;
	border-radius: 0;

	font-family: Calibri, Arial, sans-serif;
	font-size: 9px;
	letter-spacing: .4px;

	outline: none;

	cursor: pointer;

	transition:
		background .2s ease,
		border-color .2s ease,
		color .2s ease;
}

.forum-sort-form select:hover,
.forum-sort-form select:focus {
	background: #3b3738;
	border-color: #9a8169;
	color: #e4ded9;
}

.forum-sort-form option {
	background: #343031;
	color: #d5cfca;
}

/* Footerfläche der Sortierung */

.threadlist-table .tfoot {
	background: #292627;
	border-top: 1px solid rgba(255,255,255,.05);
	padding: 8px 10px;
}

/* =========================
   THREAD SEPARATORS
   Wichtige / Normale Themen
   ========================= */

.trow_sep {
	background: #292627 !important;

	padding: 8px 12px !important;

	border-top: 1px solid #514b4b;
	border-bottom: 1px solid #3d393a;

	color: #b79b84 !important;

	font-family: Calibri, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;

	letter-spacing: 1.5px;
	text-transform: uppercase;

	box-sizing: border-box;
}

/* =========================
   EMBERS REMAIN – INLINE MOD
   ========================= */

.inline-mod-form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 7px;

	font-size: 9px;
	color: #8f8783;
}

/* Label */

.inline-mod-form .smalltext {
	font-size: 9px;
	color: #8f8783;
}

.inline-mod-form .smalltext strong {
	font-weight: normal;
	letter-spacing: .8px;
	text-transform: uppercase;
}

/* Dropdown */

.inline-mod-form select {
	height: 30px;
	min-width: 230px;
	padding: 0 30px 0 10px;

	background: #343031;
	color: #cfc8c3;

	border: 1px solid #514b4b;
	border-radius: 0;

	font-family: Calibri, Arial, sans-serif;
	font-size: 9px;
	letter-spacing: .4px;

	outline: none;
	cursor: pointer;

	transition:
		background .2s ease,
		border-color .2s ease,
		color .2s ease;
}

.inline-mod-form select:hover,
.inline-mod-form select:focus {
	background: #3b3738;
	border-color: #9a8169;
	color: #e4ded9;
}

.inline-mod-form option {
	background: #343031;
	color: #d5cfca;
}

/* Buttons */

.inline-mod-form input.button {
	height: 30px;
	padding: 0 12px;

	background: #454142 !important;
	color: #d8d0ca !important;

	border: 1px solid #5c5554 !important;
	border-radius: 0;

	box-shadow: none !important;

	font-family: Calibri, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: .7px;
	text-transform: uppercase;

	cursor: pointer;

	transition:
		background .2s ease,
		border-color .2s ease,
		color .2s ease;
}

.inline-mod-form input.button:hover {
	background: #504a4b !important;
	border-color: #9a8169 !important;
	color: #e4ded9 !important;
}

/* "Los (0)" etwas stärker hervorheben */

.inline-mod-form #inline_go {
	color: #c8ad94 !important;
}

/* =========================
   EMBERS REMAIN – FORUM SEARCH
   ========================= */

.forum-search-form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;

	font-size: 9px;
	color: #8f8783;
}

/* Label */

.forum-search-form .smalltext {
	font-size: 9px;
	color: #8f8783;
}

.forum-search-form .smalltext strong {
	font-weight: normal;
	letter-spacing: .8px;
	text-transform: uppercase;
}

/* Suchfeld */

.forum-search-form input.textbox {
	width: 230px;
	height: 30px;

	padding: 0 10px;
	box-sizing: border-box;

	background: #343031 !important;
	color: #cfc8c3 !important;

	border: 1px solid #514b4b !important;
	border-radius: 0;

	font-family: Calibri, Arial, sans-serif;
	font-size: 9px;

	outline: none;

	transition:
		background .2s ease,
		border-color .2s ease,
		color .2s ease;
}

.forum-search-form input.textbox:hover,
.forum-search-form input.textbox:focus {
	background: #3b3738 !important;
	border-color: #9a8169 !important;
	color: #e4ded9 !important;
}

/* Los-Button */

.forum-search-form input.button {
	height: 30px;
	padding: 0 12px;

	background: #454142 !important;
	color: #c8ad94 !important;

	border: 1px solid #5c5554 !important;
	border-radius: 0;

	box-shadow: none !important;

	font-family: Calibri, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;

	letter-spacing: .7px;
	text-transform: uppercase;

	cursor: pointer;

	transition:
		background .2s ease,
		border-color .2s ease,
		color .2s ease;
}

.forum-search-form input.button:hover {
	background: #504a4b !important;
	border-color: #9a8169 !important;
	color: #e4ded9 !important;
}

/* =========================
   EMBERS REMAIN – FORUM JUMP
   ========================= */

.forum-jump-form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;

	font-size: 9px;
	color: #8f8783;
}

.forum-jump-form .smalltext {
	font-size: 9px;
	color: #8f8783;
}

.forum-jump-form .smalltext strong {
	font-weight: normal;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.forum-jump-form select {
	height: 30px;
	min-width: 230px;

	padding: 0 30px 0 10px;

	background: #343031;
	color: #cfc8c3;

	border: 1px solid #514b4b;
	border-radius: 0;

	font-family: Calibri, Arial, sans-serif;
	font-size: 9px;
	letter-spacing: .4px;

	outline: none;
	cursor: pointer;

	transition:
		background .2s ease,
		border-color .2s ease,
		color .2s ease;
}

.forum-jump-form select:hover,
.forum-jump-form select:focus {
	background: #3b3738;
	border-color: #9a8169;
	color: #e4ded9;
}

.forum-jump-form option {
	background: #343031;
	color: #d5cfca;
}

.forum-jump-form input.button {
	height: 30px;
	padding: 0 12px;

	background: #454142 !important;
	color: #c8ad94 !important;

	border: 1px solid #5c5554 !important;
	border-radius: 0;

	box-shadow: none !important;

	font-family: Calibri, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: .7px;
	text-transform: uppercase;

	cursor: pointer;

	transition:
		background .2s ease,
		border-color .2s ease,
		color .2s ease;
}

.forum-jump-form input.button:hover {
	background: #504a4b !important;
	border-color: #9a8169 !important;
	color: #e4ded9 !important;
}

/* =========================
   EMBERS REMAIN – KATEGORIEN
   ========================= */



.category-heading {
	position: relative;
	text-align: center;

	margin-bottom: 14px;
}

.category-heading-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;

	line-height: 1.1;
}

.category-heading-title a {
	color: #d8b9a2;
	text-decoration: none;

	text-shadow:
		0 1px 0 rgba(255,255,255,.03),
		0 3px 9px rgba(0,0,0,.18);

	transition: color .2s ease;
}

.category-heading-title a:hover {
	color: #e4d4ca;
}

.category-heading-line {
	display: flex;
	align-items: center;
	justify-content: center;

	gap: 8px;

	margin: 8px auto 0 auto;
	width: 340px;
	max-width: 70%;
}

.category-heading-line span {
	display: block;

	width: 100%;
	height: 1px;

	background:
		linear-gradient(
			to right,
			transparent,
			#9a8169
		);
}

.category-heading-line span:last-child {
	background:
		linear-gradient(
			to left,
			transparent,
			#9a8169
		);
}

.category-heading-line i {
	display: block;
	flex: 0 0 5px;

	width: 5px;
	height: 5px;

	background: #c94e32;

	border: 1px solid #e09a73;

	transform: rotate(45deg);

	box-sizing: border-box;

	box-shadow:
		0 0 7px rgba(201, 78, 50, .65),
		0 0 14px rgba(201, 78, 50, .25);
}

.category-heading-description {
	margin-top: 7px;

	font-size: 9px;
	letter-spacing: .4px;

	color: #8f8783;
}

/* eigentliche Tabelle */

.category-table {
	border-collapse: separate;
	border-spacing: 0 6px;
}

/* Kopfzeile deutlich reduzierter */

.category-table .tcat {
	background: #292627;

	border-top: 1px solid rgba(255,255,255,.025);
	border-bottom: 1px solid rgba(255,255,255,.045);

	padding-top: 7px;
	padding-bottom: 7px;
}

.category-block {
	margin: 26px 0 44px 0;
}

/* =========================
   EMBERS REMAIN – BREADCRUMB
   ========================= */

.storm-breadcrumb {
	margin: 14px 0 8px 0;
	padding: 0;

	font-size: 9px;
	letter-spacing: .8px;
	text-transform: uppercase;

	color: #817978;
}

.storm-breadcrumb .navigation {
	margin: 0;
	padding: 0;

	font-size: inherit;
	color: inherit;
}

.storm-breadcrumb .navigation a {
	color: #9f8b7b;
	text-decoration: none;

	transition: color .2s ease;
}

.storm-breadcrumb .navigation a:hover {
	color: #c98a68;
}

.storm-breadcrumb .navigation .active {
	color: #b8afaa;

	font-size: inherit;
	font-weight: normal;
}

/* Forenboxen kantiger */

.tborder {
	width: 100%;
	margin: 0 0 18px 0;
	background: #2b2829;
	border: 1px solid #4f4949;
	border-collapse: separate;
	border-spacing: 0;
	box-sizing: border-box;
	border: 1px solid rgba(154, 129, 105, .35);
	border-radius: 0;

	clip-path: polygon(
		8px 0,
		calc(100% - 8px) 0,
		100% 8px,
		100% calc(100% - 8px),
		calc(100% - 8px) 100%,
		8px 100%,
		0 calc(100% - 8px),
		0 8px
	);
}

/* obere Ecken */
.tborder .thead:first-child {
	border-radius: 1px 1px 0 0;
}

/* einzelne Zeilen nicht zusätzlich abrunden */
.forum-row,
.forum-row td {
	border-radius: 0;
}

/* =========================
   EMBERS REMAIN – FORUM CARD
   größer / großzügiger
   ========================= */

.forum-row td {
	background: #302d2f !important;
	border-top: 1px solid rgba(154, 129, 105, .22);
	border-bottom: 1px solid rgba(154, 129, 105, .22);
	vertical-align: middle;
}

.forum-row td:first-child {
	border-left: 1px solid rgba(154, 129, 105, .22);
}

.forum-row td:last-child {
	border-right: 1px solid rgba(154, 129, 105, .22);
}

.forum-row:hover td {
	background: #353133 !important;
}


/* STATUS */

.forum-status-cell {
	width: 58px;
	padding: 22px 10px 22px 18px;
	text-align: center;
}


/* FORUM */

.forum-main-cell {
	padding: 20px 28px 20px 12px;
}

.forum-title {
	margin-bottom: 7px;
}

.forum-title a {
	font-family: Georgia, "Times New Roman", serif;

	font-size: 20px;
	line-height: 1.15;
	font-weight: normal;

	color: #e2d7d0 !important;
	text-decoration: none;
}

.forum-title a:hover {
	color: #c98a68 !important;
}

.forum-description {
	max-width: 760px;

	font-size: 11px;
	line-height: 1.6;

	color: #aaa19b;
}


/* STATISTIK */

.forum-stats-cell {
	width: 145px;
	padding: 18px 24px;
}

.forum-stat {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;

	gap: 18px;
	padding: 4px 0;
}

.forum-stat-label {
	font-size: 9px;
	letter-spacing: 1.4px;
	text-transform: uppercase;

	color: #837a77;
}

.forum-stat-value {
	font-size: 12px;
	color: #ddd5cf;
}


/* LETZTER BEITRAG */

.forum-lastpost-cell {
	width: 245px;
	padding: 18px 22px;

	text-align: right;
	line-height: 1.5;
}

.forum-lastpost-cell .smalltext {
	font-size: 10px;
	line-height: 1.5;
}

.forum-lastpost-cell strong,
.forum-lastpost-cell strong a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;

	color: #d1ad91 !important;
}


/* ABSTAND ZWISCHEN FOREN */

.category-table {
	border-collapse: separate;
	border-spacing: 0 7px;
}

/* =========================
   STORM MINI CALENDAR – GRID
   ========================= */

.index-minicalendar .stormmc-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);

	gap: 0;

	width: 100%;

	margin-top: 14px;

	border-top: 1px solid rgba(154,129,105,.22);
	border-left: 1px solid rgba(154,129,105,.12);

	background: transparent;
}


/* Wochentage */

.index-minicalendar .stormmc-wd {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 34px;

	border-right: 1px solid rgba(154,129,105,.12);
	border-bottom: 1px solid rgba(154,129,105,.18);

	font-size: 8px;
	letter-spacing: 1.4px;
	text-transform: uppercase;

	color: #8f8580;
}


/* Tage */

.index-minicalendar .stormmc-day {
	position: relative;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	min-width: 0;
	height: 58px;

	margin: 0;
	padding: 5px;

	background: transparent;
	border: 0;

	border-right: 1px solid rgba(154,129,105,.10);
	border-bottom: 1px solid rgba(154,129,105,.10);

	box-sizing: border-box;

	color: #aaa19b;

	font-family: inherit;

	cursor: default;
}


/* leere Felder */

.index-minicalendar .stormmc-day.is-empty {
	opacity: .25;
}


/* Tageszahl */

.index-minicalendar .stormmc-daynum {
	font-family: Georgia, "Times New Roman", serif;

	font-size: 13px;
	line-height: 1;

	color: #aaa19b;
}


/* Tage mit Ereignissen */

.index-minicalendar button.stormmc-day.has-events {
	cursor: pointer;

	transition:
		background .18s ease,
		color .18s ease;
}

.index-minicalendar button.stormmc-day.has-events:hover {
	background: rgba(255,255,255,.025);
}

.index-minicalendar button.stormmc-day.has-events:hover .stormmc-daynum {
	color: #d8d0ca;
}


/* Punkte */

.index-minicalendar .stormmc-dots {
	display: flex;
	align-items: center;
	justify-content: center;

	gap: 3px;

	min-height: 8px;
	margin-top: 6px;
}

.index-minicalendar .stormmc-dot {
	display: block;

	width: 5px;
	height: 5px;

	border-radius: 50%;

	box-shadow: 0 0 5px rgba(255,255,255,.08);
}


/* Eventfarben */

.index-minicalendar .stormmc-dot-bd {
	background: #cf6f91;
}

.index-minicalendar .stormmc-dot-scene {
	background: #9a69b0;
}

.index-minicalendar .stormmc-dot-moon {
	background: #7897cc;
}

.index-minicalendar .stormmc-dot-plot {
	background: #d0a95e;
}

/* =========================
   INDEX MINICALENDAR – KOMPAKT
   ========================= */

.index-minicalendar {
	width: 100%;
	height: auto !important;
	max-height: none !important;

	margin: 15px 0 35px 0;

	overflow: visible !important;
}

/* Auch mögliche Plugin-Wrapper innerhalb des Index
   nicht auf feste Höhe zwingen */

.index-minicalendar > div {
	height: auto !important;
	max-height: none !important;

	overflow: visible !important;
}


/* Kalender etwas flacher */

.index-minicalendar .stormmc-day {
	height: 44px;
	min-height: 44px;
}


/* Wochentage ebenfalls kompakter */

.index-minicalendar .stormmc-wd {
	height: 28px;
}


/* Punkte etwas näher an die Zahl */

.index-minicalendar .stormmc-dots {
	margin-top: 4px;
}


/* Abstand über dem Grid */

.index-minicalendar .stormmc-grid {
	margin-top: 10px;
}

/* =========================
   STORM MINI CALENDAR – INDEX
   ========================= */

.index-minicalendar .stormmc-pane,
.index-minicalendar .stormmc-cal,
.index-minicalendar .fts-link-list {
	max-height: none !important;
	height: auto !important;

	overflow: visible !important;

	scrollbar-width: auto;
}


/* Gesamter Kalender */

.index-minicalendar .stormmc-cal {
	width: 100%;

	font-size: 12px;
	line-height: 1.4;
}


/* Monatsnavigation */

.index-minicalendar .stormmc-mtabs {
	display: flex;
	align-items: center;
	justify-content: center;

	gap: 8px;

	margin: 8px 0 18px;
}

.index-minicalendar .stormmc-mtab {
	appearance: none;

	padding: 7px 14px;

	background: transparent;

	border: 1px solid rgba(154,129,105,.3);
	border-radius: 0;

	color: #8f8580;

	font-size: 9px;
	letter-spacing: 1.2px;
	text-transform: uppercase;

	opacity: 1;

	cursor: pointer;

	transition:
		background .2s ease,
		border-color .2s ease,
		color .2s ease;
}

.index-minicalendar .stormmc-mtab:hover {
	border-color: rgba(201,138,104,.55);
	color: #d8b49b;
}

.index-minicalendar .stormmc-mtab.is-active {
	background: rgba(154,129,105,.08);

	border-color: #9a8169;

	color: #d8d0ca;

	font-weight: normal;
}


/* Kalendergrid */

.index-minicalendar .stormmc-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);

	gap: 0;

	width: 100%;

	margin-top: 0;

	border-top: 1px solid rgba(154,129,105,.22);
	border-left: 1px solid rgba(154,129,105,.10);
}


/* Wochentage */

.index-minicalendar .stormmc-wd {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 30px;

	padding: 0;

	border-right: 1px solid rgba(154,129,105,.10);
	border-bottom: 1px solid rgba(154,129,105,.18);

	color: #817976;

	font-size: 8px;
	letter-spacing: 1.4px;
	text-transform: uppercase;

	opacity: 1;
}


/* einzelne Tage */

.index-minicalendar .stormmc-day {
	position: relative;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	gap: 3px;

	height: 44px;
	min-height: 44px;

	margin: 0;
	padding: 4px;

	background: transparent;

	border: 0;
	border-right: 1px solid rgba(154,129,105,.08);
	border-bottom: 1px solid rgba(154,129,105,.08);

	border-radius: 0;

	color: #aaa19b;

	box-sizing: border-box;
}


/* unsichtbare Tage */

.index-minicalendar .stormmc-day.is-empty {
	visibility: hidden;
}


/* Tagesnummer */

.index-minicalendar .stormmc-daynum {
	font-family: Georgia, "Times New Roman", serif;

	font-size: 12px;
	line-height: 1;

	color: #c5bbb5;
}


/* Tage mit Inhalt */

.index-minicalendar button.stormmc-day {
	cursor: pointer;
}

.index-minicalendar button.stormmc-day:hover {
	background: rgba(255,255,255,.025);
}

.index-minicalendar button.stormmc-day.is-selected {
	background: rgba(154,129,105,.08);

	outline: 1px solid rgba(154,129,105,.28);
	outline-offset: -1px;
}


/* Punkte */

.index-minicalendar .stormmc-dots {
	display: flex;
	align-items: center;
	justify-content: center;

	gap: 3px;

	height: 6px;

	margin-top: 2px;
}

.index-minicalendar .stormmc-dot {
	width: 5px;
	height: 5px;

	border-radius: 50%;
}


/* Detail / Zusammenfassung unten */

.index-minicalendar .stormmc-detail {
	max-height: none !important;

	margin-top: 10px;
	padding: 12px 0 0;

	overflow: visible !important;

	border-top: 1px solid rgba(154,129,105,.22);
}

.index-minicalendar .stormmc-detail-title {
	margin-bottom: 8px;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;

	color: #c8ad94;
}

.index-minicalendar .stormmc-summary {
	gap: 5px;

	color: #8f8783;

	font-size: 10px;
	display: none !important;

}

.index-minicalendar .stormmc-muted {
	color: #756f6d;

	font-size: 9px;

	opacity: 1;
}

/* =========================
   HEADER – INPLAY COUNTER
   ========================= */

.storm-quicknav-main .index-inplaycount {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;

	margin: 0;
	padding: 0;

	font-size: 10px;
	letter-spacing: 1.8px;
	text-transform: uppercase;

	color: var(--storm-light);
}

.storm-quicknav-main .index-inplaycount li {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;

	gap: 6px;

	margin: 0 !important;
	padding: 0 !important;

	list-style: none !important;

	color: var(--storm-light) !important;

	font-size: 10px !important;
	line-height: 1 !important;
	letter-spacing: 1.8px !important;

	white-space: nowrap;
}

.storm-quicknav-main .index-inplaycount li::marker {
	content: "";
}

.storm-quicknav-main .index-inplaycount a {
	display: inline !important;

	width: auto !important;

	margin: 0 !important;
	padding: 0 !important;

	color: var(--storm-light) !important;

	font-size: 10px !important;
	line-height: 1 !important;
	letter-spacing: 1.8px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
}

.storm-quicknav-main .index-inplaycount a:hover {
	color: #c98a68 !important;
}

/* =========================
   INPLAYZITAT – INDEX
   ========================= */

.index-quote-cell {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

.index-quote {
	position: relative;

	width: 100%;
	margin: 20px 0 38px;
	padding: 28px 38px 24px;

	box-sizing: border-box;

	background:
		linear-gradient(
			90deg,
			rgba(154,129,105,.04),
			transparent 35%
		),
		#292627;

	border-top: 1px solid rgba(154,129,105,.35);
	border-bottom: 1px solid rgba(154,129,105,.18);
}


/* Kopf */

.index-quote-head {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 20px;

	margin-bottom: 20px;
}


/* Charakter */

.index-quote-user {
	font-family: Georgia, "Times New Roman", serif;

	font-size: 20px;
	font-style: italic;
	font-weight: normal;

	color: #d8b49b !important;
}


.index-quote-user span {
	color: #d8b49b !important;
}


.index-quote-user strong {
	color: #d8b49b !important;
}

.index-quote-user a {
	color: #d8b49b !important;
}

/* Übersicht */

.index-quote-overview {
	font-size: 8px;
	letter-spacing: 1.5px;
	text-transform: uppercase;

	color: #9a8c84 !important;
	text-decoration: none !important;
}

.index-quote-overview:hover {
	color: #c98a68 !important;

}


/* Zitat */

.index-quote-text {
	position: relative;

	max-width: 950px;

	padding-left: 28px;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;

	line-height: 1.7;

	color: #cfc7c2;
}

.index-quote-text::before {
	content: "“";

	position: absolute;

	top: -12px;
	left: 0;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	line-height: 1;

	color: rgba(201,138,104,.45);
}


/* Szene */

.index-quote-scene {
	margin-top: 18px;
	padding-top: 10px;

	border-top: 1px solid rgba(255,255,255,.045);

	font-size: 9px;
	letter-spacing: .5px;

	color: #817976;
}

.index-quote-scene a {
	color: #aa9483 !important;
	text-decoration: none;
}

.index-quote-scene a:hover {
	color: #c98a68 !important;
}

/* =========================
   INPLAYZITATE – ÜBERSICHT
   ========================= */

.quotes-page {
	width: 100%;
	margin: 28px auto 60px;
}


/* Seitentitel */

.quotes-page-title {
	margin-bottom: 28px;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-style: italic;
	text-align: center;

	color: #d8b49b;
}


/* =========================
   FILTER
   ========================= */

.quotes-filter {
	margin-bottom: 38px;

	padding: 20px 24px;

	background: #292627;

	border-top: 1px solid rgba(154,129,105,.35);
	border-bottom: 1px solid rgba(154,129,105,.18);
}

.quotes-filter-title {
	margin-bottom: 18px;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;

	color: #d8d0ca;
}

.quotes-filter-form {
	display: grid;
	grid-template-columns: 1fr 1fr auto;

	align-items: end;

	gap: 20px;
}

.quotes-filter-field {
	display: flex;
	flex-direction: column;

	gap: 7px;
}

.quotes-filter-field label {
	font-size: 8px;
	letter-spacing: 1.4px;
	text-transform: uppercase;

	color: #8f8783;
}

.quotes-filter-field select {
	width: 100%;
	height: 34px;

	padding: 0 10px;

	background: #343031;

	border: 1px solid #514b4b;
	border-radius: 0;

	color: #cfc8c3;

	font-size: 10px;

	outline: none;
}

.quotes-filter-field select:focus {
	border-color: #9a8169;
}


/* Suchbutton */

.quotes-filter-submit input {
	height: 34px;

	padding: 0 16px;

	background: #454142 !important;

	border: 1px solid #5c5554 !important;
	border-radius: 0 !important;

	color: #d8b49b !important;

	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;

	cursor: pointer;
}

.quotes-filter-submit input:hover {
	background: #504a4b !important;

	border-color: #9a8169 !important;
}


/* =========================
   ZITATLISTE
   ========================= */

.quotes-list {
	display: flex;
	flex-direction: column;

	gap: 18px;
}

/* =========================
   INPLAYZITATE – EINTRÄGE
   ========================= */

.quote-card {
	display: grid;
	grid-template-columns: 72px 1fr;

	gap: 20px;

	width: 100%;

	padding: 20px 24px;
	box-sizing: border-box;

	background: #302d2f;

	border-top: 1px solid rgba(154,129,105,.25);
	border-bottom: 1px solid rgba(255,255,255,.04);
}

.quote-card + .quote-card {
	margin-top: 16px;
}


/* Avatar */

.quote-card-avatar {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.quote-card-avatar img {
	width: 60px !important;
	height: 60px !important;

	object-fit: cover;

	border: 1px solid rgba(154,129,105,.32);

	filter: saturate(.8) brightness(.9);
}


/* Hauptbereich */

.quote-card-main {
	min-width: 0;
}


/* Kopf */

.quote-card-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;

	gap: 20px;

	margin-bottom: 12px;
}

.quote-card-user {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;

	color: #d8b49b;

	text-transform: uppercase;
	letter-spacing: .3px;
}

.quote-card-user *,
.quote-card-user a {
	color: inherit !important;
}

.quote-card-date {
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;

	color: #8f8783;
}


/* Zitat */

.quote-card-text {
	position: relative;

	padding-left: 22px;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-style: italic;

	line-height: 1.65;

	color: #cfc7c2;
}

.quote-card-text::before {
	content: "“";

	position: absolute;

	top: -6px;
	left: 0;

	font-size: 30px;
	line-height: 1;

	color: rgba(201,138,104,.42);
}


/* Footer */

.quote-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 20px;

	margin-top: 14px;
	padding-top: 10px;

	border-top: 1px solid rgba(255,255,255,.045);
}

.quote-card-scene {
	font-size: 8px;
	letter-spacing: .8px;
	text-transform: uppercase;

	color: #8f8783;
}

.quote-card-scene a {
	color: #b39a88 !important;
	text-decoration: none;
}

.quote-card-scene a:hover {
	color: #c98a68 !important;
}


/* Löschen */

.quote-card-delete {
	font-size: 8px;
	letter-spacing: .8px;
	text-transform: uppercase;

	color: #766f6d;
}

.quote-card-delete a {
	color: #766f6d !important;
	text-decoration: none;
}

.quote-card-delete a:hover {
	color: #c98a68 !important;
}

/* =========================================================
   INPLAYSCENES – PERSÖNLICHE ÜBERSICHT
   EMBERS REMAIN
   ========================================================= */


/* =========================
   GESAMTBEREICH
   ========================= */

.inplayscenes_user-scene-summary {
	width: 100%;
	margin: 25px 0 40px;
	padding: 0;

	background: transparent !important;
	border: 0 !important;

	box-sizing: border-box;
}


/* =========================
   GESAMTZÄHLER
   ========================= */

.inplayscenes_user-scene-summary > .thead {
	padding: 0 0 14px !important;
	margin: 0;

	background: transparent !important;

	border: 0 !important;
	border-bottom: 1px solid rgba(154,129,105,.28) !important;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;

	color: #d8b49b;
}

.inplayscenes_user-scene-summary > .thead i {
	font-style: normal;
	font-weight: normal;

	color: #e0d8d2;
}


/* =========================
   SORTIERUNG
   ========================= */

.inplayscenes_user-scene-sort {
	display: flex;
	align-items: center;
	justify-content: flex-end;

	width: 100%;

	padding: 12px 0 !important;
	margin: 0;

	background: transparent !important;
	border: 0 !important;

	box-sizing: border-box;

	color: #8f8783;

	font-size: 8px;
	letter-spacing: .7px;
	text-transform: uppercase;
}

.inplayscenes_user-scene-sort form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;

	gap: 8px;
	margin: 0;
}

.inplayscenes_user-scene-sort select {
	height: 31px;
	padding: 0 9px;

	background: #343031;

	border: 1px solid #514b4b;
	border-radius: 0;

	color: #cfc8c3;

	font-size: 9px;

	outline: none;
	box-sizing: border-box;
}

.inplayscenes_user-scene-sort select:focus {
	border-color: #9a8169;
}

.inplayscenes_user-scene-sort .button {
	height: 31px;
	padding: 0 13px;

	background: #454142 !important;

	border: 1px solid #5c5554 !important;
	border-radius: 0 !important;

	color: #d8b49b !important;

	font-size: 8px;
	letter-spacing: .9px;
	text-transform: uppercase;

	cursor: pointer;

	transition:
		background .2s ease,
		border-color .2s ease,
		color .2s ease;
}

.inplayscenes_user-scene-sort .button:hover {
	background: #504a4b !important;
	border-color: #9a8169 !important;
	color: #e3bda5 !important;
}


/* =========================================================
   CHARAKTERBLOCK
   ========================================================= */

.inplayscenes_user-character-scenes {
	width: 80%;

	margin: 0 auto 34px;

	background: transparent;

	box-sizing: border-box;
}


/* =========================
   CHARAKTERÜBERSCHRIFT
   ========================= */

.inplayscenes_user-scene-header {
	margin: 0 0 14px;
}

.inplayscenes_user-scene-header .thead {
	padding: 0 0 11px !important;
	margin: 0;

	background: transparent !important;

	border: 0 !important;
	border-bottom: 1px solid rgba(154,129,105,.35) !important;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;

	color: #d8b49b;
}

.inplayscenes_user-scene-header .thead i {
	font-style: normal;
	font-weight: normal;

	font-size: 13px;

	color: #8f8783;
}


/* =========================================================
   INPLAY / AU KATEGORIEN
   ========================================================= */

.inplayscenes_user-scene-category {
	width: 100%;

	margin: 0 0 16px;

	box-sizing: border-box;
}

.inplayscenes_user-scene-category > .tcat {
	padding: 8px 12px !important;

	background: #292627 !important;

	border: 0 !important;
	border-bottom: 1px solid rgba(154,129,105,.18) !important;

	font-size: 8px;
	font-weight: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;

	color: #9f8d80;
}


/* =========================================================
   SZENENTABELLE
   ========================================================= */

.inplayscenes_user-scene-table {
	width: 100%;

	background: #302d2f;

	border: 1px solid rgba(154,129,105,.25);

	box-sizing: border-box;
}


/* =========================
   SPALTENÜBERSCHRIFTEN
   ========================= */

.inplayscenes_user-scene-row.trow2 {
	display: grid;

	grid-template-columns:
		110px
		minmax(0, 1fr)
		210px;

	width: 100%;

	background: #292627 !important;

	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.045);

	box-sizing: border-box;
}

.inplayscenes_user-scene-row.trow2 .inplayscenes_user-scene-col {
	padding: 10px 14px;

	border: 0;

	font-size: 8px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 1px;
	text-transform: uppercase;

	color: #817976;

	box-sizing: border-box;
}

.inplayscenes_user-scene-row.trow2
.inplayscenes_user-scene-col
+ .inplayscenes_user-scene-col {
	border-left: 1px solid rgba(255,255,255,.035);
}

.inplayscenes_user-scene-row.trow2 strong {
	font-weight: normal;
}


/* =========================================================
   EINZELNE SZENE
   ========================================================= */

.inplayscenes_user-scene-row:not(.trow2) {
	display: grid;

	grid-template-columns:
		110px
		minmax(0, 1fr)
		210px;

	width: 100%;

	background: #302d2f;

	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.05);

	box-sizing: border-box;

	transition: background .18s ease;
}

.inplayscenes_user-scene-row:not(.trow2):last-child {
	border-bottom: 0;
}

.inplayscenes_user-scene-row:not(.trow2):hover {
	background: #343031;
}


/* =========================
   ALLGEMEINE SPALTEN
   ========================= */

.inplayscenes_user-scene-col {
	min-width: 0;

	padding: 18px 16px;

	box-sizing: border-box;

	font-size: 10px;
	line-height: 1.6;

	color: #aaa19b;
}

.inplayscenes_user-scene-row:not(.trow2)
.inplayscenes_user-scene-col
+ .inplayscenes_user-scene-col {
	border-left: 1px solid rgba(255,255,255,.045);
}


/* =========================
   ERSTE SPALTE / POSTSTATUS
   ========================= */

.inplayscenes_user-scene-row:not(.trow2)
.inplayscenes_user-scene-col:first-child {
	display: flex;
	align-items: center;
	justify-content: center;

	padding: 18px 10px;

	text-align: center;
}


/* "DU BIST DRAN" */

.inplayscene_next_you {
	display: inline-block;

	min-width: 58px;

	padding: 6px 8px;

	background: rgba(201,138,104,.035);

	border: 1px solid rgba(201,138,104,.45);

	color: #d8b49b !important;

	font-size: 8px;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 1.2px;

	text-transform: uppercase;

	white-space: normal;

	box-sizing: border-box;
}


/* =========================================================
   SZENENINFORMATIONEN
   ========================================================= */

.inplayscenes_user-scene-row:not(.trow2)
.inplayscenes_user-scene-col:nth-child(2) {
	padding: 22px 20px;
}


/* Szenentitel */

.inplayscenes_user-scene-col:nth-child(2)
> strong:first-child {
	font-weight: normal;
}

.inplayscenes_user-scene-col:nth-child(2)
> strong:first-child > a {
	font-family: Georgia, "Times New Roman", serif;

	font-size: 16px;
	font-weight: normal;
	line-height: 1.25;

	color: #d8d0ca !important;

	text-decoration: none;

	transition: color .18s ease;
}

.inplayscenes_user-scene-col:nth-child(2)
> strong:first-child > a:hover {
	color: #c98a68 !important;
}


/* Labels */

.inplayscenes_user-scene-col b {
	font-size: 8px;
	font-weight: normal;
	letter-spacing: .8px;
	text-transform: uppercase;

	color: #817976;
}


/* normale Links */

.inplayscenes_user-scene-col a {
	text-decoration: none;
}


/* Usergruppenfarben nicht zusätzlich fett */

.inplayscenes_user-scene-col a strong {
	font-weight: normal;
}


/* =========================================================
   LETZTER POST
   ========================================================= */

.inplayscenes_user-scene-row:not(.trow2)
.inplayscenes_user-scene-col:last-child {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	padding: 18px 20px;

	text-align: center;

	font-size: 9px;
	line-height: 1.6;

	color: #8f8783;

	word-break: normal !important;
	overflow-wrap: normal !important;
}


/* Link "Zum letzten Beitrag" */

.inplayscenes_user-scene-col:last-child
> strong:first-child {
	display: block;

	width: 100%;

	font-weight: normal;
}

.inplayscenes_user-scene-col:last-child
> strong:first-child > a {
	display: block;

	width: 100%;
	max-width: none;

	margin: 0 0 7px;

	font-family: Georgia, "Times New Roman", serif;

	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;

	color: #c8ad94 !important;

	text-align: center;
	text-decoration: none;

	word-break: normal !important;
	overflow-wrap: normal !important;
	white-space: normal;

	transition: color .18s ease;
}

.inplayscenes_user-scene-col:last-child
> strong:first-child > a:hover {
	color: #c98a68 !important;
}


/* Alle weiteren Inhalte im letzten Post */

.inplayscenes_user-scene-col:last-child a {
	word-break: normal !important;
	overflow-wrap: normal !important;
}


/* =========================================================
   KEINE AKTUELLEN SZENEN
   ========================================================= */

.inplayscenes_user-scene-none {
	padding: 24px;

	background: rgba(255,255,255,.012);

	border: 0;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;

	color: #77706d;

	text-align: center;

	box-sizing: border-box;
}


/* =========================================================
   PERSÖNLICHE EINSTELLUNGEN
   ========================================================= */

.inplayscenes_user-settings,
.inplayscenes-settings {
	margin: 20px 0 30px;

	padding: 20px 24px;

	background: #292627;

	border-top: 1px solid rgba(154,129,105,.35);
	border-bottom: 1px solid rgba(154,129,105,.18);

	box-sizing: border-box;
}

.inplayscenes_user-settings .thead,
.inplayscenes-settings .thead {
	margin-bottom: 18px;

	padding: 0 0 12px !important;

	background: transparent !important;

	border: 0 !important;
	border-bottom: 1px solid rgba(154,129,105,.22) !important;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: normal;

	color: #d8b49b;
}

.inplayscenes_user-settings input[type="text"],
.inplayscenes_user-settings input[type="number"],
.inplayscenes_user-settings select,
.inplayscenes-settings input[type="text"],
.inplayscenes-settings input[type="number"],
.inplayscenes-settings select {
	height: 32px;

	padding: 0 9px;

	background: #343031;

	border: 1px solid #514b4b;
	border-radius: 0;

	color: #cfc8c3;

	font-size: 10px;

	box-sizing: border-box;

	outline: none;
}

.inplayscenes_user-settings input:focus,
.inplayscenes_user-settings select:focus,
.inplayscenes-settings input:focus,
.inplayscenes-settings select:focus {
	border-color: #9a8169;
}

.inplayscenes_user-settings .button,
.inplayscenes-settings .button {
	height: 32px;

	padding: 0 14px;

	background: #454142 !important;

	border: 1px solid #5c5554 !important;
	border-radius: 0 !important;

	color: #d8b49b !important;

	font-size: 8px;
	letter-spacing: .9px;
	text-transform: uppercase;

	cursor: pointer;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 900px) {

	.inplayscenes_user-character-scenes {
		width: 90%;
	}

	.inplayscenes_user-scene-row.trow2,
	.inplayscenes_user-scene-row:not(.trow2) {
		grid-template-columns:
			100px
			minmax(0, 1fr)
			175px;
	}

}


@media screen and (max-width: 680px) {

	.inplayscenes_user-character-scenes {
		width: 100%;
	}

	.inplayscenes_user-scene-row.trow2 {
		display: none;
	}

	.inplayscenes_user-scene-row:not(.trow2) {
		display: block;
	}

	.inplayscenes_user-scene-col {
		border-left: 0 !important;
		border-bottom: 1px solid rgba(255,255,255,.045);
	}

	.inplayscenes_user-scene-row:not(.trow2)
	.inplayscenes_user-scene-col:last-child {
		align-items: flex-start;

		text-align: left;

		border-bottom: 0;
	}

	.inplayscenes_user-scene-col:last-child
	> strong:first-child > a {
		text-align: left;
	}

}

.inplayscenes_user-scene-row .inplayscenes_user-scene-col {
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;

	float: none !important;

	box-sizing: border-box;
}


/* Status */

.inplayscenes_user-scene-row
.inplayscenes_user-scene-col:first-child {
	width: 100% !important;
}


/* Szeneninformationen */

.inplayscenes_user-scene-row
.inplayscenes_user-scene-col:nth-child(2) {
	width: 100% !important;
}


/* letzter Post */

.inplayscenes_user-scene-row
.inplayscenes_user-scene-col:last-child {
	width: 100% !important;
	max-width: none !important;

	word-break: normal !important;
	overflow-wrap: normal !important;
}


/* Links rechts ebenfalls die volle Spalte nutzen */

.inplayscenes_user-scene-row
.inplayscenes_user-scene-col:last-child a {
	width: auto !important;
	max-width: none !important;

	word-break: normal !important;
	overflow-wrap: normal !important;
	white-space: normal !important;
}

/* =========================================================
   MAPS
   EMBERS REMAIN
   ========================================================= */

.storm-maps {
	width: 92%;

	margin: 30px auto 50px;

	box-sizing: border-box;
}


/* =========================
   SEITENTITEL
   ========================= */

.storm-maps-title {
	position: relative;

	margin: 0 0 28px;

	padding: 0 0 14px;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;

	text-align: center;

	color: #d8b49b;

	border-bottom: 1px solid rgba(154,129,105,.35);
}

.storm-maps-title::after {
	content: "◆";

	position: absolute;

	left: 50%;
	bottom: -7px;

	transform: translateX(-50%);

	padding: 0 8px;

	background: #282529;

	color: #c77854;

	font-size: 8px;
	font-style: normal;
}


/* =========================================================
   LAYOUT
   ========================================================= */

.storm-maps-layout {
	display: grid;

	grid-template-columns: 190px minmax(0, 1fr);

	gap: 28px;

	align-items: start;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.storm-maps-nav {
	position: sticky;

	top: 20px;

	padding: 18px 0;

	border-top: 1px solid rgba(154,129,105,.38);
	border-bottom: 1px solid rgba(154,129,105,.22);

	box-sizing: border-box;
}


/* kleine Überschrift */

.storm-maps-nav-label {
	margin: 0 14px 12px;

	font-size: 8px;
	letter-spacing: 1.8px;
	text-transform: uppercase;

	color: #817976;
}


/* Buttons */

.storm-maps-nav .mapslinks {
	position: relative;

	display: flex;
	align-items: center;

	width: 100%;

	gap: 12px;

	margin: 0;
	padding: 11px 14px;

	background: transparent;

	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.035);

	color: #aaa19b;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: normal;

	text-align: left;

	cursor: pointer;

	box-sizing: border-box;

	transition:
		background .2s ease,
		color .2s ease,
		padding-left .2s ease;
}


/* Nummer */

.storm-maps-nav .mapslinks span {
	width: 18px;

	font-family: Arial, sans-serif;
	font-size: 7px;
	letter-spacing: .8px;

	color: #706865;

	transition: color .2s ease;
}


/* Hover */

.storm-maps-nav .mapslinks:hover {
	padding-left: 18px;

	background: rgba(255,255,255,.018);

	color: #d8d0ca;
}


/* aktiv */

.storm-maps-nav .mapslinks.active {
	padding-left: 18px;

	background: rgba(154,129,105,.07);

	color: #d8b49b;
}

.storm-maps-nav .mapslinks.active::after {
	content: "";

	position: absolute;

	right: 0;
	top: 50%;

	width: 18px;
	height: 1px;

	background: #9a8169;
}

.storm-maps-nav .mapslinks.active span {
	color: #c77854;
}


/* =========================================================
   KARTENBEREICH
   ========================================================= */

.storm-maps-content {
	min-width: 0;
}


/* Tabs grundsätzlich verstecken */

.storm-maps-content .tabcontent {
	display: none;
}


/* aktive Karte */

.storm-maps-content .tabcontent.active-map {
	display: block;
}


/* =========================================================
   KARTENKOPF
   ========================================================= */

.storm-map-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;

	gap: 20px;

	margin: 0 0 10px;

	padding: 0 2px 9px;

	border-bottom: 1px solid rgba(154,129,105,.18);
}


/* Weltkarte / Region */

.storm-map-kicker {
	font-size: 7px;
	letter-spacing: 1.8px;
	text-transform: uppercase;

	color: #817976;
}


/* Name */

.storm-map-name {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;

	color: #d8b49b;
}


/* =========================================================
   BILD
   ========================================================= */

.storm-map-image {
	position: relative;

	width: 100%;

	padding: 10px;

	background: #252223;

	border: 1px solid rgba(154,129,105,.30);

	box-sizing: border-box;
}


/* innerer Rahmen */

.storm-map-image::before {
	content: "";

	position: absolute;

	inset: 5px;

	border: 1px solid rgba(255,255,255,.025);

	pointer-events: none;
}


/* Karte */

.storm-map-image img {
	display: block;

	width: 100%;
	height: auto;

	max-width: 100%;

	margin: 0 auto;

	object-fit: contain;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 850px) {

	.storm-maps {
		width: 95%;
	}

	.storm-maps-layout {
		grid-template-columns: 150px minmax(0, 1fr);

		gap: 18px;
	}

}


@media screen and (max-width: 650px) {

	.storm-maps-layout {
		display: block;
	}

	.storm-maps-nav {
		position: static;

		display: flex;
		flex-wrap: wrap;

		gap: 4px;

		margin-bottom: 22px;

		padding: 10px 0;
	}

	.storm-maps-nav-label {
		width: 100%;
	}

	.storm-maps-nav .mapslinks {
		width: auto;

		padding: 8px 10px;

		border: 1px solid rgba(154,129,105,.15);
	}

	.storm-maps-nav .mapslinks:hover,
	.storm-maps-nav .mapslinks.active {
		padding-left: 10px;
	}

	.storm-maps-nav .mapslinks.active::after {
		display: none;
	}

}

/* =========================================================
   FORUMDISPLAY – INGAME THREADLIST
   EMBERS REMAIN
   ========================================================= */


/* =========================
   GESAMTE THREADZEILE
   ========================= */

.thread-row {
	background: #302d2f;

	border-bottom: 1px solid rgba(154,129,105,.14);

	transition: background .18s ease;
}

.thread-row:hover {
	background: #343031;
}


/* Zellen allgemein */

.thread-row > td {
	padding: 16px 14px;

	border: 0 !important;

	box-sizing: border-box;

	vertical-align: middle;
}


/* =========================================================
   STATUS LINKS
   ========================================================= */

.thread-status-cell {
	width: 54px;

	text-align: center;
}

.thread-status-cell .thread_status {
	display: inline-block;

	width: 10px;
	height: 10px;

	margin: 0;

	border: 1px solid rgba(154,129,105,.45);
	border-radius: 50%;

	background: transparent;

	box-sizing: border-box;
}


/* neue Beiträge */

.thread-status-cell .newfolder,
.thread-status-cell .newhotfolder {
	background: #c98a68;

	border-color: #c98a68;

	box-shadow: 0 0 8px rgba(201,138,104,.25);
}


/* geschlossen */

.thread-status-cell .closefolder {
	background: #595354;

	border-color: #756c69;
}


/* =========================================================
   HAUPTBEREICH
   ========================================================= */

.thread-main-cell {
	min-width: 0;
}

.thread-main {
	min-width: 0;
}


/* =========================
   TITEL
   ========================= */

.thread-title {
	margin-bottom: 7px;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.25;
}

.thread-title a {
	color: #d8d0ca !important;

	text-decoration: none;

	transition: color .18s ease;
}

.thread-title a:hover {
	color: #c98a68 !important;
}


/* neue Threads / ungelesen */

.thread-title .subject_new,
.thread-title .new_thread {
	color: #d8b49b;
}


/* Prefix */

.thread-title .prefix,
.thread-title .threadprefix {
	margin-right: 6px;

	font-family: Arial, sans-serif;
	font-size: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;

	color: #9f8d80;
}


/* =========================================================
   META – AUTOR + START
   ========================================================= */

.thread-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

	gap: 6px 14px;

	font-size: 9px;
	line-height: 1.4;

	color: #817976;
}

.thread-author {
	position: relative;
}

.thread-author::after {
	content: "—";

	margin-left: 14px;

	color: #5f5957;
}

.thread-author a {
	color: #aaa19b !important;

	text-decoration: none;
}

.thread-author a:hover {
	color: #c8ad94 !important;
}

.thread-start {
	color: #756e6b;
}


/* =========================================================
   AKTIVITÄT
   ========================================================= */

.thread-activity-cell {
	width: 150px;
}

.thread-activity-cell {
	display: flex;

	align-items: center;
	justify-content: center;

	gap: 24px;

	text-align: center;
}

.thread-stat {
	display: flex;
	flex-direction: column;

	align-items: center;

	gap: 3px;
}

.thread-stat-label {
	font-size: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;

	color: #756d69;
}

.thread-stat-value {
	font-family: Georgia, "Times New Roman", serif;

	font-size: 13px;

	color: #c8ad94;
}

.thread-stat-value a {
	color: inherit !important;

	text-decoration: none;
}

.thread-stat-value a:hover {
	color: #c98a68 !important;
}


/* =========================================================
   LETZTER BEITRAG
   ========================================================= */

.thread-lastpost-cell {
	width: 180px;
}

.thread-lastpost {
	display: flex;
	flex-direction: column;

	align-items: flex-end;
	justify-content: center;

	gap: 3px;

	text-align: right;
}

.thread-lastpost-date {
	font-size: 9px;

	color: #817976;
}

.thread-lastpost-date a {
	color: #9f8d80 !important;

	text-decoration: none;
}

.thread-lastpost-date a:hover {
	color: #c98a68 !important;
}

.thread-lastpost-author {
	font-family: Georgia, "Times New Roman", serif;

	font-size: 11px;

	color: #c8ad94;
}

.thread-lastpost-author a {
	color: inherit !important;

	text-decoration: none;
}


/* =========================================================
   MULTIPAGE
   ========================================================= */

.thread-title .pagination,
.thread-title .pagination_page {
	margin-left: 8px;

	font-family: Arial, sans-serif;
	font-size: 8px;

	color: #756d69;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 850px) {

	.thread-activity-cell {
		width: 120px;
	}

	.thread-lastpost-cell {
		width: 155px;
	}

}


@media screen and (max-width: 650px) {

	.thread-activity-cell,
	.thread-lastpost-cell {
		display: none;
	}

	.thread-status-cell {
		width: 42px;
	}

}

/* =========================================================
   FORUMDISPLAY – SZENENINFORMATIONEN
   ========================================================= */

.thread-sceneinfo {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

	gap: 5px 18px;

	margin-top: 8px;

	font-size: 8px;
	line-height: 1.45;
}


/* einzelne Information */

.thread-sceneinfo-item {
	display: flex;
	align-items: baseline;

	gap: 5px;

	min-width: 0;
}


/* Label */

.thread-sceneinfo-label {
	color: #756d69;

	font-size: 7px;
	letter-spacing: .8px;
	text-transform: uppercase;
}


/* Wert */

.thread-sceneinfo-value {
	color: #b7ada7;
}


/* Links – vor allem Charaktere */

.thread-sceneinfo-value a {
	color: #c8ad94 !important;

	text-decoration: none !important;

	transition: color .18s ease;
}

.thread-sceneinfo-value a:hover {
	color: #c98a68 !important;
}


/* Trigger separat */

.thread-sceneinfo-trigger {
	flex-basis: 100%;

	margin-top: 2px;

	color: #a66f62;

	font-size: 8px;
}

.thread-sceneinfo-trigger:empty {
	display: none;
}

/* =========================================================
   SHOWTHREAD – UNTERE NAVIGATION
   ========================================================= */

.showthread-bottomnav-cell {
	padding: 0 !important;

	background: transparent !important;

	border: 0 !important;
}


/* kompletter Bereich */

.showthread-bottomnav {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 25px;

	width: 100%;

	padding: 15px 8px;

	border-top: 1px solid rgba(154,129,105,.18);
	border-bottom: 1px solid rgba(154,129,105,.18);

	box-sizing: border-box;
}


/* =========================================================
   VOR / ZURÜCK
   ========================================================= */

.showthread-threadnav {
	display: flex;
	align-items: center;

	gap: 10px;

	font-size: 8px;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.showthread-threadnav span {
	display: block;

	width: 1px;
	height: 10px;

	background: rgba(154,129,105,.28);
}

.showthread-threadnav a {
	color: #817976 !important;

	text-decoration: none !important;

	transition: color .18s ease;
}

.showthread-threadnav a:hover {
	color: #c98a68 !important;
}


/* =========================================================
   THREADSUCHE
   ========================================================= */

.showthread-search {
	display: flex;
	align-items: center;
}


/* Suchformular */

.showthread-search form {
	display: flex;
	align-items: center;

	gap: 5px;

	margin: 0;
}


/* Textfeld */

.showthread-search input[type="text"] {
	width: 180px;
	height: 30px;

	padding: 0 9px;

	background: #302d2f !important;

	border: 1px solid #514b4b !important;
	border-radius: 0 !important;

	color: #cfc8c3 !important;

	font-size: 9px;

	outline: none;

	box-sizing: border-box;
}

.showthread-search input[type="text"]:focus {
	border-color: #9a8169 !important;
}

.showthread-search input[type="text"]::placeholder {
	color: #706966;
}


/* Suchbutton */

.showthread-search input[type="submit"],
.showthread-search button {
	height: 30px;

	padding: 0 11px;

	background: #454142 !important;

	border: 1px solid #5c5554 !important;
	border-radius: 0 !important;

	color: #d8b49b !important;

	font-size: 7px;
	letter-spacing: .8px;
	text-transform: uppercase;

	cursor: pointer;
}

.showthread-search input[type="submit"]:hover,
.showthread-search button:hover {
	background: #504a4b !important;

	border-color: #9a8169 !important;
}


/* =========================================================
   "ANTWORTEN"-BUTTON
   ========================================================= */

.new_reply_button,
.new_reply_button a,
.new_reply_button span {
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
}


/* normalerweise ist der eigentliche Link darin */

.new_reply_button a,
a.new_reply_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;

	min-height: 32px;

	padding: 0 14px !important;

	background: #454142 !important;

	border: 1px solid #5c5554 !important;
	border-radius: 0 !important;

	color: #d8b49b !important;

	font-size: 8px !important;
	font-weight: normal !important;
	letter-spacing: 1px;
	text-transform: uppercase;

	text-decoration: none !important;

	transition:
		background .18s ease,
		border-color .18s ease,
		color .18s ease;
}

.new_reply_button a:hover,
a.new_reply_button:hover {
	background: #504a4b !important;

	border-color: #9a8169 !important;

	color: #e2bca4 !important;
}

/* =========================================================
   FORUMDISPLAY – UNTERFOREN
   ========================================================= */

.storm-subforums {
	width: 100%;

	margin: 18px 0 24px;

	background: #292627;

	border-top: 1px solid rgba(154,129,105,.22);
	border-bottom: 1px solid rgba(154,129,105,.14);

	box-sizing: border-box;
}


/* Titel */

.storm-subforums-title {
	padding: 18px 20px 7px;

	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;

	text-align: center;

	color: #d8b49b;
}


/* Ornament */

.storm-subforums-line {
	display: flex;
	align-items: center;

	gap: 8px;

	max-width: 480px;

	margin: 0 auto 16px;
}

.storm-subforums-line span {
	flex: 1;

	height: 1px;

	background: rgba(154,129,105,.25);
}

.storm-subforums-line i {
	display: block;

	width: 6px;
	height: 6px;

	background: #c77854;

	transform: rotate(45deg);
}


/* =========================================================
   SPALTENKOPF
   ========================================================= */

.storm-subforums-head {
	display: grid;

	grid-template-columns:
		minmax(0, 1fr)
		180px
		250px;

	align-items: center;

	padding: 9px 12px;

	background: #252324;

	border-top: 1px solid rgba(154,129,105,.12);
	border-bottom: 1px solid rgba(154,129,105,.16);

	font-size: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;

	color: #9f8d80;
}

.storm-subforums-head-stats {
	text-align: center;
}

.storm-subforums-head-lastpost {
	text-align: center;
}


/* =========================================================
   LISTE
   ========================================================= */

.storm-subforums-list {
	width: 100%;

	overflow: hidden;
}

.storm-subforums-table {
	width: 100% !important;

	margin: 0 !important;

	border: 0 !important;
	border-collapse: collapse !important;

	background: transparent !important;
}

.storm-subforums-table tr {
	background: transparent !important;
}

.storm-subforums-table td {
	border: 0 !important;
	border-bottom: 1px solid rgba(154,129,105,.14) !important;

	background: transparent !important;

	box-sizing: border-box;
}

.storm-subforums-table tr:last-child td {
	border-bottom: 0 !important;
}


/* Links */

.storm-subforums a {
	color: #c8ad94 !important;
	text-decoration: none !important;
}

.storm-subforums a:hover {
	color: #c98a68 !important;
}


/* Responsive */

@media screen and (max-width: 800px) {

	.storm-subforums-head {
		grid-template-columns:
			minmax(0, 1fr)
			120px
			180px;
	}

}

@media screen and (max-width: 600px) {

	.storm-subforums-head-stats,
	.storm-subforums-head-lastpost {
		display: none;
	}

	.storm-subforums-head {
		grid-template-columns: 1fr;
	}

}

/* =========================================================
   SHOWTHREAD – FOOTERTOOLS
   ========================================================= */

.showthread-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;

	gap: 12px 25px;

	margin-top: 28px;
	padding: 12px 16px;

	background: #252324;

	border-top: 1px solid rgba(154,129,105,.15);
	border-bottom: 1px solid rgba(154,129,105,.15);

	box-sizing: border-box;
}


/* =========================================================
   THREAD TOOLS
   ========================================================= */

.showthread-tools {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

	gap: 0;
}


/*
   MyBB gibt die Tools meist weiterhin als <li> aus.
   Wir neutralisieren die alte Listenoptik.
*/

.showthread-tools li {
	display: inline-flex;
	align-items: center;

	margin: 0 !important;
	padding: 0 !important;

	list-style: none !important;
	background: none !important;
}


/* Punkte zwischen den Links */

.showthread-tools li:not(:last-child)::after {
	content: "·";

	margin: 0 9px;

	color: #5f5753;
}


/* alte Icons ausblenden */

.showthread-tools img {
	display: none !important;
}


/* Links */

.showthread-tools a {
	color: #9f8d80 !important;

	font-size: 7px;
	letter-spacing: .75px;
	text-transform: uppercase;

	text-decoration: none !important;
}

.showthread-tools a:hover {
	color: #c98a68 !important;
}


/* =========================================================
   MODERATION + FORUMJUMP
   ========================================================= */

.showthread-modtools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;

	gap: 8px;

	font-size: 7px;
	letter-spacing: .5px;
	text-transform: uppercase;

	color: #817976;
}

.showthread-modtools select {
	height: 27px;

	padding: 0 8px;

	background: #302d2f;

	border: 1px solid rgba(154,129,105,.18);

	color: #aaa19b;

	font-size: 8px;
}

.showthread-modtools input.button,
.showthread-modtools button {
	height: 27px;

	padding: 0 10px;

	background: #302d2f !important;

	border: 1px solid rgba(154,129,105,.20) !important;

	color: #c8ad94 !important;

	font-size: 7px;
	letter-spacing: .7px;
	text-transform: uppercase;

	box-shadow: none !important;
}


/* =========================================================
   BENUTZER IN DIESER SZENE
   ========================================================= */

.showthread-browsing {
	display: flex;
	align-items: center;

	gap: 14px;

	margin: 16px 0 28px;
	padding: 9px 3px;

	border-bottom: 1px solid rgba(154,129,105,.10);
}

.showthread-browsing-label {
	flex: 0 0 auto;

	font-size: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;

	color: #756d69;
}

.showthread-browsing-users {
	min-width: 0;

	color: #9f9691;

	font-size: 8px;
}


/*
   {$usersbrowsing} bringt häufig selbst noch
   Tabelle / trow / smalltext mit.
*/

.showthread-browsing-users table,
.showthread-browsing-users td,
.showthread-browsing-users .trow1,
.showthread-browsing-users .trow2 {
	margin: 0 !important;
	padding: 0 !important;

	background: transparent !important;

	border: 0 !important;
}

.showthread-browsing-users .smalltext {
	font-size: inherit;
	color: inherit;
}

.showthread-browsing-users a {
	color: #c8ad94 !important;
	text-decoration: none !important;
}

.showthread-browsing-users a:hover {
	color: #c98a68 !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 700px) {

	.showthread-footer {
		display: block;
	}

	.showthread-modtools {
		justify-content: flex-start;

		margin-top: 12px;
	}

	.showthread-browsing {
		display: block;
	}

	.showthread-browsing-label {
		margin-bottom: 6px;
	}

}