::-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: rgb(20 20 28);
}

::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #373346;
}

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: 0px;
  overflow: hidden;
}

.inner {
background: var(--navubod);
	margin: 1px;
}

.inline_head {
	background: var(--box-postinfos);
	color: var(--headings-body);
	text-align: center;
}

.inline_row {
background: var(--box-postcont);
}

/*NAVI*/

.navigation {
    background: var(--navubod);
    color: var(--headings-body);
    font-style: italic;
    font-size: 12px!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 {
text-align: center;
font-size: 15px;
text-transform: var(--tsub);
padding: 10px;
font-weight: bold;
color: var(--trigger);
    margin: auto;
}

.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 {
	color: var(--headings-body);
	text-decoration: none !important;
	text-transform: var(--ftransf-link);
	font-weight: normal;
	transition: 0.5s;
}

a:hover {
	color:var(--headings-header);
	transition: 0.5s;
}

#conside {
	display:flex;  
	height: 100vh;
	background: var(--sidebar);
}

#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;
}

#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(--mainbg);
}

.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 {
width: 82vw;
	margin: auto;
}

#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;
}

#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 {
margin-top: -18px;
    text-align: right;
    border-bottom: solid 30px var(--navubod);
}

#debug {
	float: right;
	text-align: right;
	font-size: var(--sonline);
}

.scaleimages img {
	max-width: 100%;
}

table {
}

.tbcat {
background: var(--navubod);
}

.tborder {
	width:100%;
	display: flex;
	flex-direction: column;
	padding: 1px;
}

.tindex {
    border-bottom: solid 40px var(--navubod);
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.tcat {
  font-family: var(--font-sub);
  text-transform: var(--ftransf-sub);
	line-height: 100%;
	-webkit-font-smoothing: antialiased;
}

.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;
}

.thead a {
	text-transform: var(--ftransf-head);
	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-postinfos);
	color: var(--dunkeltext);
	padding: 3px;
	outline: 0;
	border: solid 1px var(--dunkeltext);
}

input.textbox::placeholder {
	color: var(--dunkeltext);
	opacity: 0.3;

}

input.textbox.portal_search {
    width: 68%;
}

textarea {
background: var(--box-body);
    color: var(--dunkeltext);
    border: 1px solid var(--dunkeltext);
    padding: 2px;
    line-height: 1.4;
    outline: 0;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: var(--sallg);
}

select {
	padding: 3px;
	outline: 0;
	font-family: var(--font-sub);
	border: none;
	background: var(--navubod);
	color: var(--dunkeltext);
	font-style: italic;
}

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: 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: #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:#0d0d0c;
	color:#0d0d0c;
	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:15px;
font-style:italic;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	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;
}

.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;
}