body {
  background: #000000;
  color: var(--designtextcolor);
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0;
  font-family: Montserrat, Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 13px;
  overflow-y: scroll !important;
  background-size: 100% auto;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(/images/004/back.png);
}

 

body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url(/images/004/back.png) 50% 30%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}


.markItUpEditor {
  font-family: Montserrat, Tahoma, Verdana, Arial, Sans-Serif!important;
	font-size: 13px!important;
	}

a:link,
a:visited {
  color: var(--accent);
  text-decoration: none;
 transition: color 0.8s ease-in-out;
}

a:hover,
a:active {
  color: var(--highlight);
  text-decoration: none;
  transition: color 0.8s ease-in-out;
}

#container {
  width: 1100px;
  text-align: left;
  line-height: 1.4;
  margin: 0;
  margin: 60px auto;
  font-family: Montserrat, Tahoma, Verdana, Arial, Sans-Serif;
}


/* Media Query für mobile Geräte */
@media (max-width: 1200px){
  #container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
	  margin-top:150px;
  }
}


.wrapper {
  text-align: left;
}

#content {
  margin-top: 40px;
}

#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;
}

#logo ul.top_links a {
  background-image: url(../../../images/headerlinks_sprite.png);
}

#logo ul.top_links a.search {
  background-position: 0 0;
}

#logo ul.top_links a.memberlist {
  background-position: 0 -20px;
}

#logo ul.top_links a.calendar {
  background-position: 0 -40px;
}

#logo ul.top_links a.help {
  background-position: 0 -60px;
}

#logo ul.top_links a.portal {
  background-position: 0 -180px;
}

#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,
#panel .upper a.register {
  background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat;
  padding-left: 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 {
  background: #0f0f0f url(../../../images/tcat.png) repeat-x;
  color: #fff;
  border-top: 1px solid #444;
  border-bottom: 1px solid #000;
  padding: 7px;
  clear: both;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
  color: #fff;
}

#panel .lower {
  background: #efefef;
  color: #999;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active {
  color: #666;
}

#search {
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: middle;
}

#search input.button,
#search input.textbox {
  border-color: #000;
}

#search input.button {
  background: #0066a2;
  color: #fff;
}

#search input {
  margin: -3px 0;
}

#quick_login .remember_me input {
  vertical-align: middle;
  margin: -3px 0 0 5px;
}

#footer {
	clear: both;
	margin-top: 10px;
}

#footer ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer ul.menu li {
  margin: 0 5px;
  display: inline;
}

#footer .upper {
  border-top: 1px solid var(--designnavhr);
  border-bottom: 1px solid var(--designnavhr);
  padding: 6px;
  font-size: 12px;
  overflow: hidden;
}

#footer a:link,
#footer a:visited,
#footer a:active {
  color: #777;
	font-size: 0.8em;
}

#footer a:hover {
  color: var(--highlight);
}

#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 {
}

#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: 0.8em;
}

#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%;
}

.bottommenu {
  background: #efefef;
  color: #333;
  border: 1px solid #4874a3;
  padding: 10px;
}



fieldset {
  padding: 12px;
  border: 1px solid var(--designbordercolor);
  margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
  border-color: var(--designbordercolor);
}

fieldset.align_right {
  text-align: right;
}

input.textbox {
  background: var(--designbgcolor);
  color: var(--designtextsubcolor);
  border: var(--designnavhr);
  padding: 3px;
  outline: 0;
  font-size: 13px;
  font-family: Montserrat, Tahoma, Verdana, Arial, Sans-Serif;
}

input.textbox.portal_search {
  width: 68%;
}

textarea {
  background: var(--designbgcolor);
  color: var(--designtextcolor);
  border: 1px solid #ccc;
  padding: 2px;
  line-height: 1.4;
  outline: 0;
  font-family: Montserrat, Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 13px;
}

select {
  background: #ffffff;
  padding: 3px;
  border: 1px solid #ccc;
  outline: 0;
  font-family: Montserrat, Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 13px;
}

button,
input.button {
  padding: 3px 8px;
  cursor: pointer;
  font-family: Montserrat, Tahoma, Verdana, Arial, Sans-Serif;
  font-size: 13px;
  background: var(--designbgcolor2);
  border: 1px solid var(--designnavhr);
  color: var(--designnavhr);
  outline: 0;
}

button:hover,
input.button:hover {
  border-color: var(--highlight);
}

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;
}



.clear {
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.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;
}



.codeblock {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #ffffff21;
  padding: 10px;
}

.codeblock .title {
  border-bottom: 1px solid var(--accent);
  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: var(--designbgcolor);
  border: 1px solid var(--accent);
  text-align: center;
  padding: 5px 20px;
  margin-bottom: 15px;
  font-size: 11px;
  color: var(--highlight);
}



.red_alert {
  background: var(--designbgcolor);
  border: 1px solid var(--accent);
  color: var(--highlight);
  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:active {
  color: var(--accent);
}


.red_alert a:hover
 {
   color: var(--highlight);
}

.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: transparent;
  border: 1px solid var(--designnavhr);
}

.pagination .pagination_current {
  background: none;
  color: var(--highlight);
  border: 1px solid var(--highlight);
  font-weight: bold;
}
 

.pagination a:hover {
  color: var(--highlight);
  border-color: #var(--highlight);
  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;
}

.thread_legend,
.thread_legend dd {
  margin: 0;
  padding: 0;
  color: var(--highlight);
}

.thread_legend dd {
  padding-bottom: 4px;
  margin-right: 15px;
}

.thread_legend img {
  margin-right: 4px;
  vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
  margin: 0;
  padding: 0;
  color: var(--highlight);
}

.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;
}

a.button:link,
a.button:visited,
a.button:active {
  background: var(--designbgcolor);
  color: var(--highlight);
  padding: 10px;
  margin: 5px;
  border: 1px solid var(--designwhite);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: border-color 0.8s ease;
}

a.button:hover,
a.button:focus {
  border-color: var(--accent);
}

a.button.small_button {
font-size: 10px;
  margin: 5px;
  padding: 5px 10px;
}

a.button span {
  padding: 5px;
  display: inline-block;
}

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;
  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;
}

/* Optimized Inputs and Forms */
input.textbox, textarea, select {
  background: var(--designbgcolor2);
  color: var(--designtextcolor);
  border: 1px solid var(--designnavhr);
  padding: 2px;
  outline: 0;
  font-size: 13px;
  font-family: Montserrat, Tahoma, Verdana, Arial, Sans-Serif;
}

input.button {
  font-size: 10px;
  text-transform: uppercase;
}

input.button:hover {
  color: var(--highlight);
  border-color: var(--highlight);
  transition: color 0.8s, border-color 0.8s;
}

/* Standard Checkbox */
input[type="checkbox"] {
    -webkit-appearance: none; /* Entfernt das Standard-Aussehen */
    -moz-appearance: none;
    appearance: none;
    width: 15px; /* Größe der Checkbox */
    height: 15px;
    border: 1px solid var(--designbordercolor); /* Rahmenfarbe */
    background-color: transparent; /* Durchsichtiger Hintergrund */
    cursor: pointer;
    position: relative;
}

/* Checkbox bei Aktivierung */
input[type="checkbox"]:checked {
    background-color: var(--designbgcolor2); /* Hintergrundfarbe bei Aktivierung */
}

/* Checkmark erstellen */
input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 1.5px 1.5px 0; /* Dünneres Checkmark */
    transform: rotate(45deg);
}

