@import url(https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap);

@font-face {
  font-family: 'Melodrama';
  src: url(../../../../fonts/Melodrama-Regular.woff2) format('woff2'), 
       url(../../../../fonts/Melodrama-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Eve Of Ocean';
  src: url(../../../../fonts/eve_of_ocean_otf-webfont.woff) format('woff'),
       	url(../../../../fonts/eve_of_ocean_otf-webfont.woff2) format('woff2'),
		url(../../../../fonts/eve_of_ocean_ttf.ttf) format('opentype'),
	  	url(../../../../fonts/eve_of_ocean_otf.otf) format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LavozaRegular';
  src: url(../../../../fonts/LavozaRegular-ZVYD3.ttf) format('opentype'), 
       url(../../../../fonts/LavozaRegular-ZVYD3.wofff) format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
	scrollbar-width: thin;
}

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
}

::-webkit-scrollbar
{
  width: 3px;
  background-color: var(--scrollbar-ba);
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: var(--scrollbar-th);
}

body {
  color: var(--dunkeltext);
  text-align: center;
  font-family: var(--font-main);
  font-size: 14px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  background: var(--sidebar);
  font-weight: normal!important;
  margin: auto;
  overflow: hidden;
	min-height: 100vh;
  /* top: 20px; */
}

b {
    color: #73674B;
}

i {
    color: #B5AB86;
}

.inner {
background: var(--navubod);
	border: 1px solid var(--moodborder);
	background-image: var(--moodnoise);
}

.inline_head {
	background: var(--box-postinfos);
	color: var(--headings-body);
	text-align: center;
}

.inline_row {
background: var(--box-postcont);
}

#layer {
    width: 100%;
    height: 100%;
    background: var(--imgbg);
    position: absolute;
    z-index: 999999;
}

#loginform {
    width: 50%;
    margin: auto;
}

#layertext {
    box-sizing: border-box;
    margin: auto;
    margin-top: 10%;
    padding: 10px;
    width: 50%;
}

/*NAVI*/

.navigation {
    background: var(--navubod);
    color: var(--headings-body);
    font-style: italic;
    font-size: 14px!important;
}

.navigation a {
	color: var(--dunkeltext);
	font-style: initial;
}

/*GRUPPENFARBEN*/

.wasser {
color:var(--wasser);
}

.feuer{
color:var(--feuer);
}

.erde{color:var(--erde);}

.luft{
color:var(--luft);
}

.nichts{
color:var(--nichts);
}

.mp_trigger {
display: flex;
  width: 80%;
  max-width: 1100px;
  justify-content: center;
  align-content: center;
  min-height: 40px;
  text-transform: uppercase;
  margin: auto;
	margin-top:15px;
  background-color: #1F1F1F80;
  line-height: 40px;
  outline: 1px solid #1F1F1F;
  outline-offset: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
	gap: 5px;
	
	color: #AE9782;
  font-weight: 700;
  font-style: Bold;
  font-size: 11px;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
}

.mp_trigger strong {
color: #882536;
}

.none {
color: var(--base);
}


/*TITLES*/

h1 {
    font-family: var(--font-head);
    text-transform: var(--ftransf-head);
    font-size: 24px;
    transition: 0.5s;
    font-weight: normal;
    margin: 0;
}

h2 {
    font-family: var(--font-sub);
    text-transform: var(--ftransf-sub);
    font-size: 20px;
    font-weight: bold;
    transition: 0.5s;
    margin: 0;
}

h3 {
    font-family: var(--font-sub);
    font-size: 20px;
    font-weight: normal!important;
    transition: 0.5s;
    font-style: italic;
    margin: 0;
}

h4 {
    color: var(--dunkeltext);
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    padding: 3px;
    background: var(--box-postinfos);
    text-align: center;
    text-transform: uppercase;
}

h5 {
	color: var(--headings-body);
	font-size: 13px;
    font-weight: normal;
    background: var(--headings-side);
    text-align: center;
    padding: 3px;
    margin: 0;
}





/* Thread-Solved-Buttons */
a.button.thread_solved span {
	background-position: 0 -560px;
}

a.button.thread_notsolved span {
	background-position: 0 -580px;
}

a{
  text-decoration: none;
  color: var(--headings-side);
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}

a:hover {

  transition: 0.5s;
}




#conside {
	display:flex;
	height: 100vh;
	background: var(--sidebar);
	width: 100vw;
}

#main {
  flex: 6 1 auto;
  height:100vh;
  transition:2s all;
  display: flex;
  flex-flow: column;
  background-image: var(--imgbg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  width: 80vw;
}

#container {
	text-align: left;
	font-family: var(--font-main);
	font-size: 14px;
	font-weight: normal!important;
	height: 100%;
	transition: 2s all;
	overflow: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	/*background: var(--backgc);*/
	line-height: 25px;
}

.wrapper {
	justify-content: center;
	display: flex;
}

.wmid {
	display: flex;
	flex-flow: column;
	border: 25px solid var(--navubod);
    border-top: 9px solid var(--navubod);
}

#logo {display: flex;flex-flow: column;}

#content {
}

#header {margin: auto;max-width: 1400px;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.menu li {
	margin: 0 7px;
	display: inline;
}

#header ul.menu li a {
	padding-left: 20px;
	background-image: url(../../../images/headerlinks_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 16px;
}

#logo ul.top_links {
	font-weight: bold;
	text-align: right;
	margin: -10px 5px 0 0;
}

#panel .upper a.logout {
	font-weight: bold;
	background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
	background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .upper a.register {
	background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .lower ul.panel_links {
	float: left;
}

#panel .lower ul.panel_links a.usercp {
	background-position: 0 -120px;
}

#panel .lower ul.panel_links a.modcp {
	background-position: 0 -140px;
}

#panel .lower ul.panel_links a.admincp {
	background-position: 0 -160px;
}

#panel .lower ul.user_links {
	float: right;
}

#panel .lower ul.user_links li a {
	padding: 0;
	background-image: none;
}

#panel .upper {
	clear: both;
}

#panel .lower {/* background: var(--hg); */padding: 5px;}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
}

#search input.button {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background: none;

    width: 10px;
    height: 10px;
    border: 1px solid var(--base);
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background: #754e34;
}

#footer {
width: 100%;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
font-size: 12px;
	overflow: hidden;
}

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .theme select {
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 4px 0 0 0;
}

#footer .lower {
	overflow: hidden;
	font-size: var(--sonline);
	align-items: center;
	display: flex;
	flex-flow: column;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: var(--bunt);
	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;
}

.footer_mark {
     text-align: right;
    /* border-bottom: solid 33px var(--navubod); */
    background-color: var(--navubod);
}

#debug {
	float: right;
	text-align: right;
	font-size: var(--sonline);
}

.scaleimages img {
	max-width: 100%;
}

table {
}

.tbcat {
background: var(--navubod);
	background-image: var(--moodnoise);
}

.tborder {
	width:100%;
	display: flex;
	flex-direction: column;
	/*border: 1px solid #332E2E;*/
}

.tindex {
    /* border-bottom: solid 40px var(--navubod); */
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.tcat {
  font-family: var(--font-head);
  text-transform: var(--ftransf-sub);
	line-height: 100%;
	-webkit-font-smoothing: antialiased;
}

.mood-relas-main {
    margin:auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.mood-relas-typemain:nth-child(2n+1) {
    border-right: 0px solid var(--moodborder);
}

.mood-relas-typemain {
    border-top: 1px solid var(--moodborder);
    border-left: 1px solid var(--moodborder);
    border-right: 1px solid var(--moodborder);
}

.mood-relas-typemain:nth-child(6n) {
    border-bottom: 1px solid var(--moodborder);
}

.mood-relas-typemain:nth-child(5n) {
    border-bottom: 1px solid var(--moodborder);
}

.mood-relas-kat {
	background-image: var(--moodcat2);
	background-size: 60%;
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 5px;
  height: 20px;
    margin-right: 5px;
    margin-left: 5px;
	margin-top: 15px;
}

.mood-relas-kat-head {
	font-family: var(--font-eve);
	text-transform: capitalize;
	font-size: 20px;
	color: var(--moodheadtext);
  margin-top: -10px;
	text-align: left;
}



.tcat a {
	/* text-transform: var(--ftransf-sub); */
	transition: 0.5s;
}

.tcat a:hover {
	color: var(--headings-header);
	transition: 0.5s;
}

.tmain {
  font-family: var(--font-main);
  font-size: 14px;
  line-height: 120%;
  text-align: justify;
}

.tbox {
  padding: 25px;
  width: auto;
}

.thead {
  font-family: var(--font-head);
  text-transform: var(--ftransf-head);
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  padding: 10px;
	text-align: center;
}

.thead a {
	text-decoration: none;
	color: var(--headings-body);
}

.thead a:hover {
	color: var(--headings-header);
	transition: 0.5s;
}

.trow_shaded {
	background: #ffdde0;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
}

.post.classic.unapproved_post .post_author {
}

.post.unapproved_post .post_controls {
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}

.trow_sep {
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	padding: 6px;
	color: var(--headings-header);
}


.thead input.textbox,
.thead select {
}

.bottommenu {
	background: #efefef;
	color: #333;
	
	padding: 10px;
}

fieldset {
	padding: 12px;
    border: none;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
border-color: #f5f5f5;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: var(--box-body);
	color: var(--dunkeltext);
	padding: 3px;
	outline: 0;
	border: solid 1px var(--box-head);
min-width: 150px;

}

input.textbox::placeholder {
	color: var(--dunkeltext);
	opacity: 0.3;

}

input.textbox.portal_search {
    width: 68%;
}

textarea {border: solid 1px var(--box-head);background: var(--box-body);color: var(--dunkeltext);padding: 2px;line-height: 1.4;outline: 0;font-family: Tahoma, Verdana, Arial, Sans-Serif;font-size: var(--sallg); min-height: 120px;}

select {
	padding: 3px;
	outline: 0;
	font-family: var(--font-sub);
	border: solid 1px var(--box-head);
	background: var(--box-body);
	color: var(--dunkeltext);
	font-style: italic;
}

option {
	background: var(--box-body);
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;
	font-family: var(--font-head);
	border: none;
	text-transform: var(--ftransf-head);
	background: var(--navubod);
	color: var(--headings-body);
}

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: 80% !important;
}

.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: #5c6061;
	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:#2E2A26;
	color:#2E2A26;
	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;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	margin: 0;
	background: var(--navubod);
	padding: 10px;
	color: var(--dunkeltext);
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid var(--dunkeltext);
	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: var(--navubod);
	border: 1px solid var(--dunkeltext);
	padding: 10px;
	color: var(--dunkeltext);
}

.codeblock .title {
	border-bottom: 1px solid var(--dunkeltext);
	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: var(--sallg);
}

.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;
  font-size: 12px;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #201d1d;
  border: 1px solid #625C2E;
  text-align: center;
  padding: 5px 20px;
  font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	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;
}

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 {
    transition: 0.5s;
    padding: 10px;
    text-align: right;
    font-family: var(--font-head);
	color: var(--headings-side);
    flex: 1;
    display: flex;
    gap: 10px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
}

.pagination .pagination a {
	color: var(--headings-side);
}

.pagination a {
	transition: 0.5s;
	color: var(--headings-side);
}

.pagination .pagination_current {
	color: var(--headings-body);
	border: none;
	font-weight: bold;
	transition: 0.5s;
}

.pagination a:hover {
	color: var(--headings-header);
	text-decoration: none;
	transition: 0.5s;
}

.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;
}


.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

/** 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: 600px;
	text-align: left;
	background: var(--box-body);
	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-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;
	font-size: 13px;
}

.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;
}

.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: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	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: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

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;
}

.kategorie-head {
	width: 93%;
	height: 400px;
	display: flex;
	gap: 60px;
	margin: auto;
	margin-top: 40px;
}

.kategoriehead-links {
	position: relative; /* wichtig für absolute Positionierung innen */
  flex: 2;
  background-size: 150%;
  display: flex;
  align-content: center;
  justify-content: flex-end;
  overflow: visible;
  height: 400px;
  max-width: 454px;
}

.kategoriehead-links img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;   /* oder was du brauchst */
  height: 100%;  /* optional */
  object-fit: cover; /* Bild füllt Box, bleibt im Verhältnis */
  z-index: 0; /* liegt hinter Text/Lines */
}

.kategoriehead-dekobox {
	height: 100%;
	width: 100%;
	border: 1px solid #2E2A26;
	position: relative;
	top: -20px;
	left: -20px;
	pointer-events: none;
}

.kategoriehead-titlegroup {
    /*! position: relative; */
  z-index: 1; /* über dem Bild */
  display: flex;
  flex-direction: column; 
  align-items: center;
  max-height: 400px;   
	width: 0px;
}

.kategoriehead-links-title {
	/*! max-width: 4ch; */   
  display: inline-block; 
  padding: 10px 0px; 
  color: var(--dunkeltext);
  transition: 0.5s;
  text-decoration: none;
	font-family: var(--font-eve);
	text-transform: none;
	font-size: 28px;
	line-height: 28px;
/*! padding-right: 44px; */
	/*! text-align: right; */
	/*! margin-right: -40px; */
}

.kategoriehead-links-title {
	 
}

.kategoriehead-line {
  height: 200px;
  background: var(--moodborder);
  width: 1px; 
	/*! margin-right: -40px; */
}

.kategoriehead-line--top   { margin-bottom: 10px; }
.kategoriehead-line--bottom{ margin-top: 10px;  }

.kategoriehead-rechts {
	flex: 2;
	background-color: var(--box-body2);
	text-align: justify;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	position: relative;
	width: 720px;
}

.kategoriehead-rechts::after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 10px;
  right: 10px;              
  width: 1px;               
  background: #9C8E81; 
  /*! width: 720px; */
} 

.kategoriehead-desc {
	margin: 0px 60px 0px 60px;
	
	font-family: var(--fallg);
font-size: 13px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 2%;
text-align: justify;
	padding-top: 50px;
}

.kategoriehead-stern {
	margin-left: 50%;
	padding-top: 50px;
}

.kategoriehead-dekobox2 {
	height: 100%;
	width: 100%;
	border: 1px solid #2E2A26;
	position: absolute;
	top: 20px;
	left: 20px;
	pointer-events: none;
}

.mood-inplayquotes {
	margin-bottom: 20px;
	background: #201d1d;
	outline: 1px solid #2d2a16;
  outline-offset: -10px;
	padding: 10px;
}


.moodrelastrennstrich {
  width: 97%;
  height: 1px;
  background-color: var(--moodborder);
  margin-top: 10px;
  margin-bottom: 10px;
  /*! margin: 10px; */
  margin-left: 10px;
  /*! margin-right: -4px; */
  /*! margin: auto; */
}



.moodrelakasten {
  display: flex;
  max-width: 630px;
  background-color: #201D1D;
  padding: 10px 10px 10px 10px;
	margin-bottom: 2px;
  margin-right: 10px;
    margin-left: 10px;
}

.moodrelakasten:last-child {    
  margin-bottom: 10px;
}

.moodrelakastenlinks {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.moodrelakastenrechts {
  flex: 4;
}

.moodrelakastenicon {
  margin-top: 5px;
}

.moodrelakastenicon img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  outline: 1px solid #2C2929;
  outline-offset: 5px;
}

.moodrelakastenoptions {
   display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-top: 10px;
}

.moodrelakastenoptions img {
  height: 13px;
  object-fit: cover;
}

.moodrelakastenstrich {
  height: 20px;
  width: 1px;
  background-color: var(--bunt);
  margin-top: 5px;
  margin-bottom: 5px;
}

.moodrelakastendeloedit {
 font-size: 10px;
  text-transform: lowercase;
  color: var(--bunt);
}

.moodrelakastendeloedit a {
  color: #3C3838 !important;
}

.moodrelakasten1 {
  margin-right: 10px;
	margin-top: -5px;
}

.moodrelakasteninfos {
  color: var(--moodheadtext);
  font-size: 10px;
  font-family: var(--fallg);
  text-transform: uppercase;
  text-align: left;
}

.moodrelakastendesc {
  font-family: var(--fallg);
  font-size: var(--sallg);
  line-height: var(--lineh);
  font-weight: var(--wallg);
  text-align: justify;
  color: var(--moodmaincolor);
}

.alertbenachrichtigungen1 {
	font-size: 10px;
  font-family: var(--fallg);
}

.alertbenachrichtigungen1 a {
	color: var(--headings-side);
}


.alertseite-headline {
	height: 40px;
  width: 80%;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: auto;
    margin-bottom: auto;
  text-transform: uppercase;
  color: var(--moodheadtext);
  font-family: var(--font-head);
  letter-spacing: 0px;
  background-image: var(--moodkategorie);
  background-size: 70%;
  background-position: 81% 31%;
  background-repeat: repeat;
  background-attachment: fixed;
  outline: 1px solid var(--box-head);
  outline-offset: 5px;
  margin-bottom: 20px;
}

.jobliste__title {
	text-align: center;
  font-family: var(--font-head);
  font-size: 30px;
  color: var(--moodheadtext);
  letter-spacing: 2%;
}

.threadliste-mood {
  
}

.threadliste-mood-main {
  background: var(--box-postcont);
  display: flex;
  height: 120px;
  align-items: center;
}

.threadliste-statusbalken {
  height: 90%;
  width: 1px;
  background-color: var(--moodheadtext);
  margin-right: 10px;
}

.threadliste-status {
  flex: 1;
}

.threadliste-szeneninfos {
  flex: 8;
  flex-direction: column;
}

.threadliste-szeneninfos1, .threadliste-szeneninfos1 a {
  font-family: var(--fallg);
font-size: 14px;
text-transform: uppercase;
  color: #DBD3C0;
  display: flex;
}

.threadliste-szeneninfos2, .threadliste-szeneninfos3 {
  font-family: var(--fallg);
font-size: 12px;
text-transform: uppercase;
  color: var(--moodheadtext);
  margin-top: 10px;
}

.threadliste-strich1 {
  display: flex;
  align-items: center;
  margin: auto;
  flex-grow: 1;
  height: 1px;
  background-color: #2E2A26;
  margin-left: 10px;
  margin-right: 10px;
}


.threadliste-beitrage {
 flex: 0;
  margin-right: 100px;
  color: var(--moodheadtext);
  align-self: flex-start;
  margin-top: 14px;
}

.threadliste-ansichten {
  flex:0;
  color: var(--moodheadtext);
	align-self: flex-start;
  margin-top: 14px;
}

.threadliste-daten {
  flex: 3;
  margin-top: -10px;
}

.threadliste-daten2, .threadliste-daten1 {
  font-family: var(--fallg);
font-size: 12px;
text-transform: uppercase;
  color: var(--moodheadtext);
  margin-top: 10px;
}

.threadliste-daten3 {
  font-family: var(--fallg);
font-size: 10px;
  color: var(--moodheadtext);
  margin-top: 10px;
}

.threadliste-strich2 {
  display: flex;
  flex: 3;
  height: 1px;
  background-color: #2E2A26;
  margin-left: 10px;
  margin-right: 10px;
	align-self: flex-start;
  margin-top: 25px;
}

.threadliste-radiobox {
  flex: 0;
	margin-right: 10px;
}

.mood-stats-charas {
  height: 100%;
  width: 353px;
  background-color: var(--box-body2);
  margin: auto;
}

.mood-stats-charas-top {
  display: flex;
  font-family: var(--fallg);
  margin-top: 10px;
}

.mood-stats-charas-top1 {
  justify-content: center;
  /*! align-content: center; */
  flex: 1;
  align-items: center;
  justify-items: center;
  display: flex;
}

.mood-stats-charas-topmitte {
	/*! position: relative; */
	width: 1px;
	/*! height: 100px; */
	/*! margin-top: 6px; */
	background-color: var(--moodborder);
}

.mood-stats-charas-top2 {
  /*! justify-content: center; */
  flex: 1;
  text-align: right;
  margin: 10px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 15px;
  height: 120px;
  display: grid;
}

.mood-stats-charas-top2 strong {
  color: #B5AB86;
}

.mood-stats-charas-top2 a {
  color: #B5AB86;
}

.mood-stats-charas-top1 img {
  height: 120px;
  width: 120px;
  object-fit: cover;
  outline: 1px solid var(--moodborder);
  outline-offset: 10px;
}

.mood-stats-charas-bot {
  text-align: center;
  margin: 10px;
  border: 1px solid var(--moodborder);
  padding: 5px;
  font-size: 10px;
  color: var(--bunt);
	text-transform: lowercase;
  font-family: var(--fallg);
}

.mood-stats-charas-bot b {
  color: var(--bunt);
}

.mood-characterstatsbit {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  grid-column: 1 / -1;
}

.moodcharacter-ipstat b {
	color: #B5AB86;
}

.mood-footer {
    background-color: var(--navubod);
  background-image: var(--moodnoise);
    width: 100%;
    height: 100%;
}

.mood-footer-trenner {
    width: 24px;
    margin: auto;
    display: column;
    margin-bottom: 50px;
}

.mood-footer-trenner img {
    
}

.mood-footer-trenn1 {
    width: 1px;
    height: 50px;
    background-color: var(--moodborder);
    margin: auto;
    margin-bottom: 10px;
}

.mood-footer-trenn2 {
    width: 1px;
    height: 50px;
    background-color: var(--moodborder);
    margin: auto;
    margin-top: 10px;
}

.mood-footer-main {
    display: flex;
    gap: 50px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mood-footer-mainlinks {
    flex: 1;
    background-color: var(--box-body2);
    outline: 1px solid var(--moodborder);
    outline-offset: 10px;
}

.mood-footer-mainmitte {
    flex: 2;
    background-color: var(--box-body2);
    outline: 1px solid var(--moodborder);
    outline-offset: 10px;
}

.mood-footer-mainrechts {
    flex: 1;
    background-color: var(--box-body2);
    outline: 1px solid var(--moodborder);
    outline-offset: 10px;
}

.mood-footern_title {
    display: flex;
    padding: 15px;
    font-family: var(--fallg);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bunt);
    font-size: 10px;
    letter-spacing: 2%;
}

.mood-footer-titelstrich {
    display: flex;
  align-items: center;
  margin: auto;
    margin-right: auto;
    margin-left: auto;
  flex-grow: 1;
  height: 1px;
  background-color: #2E2A26;
  margin-left: 10px;
  margin-right: 10px;
}

.mood-footer-stats-a {
	display: flex;
  gap: 10px;
  justify-content: center;
}

.mood-footer-online {
  margin-left: 15px;
  margin-right: 15px;
  height: 74%;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
}

.mood-footer-online2 {
	display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  margin-right: 15px;
	text-transform: uppercase;
  font-size: 10px;
  font-family: var(--fallg);
}

.mood-footer-stats {
	margin-left: 15px;
  margin-right: 15px;
  height: 74%;
	color: var(--headings-side);
	font-size: 11px;
}

.mood-footer-newmember {
  text-align: center;
  margin-top: 66px;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 10px;
}

.mood-footer-newmember a {
    color: var(--moodheadtext);
}

.mood-footer-posts {
	
}


/* LISTS.CSS FÜR SPIELERVERZEICHNIS */
.lists {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	margin: 25px;
}

.lists .tcat {
color: var(--headings-body);
    margin-bottom: 20px;
    font-size: 18px;
}

/*         Menu        */
        
        .lists_menu {
            width: 20%;
            display: flex;
            flex-direction: column;
            /*! gap: 1px; */
            background: var(--box-body2);
            align-items: flex-start;
            /*! background-color: #00000020; */
}

.lists_menu-head {
            height: 62px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: var(--box-body2);
}

.lists_menu-head a {
    font-family: var(--fallg);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: var(--headings-side);
}

.lists_menu-head a:hover {
		 color: var(--box);
}

.lists_menu-item {
            height: 25px;
            width: 90%;
            margin: 0 auto;
            padding: 20px 15px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            background-color: #00000020;
            text-transform: uppercase;
            font-family: var(--fallg);
            color: var(--headings-side);
            font-size: 12px;
}

.lists_menu-item a {
	color: var(--headings-side);
}

.lists_menu-item a:hover {
	color: var(--headings-header);
}


/*         Content       */
        
        
        .lists_content {
            width: 80%;
            box-sizing: border-box;
            background: var(--box-body2);
            /*! display: flex; */
}

.lists_content-head {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--headings-side);
    font-size: 20px;
    transition: 0.5s;
    height: 61px;
    /* border-bottom: 1px solid; */
    background: var(--box-body2);
    font-family: var(--fallg);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.lists_content-description {
            padding: 25px;
            text-align: justify;
            line-height: 180%;
}

.lists_content-bit {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
            gap: 2px;
            padding-top: 0px;
            margin-left: 10px;
            margin-right: 10px;
            background-color: #00000020;
}

.lists_content-block {
            /*! padding: 25px; */
            /*! padding-top: 0px; */
			min-width: 30%;
            background-color: #00000020;
            flex: 1;
            /*! gap: 10px; */
}

.lists_content-block img {
    height: 11px;
    width: 11px;
    object-fit: cover;
    margin-right: 10px;
    margin-left: 5px;
}


.lists_content-block h2 {
    /*! background-color: #00000020; */
    border-bottom: 2px solid var(--box-body2);
    padding: 11px;
    font-family: var(--fallg);
    text-transform: uppercase;
    font-size: 14px;
    color: var(--moodheadtext);
    /*! margin-left: 10px; */
    font-weight: normal;
}


.lists_content-item {
            /*! margin-bottom: 5px; */
            margin-left: 15px;
            padding: 5px;
}

.mood-lists-verzeichnis-headmain {
	/*! margin-top: -20px; */
	/*! margin-bottom: 10px; */
	font-size: 12px;
    display: flex;
    /*! margin-right: 20px; */
	color: var(--headings-side);
	font-family: var(--fallg);
	padding-right: 10px;
	background-color: #00000020;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 50%;
	margin-bottom: 10px;
}

.mood-lists-verzeichnis-headmainstrich {
    display: flex;
  align-items: center;
  margin: auto;
    margin-right: auto;
    margin-left: auto;
  flex-grow: 1;
  height: 1px;
  background-color: #2E2A26;
  margin-left: 10px;
  margin-right: 15px;
}
		
.mood-lists-verzeichnis-head {
    font-family: var(--fallg);
    text-transform: uppercase;
    font-size: 10px;
    color: var(--moodheadtext);
    font-weight: normal;
}

.playerdirectory_user {
    display: flex;
	width: 49% !important;
}

.mood-spielerverzeichnis-charaktere {
    flex: 3;
    background-color: var(--box-body2);
    /*! margin: 5px; */
    height: 350px;
    overflow: auto;
    outline: 1px solid var(--moodborder);
    outline-offset: -5px;
	border: 5px solid var(--box-body2);
    
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE & Edge Legacy */
}

.mood-spielerverzeichnis-charaktere::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.mood-spielerverzeichnis-spielperson {
    flex: 2;
}

.mood-playerdirectory_headline {
    display: flex;
    font-family: var(--font-eve);
    color: var(--moodheadtext);
    font-size: 16px;
    letter-spacing: 5%;
}

.mood-spielerverzeichnis-titelstrich {
    display: flex;
  align-items: center;
  margin: auto;
    margin-right: auto;
    margin-left: auto;
  flex-grow: 1;
  height: 1px;
  background-color: #2E2A26;
  margin-left: 10px;
  margin-right: 10px;
}

.mood-directory_characters {
    display: flex;
    margin: 10px 15px 10px 15px;
    gap: 10px;
}

.mood-directory_characters_avatar img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    outline: 1px solid var(--moodborder);
    outline-offset: -4px;
    margin-top: 5px;
}

.mood-playerdirectory_user_information {
    font-size: 8px;
    text-align: right;
    color: var(--headings-side);
    text-transform: uppercase;
    margin-right: 10px;
}

.mood-playerdirectory_user_information b {
    color: var(--headings-side);
}

.mood-directory_characters_fact-head a {
    font-family: var(--font-head);
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 5%;
    line-height: 20px;
    color: var(--headings-body);
}

.mood-directory_characters_fact {
    text-transform: uppercase;
  font-size: 10px;
  color: var(--moodheadtext);
  line-height: 14px;
	margin-top: 5px;
}

.usergruppe_stellans{
	font-weight:800;
	color: #B1A375;
}

.usergruppe_uncanny{
	font-weight:800;
	color: #4E5681;
}

.usergruppe_standard{
	color:#6D6762;
}