#ticket_popup {
	background: var(--col2);
	border: 1px solid var(--border);
}

#ticket_popup textarea {
	width: 100%;
}

.egg-ranking {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: 1em;
 width:150px;
}

.egg-row {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.egg-row .rank {
  width: 2em;
  text-align: right;
}

.egg-row .name {
  flex: 1;
}

.egg-row .eggs {
  white-space: nowrap;
  font-weight: bold;
}


html {
    scroll-behavior: smooth;
}

.myreactions-reactions{
	float:left; }

* {
  box-sizing: border-box;
}

*:focus, input:focus + label {
  outline: none;
}

.avataralerts {
	width: 70px;
}

.avatar_offline .author_avatar  img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.avatar_offline .author_groupicon  img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.filter-container2 {
    position: relative; 
    display: inline-block; 
}

.filter-container2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    background: url(https://burning-ashes.de/img/filter.png) repeat;
    pointer-events: none;
}

#pdr-forencode{
max-width:500px;width:100%;background: var(--col2);margin:auto;border-bottom:4px solid var(--highlight);
}

#forencodechara{
max-width:500px; background: var(--col2);margin:auto;border-bottom:4px solid var(--highlight);
}

.forencodechara-inhalt{
max-height: 600px; padding:10px;text-align:justify;color:var(--highlight);overflow:auto;
}

.forencode-kopf{
width:500px;max-height:170px;background-image:url(/img/footer.png);padding:30px;border-bottom:4px solid var(--highlight);opacity:.9;
}

.forencode-title{
font-family: var(--title);font-size:25px;color:var(--col1);text-transform:uppercase;text-align:center;letter-spacing:2px;font-weight:bold;line-height:130%;border-top:3px solid var(--highlight);border-bottom:3px solid var(--highlight);padding:20px;
}

.forencode-inhalt{
height: 200px; padding:10px;text-align:justify;color:var(--highlight);overflow:auto;
}

.forencode-links {
display: inline-block; float: left; width: 225px; height: 150px;
}

.forencode-rechts {
display: block; float: right; width: 225px; font-size: 12px;
}

.forencode-rechts::first-letter{
color:var(--col4);
}

.forencode-rechts a::first-letter{
color:var(--col4);
}

.forencode-rechts a:link {
color: var(--highlight); text-decoration: none; background-color: var(--col7); border:1px solid var(--highlight); margin-top: 2px; margin-bottom: 2px;  padding: 5px;  line-height:20px; text-transform: uppercase; font-family: var(--title);
}

.forencode-rechts a:visited {
color: var(--highlight); text-decoration: none;
}

.forencode-rechts a:active {
color: var(--highlight); text-decoration: none;
}

.forencode-rechts a:hover {
color: var(--col4); text-decoration: none;
}

.szenentitel {
color: var(--highlight); padding: 5px; font-size: 25px; font-family: var(--title);
}

.szenentitel::first-letter{
color:var(--col4);
}
/* ------------------------------------ Gesuche Index ------------------------------------------------ */
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

/* Einzelne Karte */
.card {
    width: 350px;
    height: 150px;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    background-color: var(--col6);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Titelbereich */
.card-header {
    background-color: var(--col2);
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    color: var(--highlight);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Inhalt der Karte */
.card-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    height: 100%;
}

.card-image {
    width: 80px;
    height: 95px;
    object-fit: cover;
    margin-right: 10px;
    align-self: flex-start; 
}

.card-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    font-size: var(--size);
    color: var(--highlight);
    text-align: left;
	height: 95px;
	overflow: auto;
}

.filter-container {
    position: relative; 
    display: inline-block; 
}

.filter-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 95px;
    background: url(https://burning-ashes.de/img/gfilter.png) repeat;
    pointer-events: none;
}

/* ----------------------------------------- Pinterest Pinnwand ----------------------------------------- */

.sceditor-container iframe,
.sceditor-container textarea {
    
    font-size: var(--size) !important;
}

#pinterest-container {
    width: 1104px !important;
    height: 500px !important;
    overflow: auto !important;
    box-shadow: none !important;
    border: none !important;
    border-color: var(--border) !important;
	overflow-x: hidden !important;
}

#pinterest-container a[data-pin-do="embedBoard"] {
    display: block;
    width: 100%;
    height: 100%;
}

#pinterest-container [class$=_img] {
display: block !important;
width: 214.19px !important;
max-height: 250px !important;
box-shadow: none !important;
border-radius: unset !important;
border-color: var(--col6) !important;
filter: grayscale(1);
transition: filter 0.3s ease;
}

#pinterest-container [class$=_img]:hover {
filter: grayscale(0);
	transition: filter 0.3s ease;
}

#pinterest-container [class$=_col] {
  padding: 2px;
margin-top: 2px;

border-color: var(--col6) !important;
}

#pinterest-container [class$=_button] {
  display: none !important;

	border-color: var(--col6) !important;
}

#pinterest-container [class$=_board] {
  box-shadow: none !important;
background-color: rgba(45, 45, 58, 0.5) !important;
	border-color: var(--col6) !important;
}

#pinterest-container span span {
  overflow: hidden !important;
  height: 70% !important;
    border: none !important;
	border-color: var(--col6) !important;
    box-shadow: none !important;
	padding: 0px;
}

#pinterest-container::-webkit-scrollbar {
  width: 5px;
}

#pinterest-container::-webkit-scrollbar-track {
  background: var(--col7);
}

#pinterest-container::-webkit-scrollbar-thumb {
  background: var(--col4);
}

#pinterest-container
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#pinterest-container::-webkit-scrollbar-corner {
  background: var(--col7);
}
/* ----------------------------------------- TEAM SEITE ----------------------------------------- */
/* ----------------------------------------- TEAM SEITE ----------------------------------------- */
.bashowteam {
  --card-width: 1100px;

  width: var(--card-width);
  margin: 0 auto;
  box-sizing: border-box;

  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

.bashowteam__col {
  flex: 1 1 0;
  min-width: 0;
}

.bashowteam__title {
  text-align: center;
  margin: 0 15px 6px;
  border-bottom: 2px solid var(--highlight);
}
.bashowteam__title::first-letter {
  color: var(--col4);
}

.bashowteam__image {
  width: 213px;
  height: 213px;
  margin: 15px auto;
  padding: 4px;
  border: 2px solid var(--highlight);
  box-sizing: border-box;
}
.bashowteam__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Listenbox allgemein */
.bashowteam__list {
  font-family: Calibri, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;

  margin: 0 0 18px;
  padding: 0 3px;
  overflow: auto;
}

/* NUR Aufgaben-Boxen auf feste Höhe setzen */
.bashowteam__list--tasks {
  height: 100px;       /* feste Höhe für Symmetrie */
}

/* Links in den Charakterlisten */
.bashowteam__list a {
  text-decoration: none;
  color: inherit;
}
.bashowteam__list a:hover {
  text-decoration: underline;
}

/* Responsive Tweaks */
@media (max-width: 1200px) {
  .bashowteam { width: 100%; padding: 0 16px; }
}
@media (max-width: 800px) {
  .bashowteam { flex-direction: column; gap: 24px; }
  .bashowteam__image { margin: 12px auto; }
}

/* ----------------------------------------- SCROLLBAR ----------------------------------------- */

/* width */
::-webkit-scrollbar {
  width: 5px;}

@-moz-document url-prefix() {
   * {
        scrollbar-width: thin;
	    scrollbar-color: var(--col4) var(--col6);
}

}

/* Track */
::-webkit-scrollbar-track {
  background: var(--col7);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--col4);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--col2);
}

/* ----------------------------------------- NEUES SEITENMENÜ ----------------------------------------- */
    
.scrollingt {
position: fixed;
z-index: 99999;
bottom: 30px;
right: 95px;
font-size: 16px;
font-weight: bold;
}

.scrollingb {
position: fixed;
z-index: 99999;
bottom: 10px;
right: 95px;
font-size: 16px;
font-weight: bold;
}

.navigationleft {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: var(--col2);
    color: var(--col4);
    width: 85px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0; 
}

.nav-icon {
    position: relative;
    width: 60px; 
    height: 60px;
    transform: rotate(-45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 25px; 
}

.nav-icon img {
    height: 80px; 
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    transform: rotate(45deg);
}

.nav-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    transform: translate(-50%, -50%);
    border: 1px solid var(--color4);
    z-index: 3;
}

.nav-links {
    display: flex;
    flex-direction: column;
    align-items: center; 
    gap: 20px;
    margin-top: 30px; 
    flex-grow: 1; 
}


.nav-links i {
    font-size: 24px;
	    color: var(--col4);
    text-decoration: none;
transition: color 0.3s ease, transform 0.3s ease;
}

.nav-links i:hover {
color: var(--highlight);
}

.nav-links a:hover {
    color: var(--highlight);
}

/* Icons für verschiedene Funktionen */
.link-pn:before{
      content:'\f0e0';
      font-family:'FontAwesome';
}

/* Profilname */
.nav-profile {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    font-size: 26px;
    font-family: var(--title);
    text-transform: uppercase;
    margin-bottom: 10px; 
    padding-bottom: 20px;
}

/* ----------------------------------------- FORUM DISPLAY -------------------------------------------*/
.forumdisplay1{
	display: inline-block;
    font-size: 25px;
	height: 35px;
    font-family: 'Fjalla One', sans-serif;
    border-bottom: 2px solid #5c5c5c;
     font-variant: small-caps;
	padding-top:5px;
	padding-bottom:4px;
	width:620px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.forumdisplay1::first-letter{
    color:var(--col4);
	text-transform: uppercase;
}

.forumdisplay1 a:first-letter{
    color:var(--col4);
	text-transform: uppercase;
}

.forumdisplay1 a:link {
    color: var(--highlight);
    text-decoration: none;
}

.forumdisplay1 a:hover {
    color: var(--col4);
    text-decoration: none;
}

.forumdisplay1 a:visited {
    color: var(--highlight);
    text-decoration: none;
}

.subforumsmalltext {
padding-top:5px;
	font-size: 12px;
}

.subforumzahl {
	font-size: 12px;
}

.indexlastpost {
font-size: 12px;
}

/* ----------------------------------------- ANFANG Forum Bit ----------------------------------------- */

.forumbitindex1 {
width: 1100px;
    background-color: var(--col6);
    border: 2px solid var(--highlight);
    margin: 5px auto;
    display: flex;
    height: 120px;
}

.forumbitindex2,
.forumbitindex3,
.forumbitindex6,
.forumbitindex7 {
    height: 120px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: auto;
}

.forumbitindex2 {
    width: 10.5%;
    text-align: center;
    padding: 20px;
	 overflow-x: hidden;
}

.forumbitindex3 {
    width: 29.5%;
    padding-right: 20px;
    padding-top: 20px;
}

.forumbitindex4 {
    font-size: 25px;
    font-family: 'Fjalla One', sans-serif;
    border-bottom: 2px solid #5c5c5c;
	text-shadow: 1px 2px 2px #000;
    text-transform: uppercase;
}

.forumbitindex4::first-letter {
    color: var(--col4);
}

.forumbitindex4 a:first-letter {
    color: var(--col4);
}

.forumbitindex4 a:link {
    color: var(--highlight);
    text-decoration: none;
}

.forumbitindex4 a:visited {
    color: var(--highlight);
    text-decoration: none;
}

.forumbitindex4 a:hover {
    color: var(--col4);
    text-decoration: none;
}

.forumbitindex5 {
    text-align: right;
    font-family: calibri;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.forumbitindex6 {
    width: 33.23%;
    text-align: justify;
    font-size: 10px;
    font-family: calibri;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 10px;
	 display: inline;
}

.forumbitindex7 {
    width: 26.77%;
    padding-left: 25px;
    padding-top: 20px;
}

.forumbitindex8 {
    display: inline-block;
    font-size: 14px;
    border-bottom: 2px solid #5c5c5c;
    width: 99%;
	text-shadow: 1px 2px 2px #000;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.forumbitindex8::first-letter {
    color: var(--col4);
}

.forumbitindex8 a:link {
    color: var(--highlight);
    text-decoration: none;
}

.forumbitindex8 a:visited {
    color: var(--highlight);
    text-decoration: none;
}

.forumbitindex8 a:hover {
    color: var(--col4);
    text-decoration: none;
}

.forumbitindex9 {
    display: flex;
    align-items: flex-start;
    padding-top: 5px;
    font-size: 10px;
    font-family: calibri;
    text-transform: uppercase;
    width: 99%;
    text-align: right;
    letter-spacing: 2px;
}

.forumbitindex9-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ----------------------------------------- ENDE Forum Bit ----------------------------------------- */


/* ----------------------------------------- ANFANG HEADER TABELLE----------------------------------------- */

#headercontent {
    width: 1096px;
	height: 211;
    display: flex;
    font-size: 10px;
    font-family: calibri;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headertabelle1 {
    width: 1096px;
	height: 211;
    display: flex;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 10px;
    font-family: calibri;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headertabelle2{
    display: inline-block;
    width: 32%;
    margin-left: 5px;
}

.headertabelle3 {
    width: 100%;
    padding-right: 3px;
    text-align: justify;
    padding-left: 3px;
    height: 170px;
    overflow: auto;
    font-size: 10px;
    font-family: calibri;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headertabelle4 {
    width: 410px;
    display: inline-block;
    text-align: justify;
    padding-left: 5px;
	padding-right: 5px;
    height: 170px;
    overflow: auto;
}

.headertabelle5{
    display: inline-block;
    width: 100%;
}

.headertabelle6{
    padding-right: 3px;
    text-align: justify;
    padding-left: 3px;
    overflow: auto;
    height: 57px;
}

.headertabelle7{
    display: inline-block;
    width: 100%;
}

.headertabelle8 {
    height:87px;
    overflow: auto;
    font-size: 10px;
    font-family: calibri;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: justify;
	padding-right: 3px;
}

.headertabelle9 {
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 2px #333 solid;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 3px;
    font-family: 'Fjalla One', sans-serif;
}

.headertabelle10 {
    width: 33%;
    display: inline-block;
    padding-right: 6px;
}

.headertabelle11 {
    width: 33%;
    display: inline-block;
    padding-right: 6px;
}

/* ----------------------------------------- ENDE HEADER TABELLE----------------------------------------- */

/* ----------------------------------------- ANFANG HEADER BILD----------------------------------------- */

*:hover {
  transition: 0.7s ease-out;
}

.epic_header {
  width: 1100px;
  height: 540px;
  margin: 10px auto 10px auto;
  padding-top: 10px;
  background: url(https://aerandir.bplaced.net/downtown/img/header.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.epic_header-nav {
  display: flex;
  gap: 30px;
  padding: 20px 10px;
  align-self: flex-end;
  font-weight: 400;
  z-index: 1;
}

.epic_header-nav-item {
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  padding-bottom: 10px;
  cursor: pointer;
}

.epic_header-nav-item:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: var(--highlight);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.epic_header-nav-item:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.epic_header-content {
  margin: 100px 30px 30px 30px;
  display: flex;
  gap: 60px;
  justify-content: flex-end;
  z-index: 1;
}

.epic_header-content-left {
  flex-basis: 600px;
  margin-left: 150px;
}

.epic_header-shortinfo {
  font-size: 22px;
	color: var(--col4);
  text-transform: uppercase;
  font-family: var(--title);
}

.epic_header-title {
  font-size: 48px;
  font-family: "Petrona";
  padding: 30px 0;
}

.epic_header-button {
  width: 150px;
  height: 50px;
  border: 2px solid var(--highlight);
  background-color: var(--highlight);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.7s ease-out;
  cursor: pointer;
}

.epic_header-button:hover {
  border: 2px solid var(--highlight);
  background: var(--highlight);
  color: var(--col2);
  font-weight: 800;
}

.epic_header-content-right {
  flex-basis: 400px;
  display: flex;
  gap: 50px;
}

.epic_header-content-right-content {
  width: 450px;
  height: 350px;
}

.tabcontent {
  display: none;
}

.epic_header-block-img {
  margin-left: 25px;
  margin-top: 30px;
}

.epic_header-block-img img {
  width: 400px;
  height: 100px;
  object-fit: cover;
}

.epic_header-block-text {
  margin: 30px;
height: 150px;
  line-height: 180%;
	overflow: auto;
}

.epic_header-content-right-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.epic_header-content-right-menu-line {
  width: 2px;
  height: 200px;
  background: var(--col1);
  margin-top: -50px;
}

.epic_header-content-right-menu-points {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.epic_header-content-right-menu-point {
  width: 15px;
  height: 15px;
  border: 3px solid var(--col1);
  border-radius: 50px;
  transition: 0.7s ease-out;
}

.epic_header-content-right-menu-point:hover {
  border: 3px solid var(--col1);
  background: var(--col1);
  cursor: pointer;
}

.epic_header_menu {
  display: flex;
  margin: 0 30px 20px;
  gap: 20px;
  z-index: 1;
}

.epic_header_menu-item {
  width: 40px;
  height: 40px;
  color: var(--col4);
  font-size: 18px;
  transition: 0.5s ease-out;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.epic_header_menu-item i {
font-size:24px;
}

.epic_header_menu-item:hover {
  cursor: pointer;
  color: var(--col3);
  background: var(--highlight);
  border-radius: 50px;
  padding: 10px;
}

.tabcontent {
  animation: fadeEffect 0.7s;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
}

to {
    opacity: 1;
}


}

/* Tooltip */

[data-title]:after {
  content: attr(data-title);
  background-color: var(--col3);
  color: var(--col1);
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  padding: 5px 20px;
  bottom: -40px; /* Falls es nicht passt, anpassen */
  left: -100%; /* Verschiebt den Tooltip nach links */
  transform: translateX(-10px); /* Feineinstellung für bessere Platzierung */
  white-space: nowrap;
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}

[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}


[data-title] {
  position: relative;
}

/* ----------------------------------------- ENDE HEADER BILD----------------------------------------- */
/* --------------------------------------------------------- FOOTER -------------------------------------------------------- */
.newhope-footer {
    width: 1100px;
    margin: 0 auto;
    color: var(--highlight);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newhope-footer-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newhope-footer-box {
    background-color: var(--col6);
    padding: 15px;
    flex: 1;
	border: solid 2px var(--border);
    text-align: center;
}

/* Wer ist online / Wer war online */
.newhope-footer-title {
    font-size: 16px;
    font-weight: bold;
	font-family: var(--title);
    margin-bottom: 5px;
    color: var(--col4);
}

.newhope-footer-text {
    font-size: var(--size);
    color: var(--highlight);
}

/* Mittelteil: New User, Credits & Quotes */
.newhope-middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newhope-small-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 360px;
	height: 200px;
}

.newhope-small {
    width: 100%;
    height: 100px;
}

.newhope-footer-box.newhope-small {
    position: relative;
    padding: 15px;
}

.newhope-footer-welcome {
    position: absolute;
    top: 10px;
    left: 40px;
    font-size: 32px;
	font-family: 'Allura';
    color: var(--highlight); 
}

.newhope-footer-newuser {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 30px;
    font-family: var(--title);
    font-weight: bold;
    color: var(--col4);
}

/* Inplay-Quote */
.newhope-large {
    width: 630px;
    height: 200px;
}

/* Extended Stats */
.newhope-footer-extended-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}

.newhope-footer-extended-row {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.newhope-footer-extended-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: var(--highlight);
    width: 120px;
}

.newhope-footer-extended-stat-icon {
    font-size: 40px;
    margin-bottom: 5px;
    color: var(--highlight);
}

.nwh-icons {
	width: 40px;
    height: 40px;
	stroke: var(--highlight);
	fill: var(--highlight);
}

.newhope-footer-extended-stat-content {
    font-size: 14px;
    font-weight: bold;
}

.newhope-stats-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 550px;
	height: 162px;
}

.newhope-footer-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    text-align: center;
	padding-top: 15px;
}

.newhope-footer-stat {
    flex: 1;
    min-width: 100px;
}

.newhope-footer-stat-num {
    font-size: 22px;
    font-weight: bold;
    color: var(--highlight);
}

.newhope-footer-stat-text {
    font-size: var(--size);
    color: var(--highlight);
}

.newhope-footer-date {
    text-align: center;
    font-size: var(--size);
    color: var(--highlight);
    margin-top: 10px;
    padding: 10px;
    background-color: var(--col6);
    border-radius: 5px;
}

.newhope-img-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 10px;
	background-color: transparent !important;
}

.newhope-img-box img {
    height: 40px;
    transition: transform 0.2s ease-in-out;
}

.newhope-img-box img:hover {
    transform: scale(1.1);
}

/* Credits */
.newhope-footer-credits smalltext {
    font-size: 12px;
    color: var(--highlight);
}
/* ----------------------------------------- ANFANG FOOTER BILD----------------------------------------- */

.wr_footer {
  width: 1100px;
  height: 530px;
  margin: auto;

  padding: 20px;
  box-sizing: border-box;

  display: flex;
  gap: 15px;
  position: relative;
}

.wr_footer-title {
  text-transform: uppercase;
  color: var(--highlight);
  font-family: var(--text);
  z-index: 999;
}

.wr_footer-title:after {
  content: "";
  width: 100px;
  height: 2px;
  background: var(--col1);
  display: inline-block;
  padding-top: -15px;
  margin-left: 5px;
}

.wr_footer-text {
  margin-top: 10px;
  font-size: 12px !important;
  line-height: 160%;
}

.wr_footer-textwio {
  margin-top: 10px;
  font-size: 12px !important;
  line-height: 160%;
	height: 140px;
	overflow: auto;
}

.wr_footer-extended {
  display: none;

  -webkit-transition: all 0.5s ease-in-out;
}

.wr_footer-extended-stats {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.wr_footer-extended-stat-icon {
    color: var(--highlight);
    font-size: 20px;
    width: 30px; /* Feste Breite für die Icons */
    height: 30px; /* Feste Höhe für die Icons */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; /* Verhindert das Verkleinern der Icons */
}

.wr_footer-extended-stat-content {
    border-bottom: 2px solid var(--col1);
    padding-right: 50px;
}

.wr_footer-background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/img/footer.png);
  background-size: cover;
  filter: grayscale(100%);
  z-index: -1;
}

.wr_footer-background:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 3, 3, 0.7);
  filter: grayscale(100%);
  z-index: 0;
}

.wr_footer-left {
  z-index: 999;

  display: flex;
  align-items: flex-end;
}

.wr_footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wr_footer-links:before {
  content: "";
  width: 3px;
  height: 200px;
  background: var(--col1);
  margin-left: 15px;
}

.wr_footer-link {
  width: 30px;
  height: 30px;
  border: 3px var(--col1) solid;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--col1);
  cursor: pointer;

  transition: 0.5s ease-out;
}

.wr_footer-link:hover {
  background: var(--col3);
  color: var(--highlight);
}

.wr_footer-right {
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
}

.wr_footer-right-top {
  width: 1000px;
  height: 300px;

  display: flex;
  gap: 20px;
}

.wr_footer-right-middle {
  display: flex;

  flex-direction: column;
  gap: 20px;
}

.wr_footer-weristonline {
  width: 100%;
  height: 170px;
  background: var(--col3);
  padding: 20px;
  box-sizing: border-box;
}

.wr_footer-credits {
  width: 100%;
  height: 170px;
  background: var(--col3);
  padding: 20px;
  box-sizing: border-box;
}

.wr_footer-right-right {
  height: 100%;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wr_footer-werwarheuteda {
  width: 300px;
  height: 210px;
  background: var(--col3);
  padding: 20px;
  box-sizing: border-box;

  -webkit-transition: all 0.5s ease-in-out;
}

.wr_footer-right-right-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}

.wr_footer-button {
  width: 300px;
  height: 50px;
  text-align: center;
  border: 2px solid var(--highlight);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--highlight);
  box-sizing: border-box;

  -webkit-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.wr_footer-button:hover {
  background: var(--highlight);
  color: var(--col3);
}

.wr_footer-newuser-box {
  display: flex;
  flex-basis: 600px;
  justify-content: flex-end;
}

.wr_footer-newuser {
  font-size: 25px;
  color: var(--highlight);
  font-family: var(--text);
  text-transform: uppercase;
  text-align: right;
  align-self: flex-end;
  margin-left: 100px;

  -webkit-transition: all 0.5s ease-in-out;
}

.wr_footer-newuser:before {
  content: "Willkommen,";
  display: block;
  font-size: 13px;
  color: #efefef;
  text-transform: none;
}

.wr_footer-right-bottom {
  height: 150px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-in-out;
}

.wr_footer-quote {
  height: 150px;
  padding: 0 20px;
}

.wr_footer-quote-text {
  font-size: 15px;
  text-align: right;
  font-family: var(--text);
  line-height: 180%;
}

.wr_footer-quote-author {
  text-align: right;
  color: var(--highlight);
  text-transform: uppercase;
  margin-top: 10px;
}

.wr_footer-quote-author:before {
  content: "von";
  color: var(--col1);
  text-transform: lowercase;
}

.wr_footer-statistics {
  display: flex;
  gap: 20px;
}

.wr_footer-stat {
  text-align: center;
}

.wr_footer-stat-num {
  color: var(--highlight);
}

.wr_footer-stat-text {
  text-transform: uppercase;
}

/* Toggle IDs */

.wr_footer-extended-open {
  width: 500px;
  background: var(--col3);
  display: block;
  transition: 0.5 ease-out;
  -webkit-transition: all 0.5s ease-in-out;

  padding: 20px;
  box-sizing: border-box;
}

.wr_footer-newuser-open {
  margin-left: -60px;
}

.wr_footer-button-open {
  width: 100px;
  -webkit-transition: all 0.5s ease-in-out;
}

/* ----------------------------------------- ANFANG ENDE BILD----------------------------------------- */

/* ----------------------------------------- ANFANG Forum Beiträge ----------------------------------------- */

    .forum_description {
        font-size: 14px;
        padding: 5px;
        text-align: left;
        width: 250px;
        height: 100px;
        overflow: auto;
        font-family: var(--text);
        background-color: #272733;
        border: 1px #000 solid;
        box-sizing: border-box;
}

.titlef {
        width: 345px;
        height: 50px;
        border: 1px solid var(--highlight);
        background-color: #272733;
        padding: 5px;
        text-align: center;
        font-size: 25px;
        box-sizing: border-box;
        font-family: var(---title);
}

.titlef a {
            color: var(--highlight); 
            text-decoration: none;
            transition:all ease 0.8s;
}

.titlef a:visited {
            color: var(--highlight); 
            text-decoration: none;
}

.titlef a:hover,
        a:active {
            color: var(--highlight);
}

.topics {
        border: 1px solid var(--highlight);
        padding: 7.5px 0;
        text-align: center;
        width: 172px;
        margin-top: 5px;
        float: left;
        font-size: 14px;
        font-family: var(--text);
        background-color: #272733;
        box-sizing: border-box;
}

.t_margin {
        margin-right: 1px;
}

.subforums {
        width: 150px;
        height: 100px;
        overflow: auto;
        border: 1px solid var(--highlight);
        padding: 5px;
        box-sizing: border-box;
}

.sub {
        padding: 3px;
        margin: 2px 0;
        background: #cdcdcd;
        font-size:13px;
        font-family: var(--text);
        overflow: auto;
}

.post_edit {
        font-weight: bold;
}

.lastpostdeck {
        border: 1px solid var(--highlight);
        background-color: #272733;
        height: 100px;
        width: 250px;
        padding: 5px;
        box-sizing: border-box;
}

.lastpost_title {
        text-align: center;
        font-size: 14px;
        font-family: var(--text);
}

.line {
        width: 80%;
        height: 2px;
        background: #2a2a2a;
        margin: 4px auto;
}

.date {
        font-size: 14px;
        text-align: center;
        font-family: var(--text);
}

.poster {
        font-size: 14px;
        font-family: var(--text);
        text-align: center;
}

/* ----------------------------------------- ENDE Forum Beiträge ----------------------------------------- */

/* ----------------------------------------- ANFANG SCENETRACKER ----------------------------------------- */
.subject {
	font-family: var(--title);
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	text-transform:uppercase;
}

.players {
	font-size: 12px;
	text-align: left;
}

/* ----------------------------------------- ANFANG Forum Beiträge ----------------------------------------- */

.forum_description {
    font-size: 14px;
    padding: 5px;
    text-align: left;
    width: 250px;
    height: 100px;
    overflow: auto;
    font-family: var(--text);
    background-color: #272733;
    border: 1px #000 solid;
    box-sizing: border-box;
}

.titlef {
    width: 345px;
    height: 50px;
    border: 1px solid var(--highlight);
    background-color: #272733;
    padding: 5px;
    text-align: center;
    font-size: 25px;
    box-sizing: border-box;
    font-family: var(---title);
}

.titlef a {
        color: var(--highlight); 
        text-decoration: none;
        transition:all ease 0.8s;
}

.titlef a:visited {
        color: var(--highlight); 
        text-decoration: none;
}

.titlef a:hover,
    a:active {
        color: rgba(41, 41, 41, 0.7);
}

.topics {
    border: 1px solid var(--highlight);
    padding: 7.5px 0;
    text-align: center;
    width: 172px;
    margin-top: 5px;
    float: left;
    font-size: 14px;
    font-family: var(--text);
    background-color: #272733;
    box-sizing: border-box;
}

.t_margin {
    margin-right: 1px;
}

.subforums {
    width: 150px;
    height: 100px;
    overflow: auto;
    border: 1px solid var(--highlight);
    padding: 5px;
    box-sizing: border-box;
}

.sub {
    padding: 3px;
    margin: 2px 0;
    background: #cdcdcd;
    font-size:13px;
    font-family: var(--text);
    overflow: auto;
}

.post_edit {
    font-weight: bold;
}

.lastpostdeck {
    border: 1px solid var(--highlight);
    background-color: #272733;
    height: 100px;
    width: 250px;
    padding: 5px;
    box-sizing: border-box;
}

.lastpost_title {
    text-align: center;
    font-size: 14px;
    font-family: var(--text);
}

.line {
    width: 80%;
    height: 2px;
    background: #2a2a2a;
    margin: 4px auto;
}

.date {
    font-size: 13px;
    text-align: center;
    font-family: var(--text);
}

.poster {
    font-size: 13px;
    font-family: var(--text);
    text-align: center;
}

/* ----------------------------------------- ENDE Forum Beiträge ----------------------------------------- */

/* ----------------------------------------- ANFANG Gestaltung  ----------------------------------------- */

x {
    color: var(--col4);
}

o {
    color: var(--blue);
}

h1 {
    background: var(--col2);
    border-bottom: 4px solid var(--col4); 
    color: var(--highlight);
    text-shadow: 1px 1px 2px #000000;
    letter-spacing: 2px;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: var(--title);
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

h1::first-letter{
    color:var(--col4);
}

h2 {
    text-transform: uppercase;
    font-family: var(--title);
    text-align: center;
    color: var(--highlight);
    border-bottom: solid 2px var(--highlight);
    font-size: 18px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 4px var(--col4);
	clear: both;
}

h2::first-letter{
    color:var(--col4);
	text-shadow: 0px 0px 0px;
}

h3 {
    font-family: var(--title);
    text-align: center;
    color: var(--highlight);
    border-bottom: solid 2px #74736f;
    font-size: 24px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 4px var(--col4);
	clear: both;
}

h4 {
    background-color: var(--col2);
    font-family: var(--title);
    text-align: center;
    height: 20px;
    font-size: 16px; 
    text-transform: uppercase;
    padding-bottom: 4px;
    color:var(--highlight);
    letter-spacing: 2px;
	clear: both;
}

h5 {
    background: var(--col2);
    border-bottom: 2px solid #202020; 
    color:var(--highlight);
    letter-spacing: 2px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--title);
    font-size: 13px;
    text-align: center;
	clear: both;
}

h6 {
    background: var(--col2);
    border-bottom: 4px solid var(--col5); 
    color:var(--highlight);
    text-shadow: 1px 0px 3px var(--col4);
    letter-spacing: 2px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: var(--title);
    font-size: 22px;
    font-weight: normal;
    text-align: center;
	clear: both;
}

a:link {
    color: var(--col4);
    text-decoration: none;
}

a:visited {
    color: var(--col4);
    text-decoration: none;
}

a:hover,
a:active {
    color: var(--highlight);
}

#container {
	width: 1100px;
	color: var(--highlight);
	text-align: left;
	line-height: 1.4;
	margin: 0;
	margin: auto auto;
	margin-bottom: 50px;
	font-family: var(--text);
	font-size: 14px;
}

body {
    background-color: rgba(45, 45, 58, 0.7);
    background-image: url(/img/bgboard.png);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-attachment: fixed; 
    background-blend-mode: multiply;
    margin: 0;
    padding: 0;
    height: 100vh; 
}



/* ----------------------------------------- ENDE Gestaltung  ----------------------------------------- */


.scaleimages img {
    max-width: 100%;
}

.forum_status {
    height: 100px;
    width: 100px;
    display: inline-block;
}

.forum_on {
    height: 75px;
    width: 75px;
 background: url(../../../img/new.png)  no-repeat 0 0;
}

.forum_off {
    height: 75px;
    width: 75px;
 background: url(../../../img/old.png)  no-repeat 0 0;
}

.forum_offclose {
    height: 75px;
    width: 75px;
 background: url(../../../img/closed.png)  no-repeat 0 0;
}

.forum_offlock {
    height: 75px;
    width: 75px;
 background: url(../../../img/closed.png)  no-repeat 0 0;
}

.forum_offlink {
    height: 75px;
    width: 75px;
 background: url(../../../img/old.png)  no-repeat 0 0;
}

.subforumicon {
height: 100px;
width: 100px;
display: inline-block;
}

.subforum_minion {
    height: 75px;
    width: 75px;
 background-image: url(../../../img/new.png)  no-repeat 0 0;
}

.subforum_minioff {
    height: 75px;
    width: 75px;
 background-image: url(../../../img/old.png)  no-repeat 0 0;
}

.subforum_minioffclose {
    height: 75px;
    width: 75px;
 background-image: url(../../../img/closed.png)  no-repeat 0 0;
}

.subforum_miniofflink {
    height: 75px;
    width: 75px;
 background-image: url(../../../img/old.png)  no-repeat 0 0;
}

table {
    color: var(--highlight);
    font-size:var(--size);
}

.tborder {
    background: #272733;
 width: 100%; /* Stellt sicher, dass die Tabelle die volle verfügbare Breite einnimmt */
    max-width: 1096px; /* Setze eine maximale Breite, um sie mit dem Rest des Forums abzugleichen */
    margin: auto auto;
    border: 2px solid var(--highlight);
    padding: 1px;
}

.tborderind {

 width: 100%; /* Stellt sicher, dass die Tabelle die volle verfügbare Breite einnimmt */
    max-width: 1100px; /* Setze eine maximale Breite, um sie mit dem Rest des Forums abzugleichen */
    margin: auto auto;
    padding: 1px;
}

.tborderind td {
	padding: 0;
}

.tfixed {
    table-layout: fixed;
    word-wrap: break-word;
}

.theadipk {
    background-color: #272733;
    background-image: url(https://burning-ashes.de/img/asfalt-light.png);
    color: var(--highlight);
    text-align: center;
    padding: 5px;
    border-bottom: 3px solid var(--highlight);
    text-shadow: 1px 2px 2px #000;
    font-family: var(---title);
    font-size: 15px;
    font-weight: bold;
}

.theadipk a:link {
    color: var(--highlight); 
    transition:all ease 0.8s;
    text-decoration: none;
    text-shadow: 1px 2px 2px #000;
}

.theadipk a:visited {
    color: rgba(59, 59, 59, 0.7);
    text-decoration: none;
}

.theadipk a:hover, 
.theadipk a:active {
    color: rgba(133, 133, 133, 0.7);
}

.thead {
    background-color: #272733;
    background-image: url(https://burning-ashes.de/img/asfalt-light.png);
    color: var(--highlight);
    text-align: center;
    padding: 5px;
    border-bottom: 3px solid var(--highlight);
    text-shadow: 1px 2px 2px #000;
    font-family: 'Fjalla One', sans-serif;
    font-size: 25px;

    text-transform: uppercase;
}

.thead::first-letter {
    color: var(--col4);
}

.thead a:link {
    color: var(--highlight); 
    transition:all ease 0.8s;
    text-decoration: none;
    text-shadow: 1px 2px 2px #000;
}

.thead a:visited {
    color: rgba(59, 59, 59, 0.7);
    text-decoration: none;
}

.thead a:hover, 
.thead a:active {
    color: rgba(133, 133, 133, 0.7);
}

.tcat {
    background: #272733;
    color: var(--highlight);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size:14px;
    height: 20px;
}

.tcat a:link {
    color: var(--col4);
}

.tcat a:visited {
    color: var(--col4);
}

.tcat a:hover,
.tcat a:active {
    color: var(--col1);
}

.trow1forumding {
    background-color: #272733;
    border: 0px;
    padding: 20px 0px 5px 0px;
    letter-spacing: 0px;
    line-height: 15px;
    text-align:left;
	font-size: 13px;
}

.trow1 {
    background-color: #272733;
    border: 0px;
    padding: 10px;
    letter-spacing: 0px;
    line-height: 15px;
    text-align:left;
	font-size: 14px;
}

.trow1as {
    background-color: rgba(39, 39, 51, 0.7);
    border: 0px;
    padding: 10px;
    letter-spacing: 0px;
    line-height: 15px;
    text-align:left;
	font-size: 13px;
}


.trow1forumdings{
    background-color: #272733;
    border: 0px;
    padding: 20px;
    letter-spacing: 0px;
    line-height: 15px;
    text-align:left;
	font-size: 13px;
}

.birthdaywrap {
  display: flex;
    flex-wrap: wrap; /* Boxen umbrechen, falls kein Platz ist */
    gap: 10px; /* Abstand zwischen den Boxen */
}

.trow2birth {
 flex: 0 0 245px; 
    background-color: #272733;
    border: 0px;
    padding: 10px;
    letter-spacing: 0px;
    line-height: 15px;    
    text-align:left;
}

.trow2 {
    background-color: #272733;
    border: 0px;
    padding: 10px;
    letter-spacing: 0px;
    line-height: 15px;    
    text-align:left;
}

.trowAL {
    background-color: #303030;
    color: var(--highlight);
    border: 0px;
    padding: 10px;
    letter-spacing: 0px;
    line-height: 15px;    
    text-align:center;
}

.trowAL a:link {
    color: var(--highlight);
}

.trowAL a:visited {
    color: rgba(59, 59, 59, 0.7);
}

.trowAL a:hover,
.trowAL a:active {
    color: rgba(133, 133, 133, 0.7);
}

.trow_shaded {
background-color: #272733;
    border: 0px;
    padding: 10px;
    letter-spacing: 0px;
    line-height: 15px;    
    text-align:left;
}


.no_bottom_border {
    border-bottom: 0;
}

.post.unapproved_post {
    background: #ffdde0;
}

.post.unapproved_post .post_author {
    border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
    border-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
    background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
    background: #FFFBD9;
    color: var(--highlight);
    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: var(--highlight);
}

.trow_sep {
    background: var(--col2);
    color: var(--highlight);
	border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 6px;
    font-size:13px;
    font-weight: bold;
}

.tfoot {
    border-top: 1px solid #fff;
    padding: 6px;
	font-size: 13px;
    background: #1c1c25;
    color: var(--highlight);
}

.tfoot a:link {
    color: var(--col4);
    text-decoration: none;
}

.tfoot a:visited {
    color: var(--col4);
    text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
    color: var(--col4);
    text-decoration: underline;
}

.thead input.textbox,
.thead select {
    border: 1px solid var(--highlight);
}

.bottommenu {
    background: #efefef;
    color: var(--highlight);
    border: 1px solid var(--highlight);
    padding: 10px;
}

.navigation {
    color: var(--highlight);
    font-size:14px;
}

.navigation a:link {
    text-decoration: none;
}

.navigation a:visited {
    text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
    text-decoration: underline;
}

.navigation .active {
    color: var(--highlight);
    font-size: small;
    font-weight: bold;
}

.smallertext {
    font-size: 10px;
    font-family: var(--text);
}

.smalltextsearch {
    font-size: 13px;
    font-family: var(--text); 
		width:467px !important; 
	white-space:nowrap !important;
	overflow:hidden !important;
	text-overflow:ellipsis !important;
}

.smalltextquote {
    font-size: 13px;
    font-family: var(--text);
	display: block; 
	text-align: right; 
	margin-right:15px;
}

.smalltext {
    font-size: 13px;
    font-family: var(--text);
}

.largetext {
    font-size: 17px;
    font-weight: bold;
}

fieldset {
    padding: 12px;
    border: 1px solid var(--highlight);
    margin: 0;
}

.fieldsetaway {
	background-color: var(--col7);
	color: var(--col4);
	width: 350px;
    padding: 12px;
    border: 1px solid var(--col4);
	border-radius: 15px;
    margin: 0;
	margin-bottom: 5px;
}

fieldset.trow1,
fieldset.trow2 {
    border-color: #bbb;
}

fieldset.align_right {
    text-align: right;
}

input.textbox {
    background: var(--col7);
    color: var(--text);
    border: 1px solid var(--highlight);
    padding: 3px;
    outline: 0;
    font-size:13px;
    font-family: var(--text) !important;
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
    background: var(--col7);
    color: var(--text);
    border: 1px solid var(--highlight);
    padding: 2px;
    line-height: 1.4;
    outline: 0;
    font-family: var(--text);
    font-size:14px;
}

select {
    background: var(--col7);
    padding: 3px;
    border: 1px solid var(--highlight);
    outline: 0;
	color: var(--highlight);
    font-family: var(--text);
    font-size:13px;
}

button,
input.button {
    padding: 3px 8px;
    cursor: pointer;
    font-family: var(--text);
    font-size: 13px;
    background: var(--col7) repeat-x;
    border: 1px solid var(--highlight);
    color: var(--highlight);
    outline: 0;
}

button:hover,
input.button:hover {
    border-color: rgb(88, 88, 88);
}

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:13px;
}

form #message {
    width: 500px;
}

.editor {
    background: var(--col7);
    border: 1px solid var(--highlight);
}

.editor_control_bar {
    background: #fff;
    border: 1px solid var(--highlight);
}

.post .editor_control_bar {
    background: #f5f5f5;
}

.popup_menu {
    background: #fff;
    border: 1px solid var(--highlight);
}

.popup_menu .popup_item {
    background: #efefef;
    color: #000;
}

.popup_menu .popup_item:hover {
    background: #0072BC;
    color: #000;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.reputation_positive {
    color: green;
}

.reputation_neutral {
    color: var(--col1);
}

.reputation_negative {
    color: red;
}

.repbox {
    font-size:15px;
    font-weight: bold;
    padding:5px 7px 5px 7px;
}

._neutral {
    background-color:#FAFAFA;
    color: var(--highlight);
    border:1px solid rgb(88, 88, 88);
}

._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: var(--highlight);
    color: var(--highlight);
    height: 1px;
    border: 0px;
}

.clear {
    clear: both;
}

#debug {
margin: auto;
width: 500px;
}

.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: var(--highlight);
    text-align: center;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 3px;
}

.tcat_menu > .expcolimage {
    margin-top: 0;
}

blockquote {
    border: 1px solid var(--highlight);
    margin: 0;
    background: var(--col7);
    padding: 10px;
}

blockquote cite {
    font-weight: bold;
    border-bottom: 1px solid rgb(88, 88, 88);
    font-style: normal;
    display: block;
    padding-bottom: 3px;
    margin: 0 0 10px 0;
}

blockquote cite > span {
    float: right;
    font-weight: normal;
    font-size:13px;
    color: var(--highlight);
}

blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
}

.codeblock {
    background: var(--col7);
    border: 1px solid var(--highlight);
    padding: 10px;
    color: var(--highlight);
}

.codeblock .title {
    border-bottom: 1px solid var(--highlight);
    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;
	font-size:13px;
}

.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(--col7);
	border: 1px solid var(--col4);
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size:18px;
}

.red_alert {
    background: #FBE3E4;
    border: 1px solid #A5161A;
    color: #A5161A;
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 15px;
    font-size:13px;
    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:13px;
}

div.error p {
    margin: 0;
    color: var(--highlight);
    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: 12px;
    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 var(--highlight);
}

.pagination .pagination_current {
    background: none;
    color: var(--highlight);
    border: none;
    font-weight: bold;
}

.pagination a:hover {
    background: #0072BC;
    color: var(--highlight);
    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 var(--highlight);
    outline: 1px solid rgb(88, 88, 88);
    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;
}

.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;
}

.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:13px;
    margin-bottom: 10px;
}

.error_message {
    color: #C00;
    font-weight: bold;
    font-size:13px;
    margin-bottom: 10px;
}

#posts_container {
    padding: 0;
}

.ignored_post {
    border-top: 3px solid rgb(168, 168, 168);
    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 rgb(88, 88, 88);
    padding: 15px;
}

.deleted_post_collapsed {
    border-top: 3px solid rgb(168, 168, 168);
    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: 4px solid rgb(88, 88, 88);
    border-top: 4px solid rgb(88, 88, 88);
    background: #272733;
    overflow: hidden;
	padding: 0px 10px 0px 10px;
}

.post.classic .post_author {
    border: 1px solid var(--highlight);
    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;
	margin-top: 15px;
}

.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 var(--highlight);
    background: #272733;
    width: 320px;
    height: 220px;
}

.post .post_author div.author_statistics {
    float: left;
    font-size: 13px;
    padding: 3px 10px 3px 5px;
    color: var(--highlight);
    line-height: 1.3;
}

.postbitwrapper {
    display: grid;
    grid-template-columns: 200px 180px 330px;
    grid-auto-rows: minmax(100px, auto);
}

.post .post_author div.author_groupicon {
    
    padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.groupiconrahmen{
  
    height: 113px;
	width: 253px;
    padding: 4px;
	margin-left: 47px;
    margin-top: 10px;
    margin-bottom: 3px;
}

.post .post_author div.author_information {
	float: left;    
	font-size: 13px;
	padding-top: 6px;
	padding-bottom: 6px;
    padding-left: 47px;
	grid-column: 1 / span 2;
	grid-row: 2;
}

.post .post_author div.author_RPG {
    font-size: 13px;
    color: var(--highlight);
    grid-column: 2;
    grid-row: 2;
	padding-top: 30px;
	padding-bottom: 6px;
}

.post .post_author div.author_ki {
    font-size: 13px;
    color: var(--highlight);
    line-height: 1.3;
    grid-column: 3;
    grid-row: 1 / 3;
    max-height: 225px;
    overflow: auto;
	padding: 0 8px;
	margin-top: 14px;
}


.fullname {
    display: block;
    width: 100%; /* Nimmt den gesamten Platz ein */
    text-align: center; /* Optional: Zentriert den Text */
    font-size: 16px; /* Optional: Größe anpassen, falls notwendig */
    white-space: nowrap; /* Verhindert Umbrüche */
    overflow: hidden; /* Falls der Name zu lang ist, wird er abgeschnitten */
    text-overflow: ellipsis; /* Optional: setzt '...' bei zu langen Namen */
}


.post.classic .post_author div.author_statistics {
    border-top: 1px dotted rgb(88, 88, 88);
    margin: 6px 0 0 0;
    padding: 6px 6px 3px 6px;
    float: none;
}

.post .post_head {
    font-size: 13px;
    padding-bottom: 4px;
    border-bottom: 1px dotted rgb(168, 168, 168);
    margin-bottom: 4px;
}

.post .post_head span.post_date {
    color: var(--highlight);
}

.post .post_head span.edited_post {
    font-size: 13px;
    color: var(--highlight);
}

.post .post_head span.edited_post a {
    color: var(--highlight);
}

.post_body {
	width: 1050px;
    font-size: 14px;
    padding: 12px 0;
	text-align: justify;
}

.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 rgb(88, 88, 88);
    padding: 10px 0 4px 0;
}

.post .post_meta {
    margin: 4px 0;
    font-size: 13px;
    color: var(--highlight);
}

.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;
    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: 13px;
    background: #1c1c25 repeat-x;
    color: var(--highlight);
}

.postbit_buttons > a:hover {
    border-color: rgb(88, 88, 88);
}

.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_pdfcon span {
    background-position: 0 -420px;
}

.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: rgb(32, 32, 32) url(../../../images/tcat.png) repeat-x;
    color: var(--highlight);
    display: inline-block;
    padding: 4px 8px;
    margin: 2px 2px 6px 2px;
    border: 1px solid var(--highlight);
    font-size: 13px;
}

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 var(--highlight);
    height: 10px;
}

.pollbar .percent {
    display: none;
}

.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: rgba(133, 133, 133, 0.7);
    font-size:13px;
    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));
    zoom: 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: var(--highlight);
}

.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));
    zoom: 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: var(--highlight);
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: lightgreen;
    border: 1px solid lightgreen;
    color: var(--highlight);
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: var(--highlight);
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
    background: yellow;
    border: 1px solid yellow;
    color: var(--highlight);
}

/** 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;
    font-family: var(--text);
    background: var(--col6); 
    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;
}

.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: var(--text), Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: #272733;
    font-size:13px;
    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:13px;
    line-height: 20px;
    border-bottom: solid 1px #eeeeee;
}

div.jqi .jqimessage{
    padding: 10px;
    line-height: 20px;
    color: var(--col1);
    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: 13px;
}

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;
}

/* 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: #272733;
}

.jqi .jqiarrowtc{
left: 50%; top: -20px; border-bottom-color: #272733; margin-left: -10px;
}

.jqi .jqiarrowtr{
right: 10px; top: -20px; border-bottom-color: #272733;
}

.jqi .jqiarrowbl{
left: 10px; bottom: -20px; border-top-color: #272733;
}

.jqi .jqiarrowbc{
left: 50%; bottom: -20px; border-top-color: #272733; margin-left: -10px;
}

.jqi .jqiarrowbr{
right: 10px; bottom: -20px; border-top-color: #272733;
}

.jqi .jqiarrowlt{
left: -20px; top: 10px; border-right-color: #272733;
}

.jqi .jqiarrowlm{
left: -20px; top: 50%; border-right-color: #272733; margin-top: -10px;
}

.jqi .jqiarrowlb{
left: -20px; bottom: 10px; border-right-color: #272733;
}

.jqi .jqiarrowrt{
right: -20px; top: 10px; border-left-color: #272733;
}

.jqi .jqiarrowrm{
right: -20px; top: 50%; border-left-color: #272733; margin-top: -10px;
}

.jqi .jqiarrowrb{
right: -20px; bottom: 10px; border-left-color: #272733;
}

/** Impromptu End */



/** Obere Menüleiste **/
.columns {
list-style: none !important; 
margin: 0; 
padding: 0;
}

.columns li {
list-style: none !important; 
width: 80%; 
float: left;
}

#menu1 {
font-size:13px;
font-family: var(--text);
text-align:center; 
position:fixed; height: 25px; width:100%;
top:0px; left:0px; right:0px; color:#959595;
background:var(--col6);
}

#menu {
padding:10px; padding-left:15px;padding-right:15px; text-transform:uppercase;
}

#forum_name {
padding-left:15px; font-size:20px; font-family: var(--text);
}

#forum_name::first-letter {
font-family: var(--text); font-size:30px;
}

td#header_tab {
font-family: var(---title); overflow:auto; font-size:30px;color:rgb(168, 168, 168);border-bottom: solid #4D4D4D 3px;text-shadow: 1px 2px 2px #000;text-align:center;
}

#links {
display:block; text-align:center; text-transform:uppercase; padding:3px; margin:3px;
background:#494949;
}

#links a:link {
color:rgb(168, 168, 168);
}

#news_date {
display:inline;font-size:15px;font-weight:bold;border-bottom:solid #4D4D4D 2px;vertical-align:top;
}

#footer {
    font-family: var(--text);
    text-align: center;
    position: absolute;
    color: var(--highlight);
left: 50%;
transform: translate(-50%,-50%);
	display: table-cell;
	align-items: center;
	justify-content: center;
}
