tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
	border-right: 0;
}

.tborder {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.tborder tbody tr:last-child > td {
	border-bottom: 0;
}

.tborder tbody tr:last-child > td:first-child {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.tborder tbody tr:last-child > td:last-child {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.thead {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.thead_collapsed {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.thead_left {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.thead_right {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
}

.tcat_menu {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
	-moz-border-radius-bottomleft: 6px !important;
	-moz-border-radius-bottomright: 6px !important;
	-webkit-border-bottom-left-radius: 6px !important;
	-webkit-border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.postbit_buttons > a,
a.button {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.post.classic .post_author {
   border: 1px solid #ddd;
   float: left;
   width: 240px;
   margin: 0 1% 15px 0;
   border-left: 0;
   padding: 5px 1%;
}

.popup_menu .popup_item_container:first-child .popup_item {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.popup_menu .popup_item_container:last-child .popup_item {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.pollbar {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.error {
	-moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
   	 border-radius: 6px;
}

.profile2-wr {
  margin: auto;
  width: 1020px;
  background: #0f0f10;
  padding: 10px;
  box-sizing: border-box;
  color: #666146;
  font-family: "Roboto";
  font-size: 13px;
}

.profile2-wr_user {
  padding: 20px;
  background: #0a0a0b;
  margin-bottom: 5px;
}

.profile2-wr_username {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
	 text-align: center;
	letter-spacing:  0.4em;
}

.profile2-wr_quote {
  font-style: italic;
	color: #500a08;
}

.profile2-wr_quote:before {
  content: "»";
	color: #500a08;
  font-weight: bold;
}

.profile2-wr_flex {
  display: flex;
  justify-content: space-between;
}

.profile2-wr_left {
  background: #0a0a0b;
	  margin-right: 5px;
}

.profile2-wr_avatar {
  margin-bottom: 10px;
}

.profile2-wr_icon {
  margin-bottom: 10px;
}

.profile2-wr_nick {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
	color: #500a08;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.profile2-wr_away {
  background: #0b0b0b;
  margin: 5px;
  padding: 10px;
}

.profile2-wr_middle {
  width: 520px;
	height: 740px;
	 background: #0a0a0b;
	padding-right: 5px;
}

.profile2-wr_character {
  background: #0a0a0b;
  padding: 10px;
}

.profile2-wr_title {
  font-size: 20px;
  text-transform: uppercase;
	background: #0f0f10;
	color: #500a08;
  font-weight: bold;
  margin-bottom: 5px;
}

.profile2-wr_character-content {
  height: 310px;
	font-size: 13px;
	color: #999893;
  text-align: justify;
  overflow: auto;
  padding: 5px;
	display:inline-block;
scrollbar-width: none;
}

.profile2-wr_mod {
  background: #0a0a0b;
	color: #500a08;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
}

.profile2-wr_signature {
  text-align: center;
}

.profile2-wr_right {
  width: 250px;
	  margin-right: 15px;
  background: #0a0a0b;
   padding: 5px;
}

.profile2-wr_description {
}

.profile2-wr_description-content {
  height: 90px;
  overflow: auto;
}

.profile2-wr_description-box {
  background: #0a0a0b;
}

.profile2-wr_stats {
}

.profile2-wr_stats-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 240px;
  margin-bottom: 10px;
  overflow: auto;
}

.profile2-wr_stats-box {
  background: #0a0a0b;
  padding: 5px 10px;
}

.profile2-wr_skills-content {
  height: 250px;
background: #0f0f0f;
  text-align: justify;
  overflow: auto;
  padding-right: 5px;
	  padding-left: 5px;
		font-size: 13px;
	color: #877958;
scrollbar-width: none;
}

.profile2-wr_charas-content {
  height: 350px;
background: #0f0f0f;
  text-align: justify;
  overflow: auto;
  padding: 5px;
		display:inline-block;
scrollbar-width: none;
}

/******************* TEXTBOXEN *******************/

.nftextfeldlinks {
    background-color:#0b0b0b;
    font-family: Arial;
    font-size:12px;
    line-heigth: 16px;
    color:#837c58;
    text-align:justify;
	letter-spacing:  0.1em;
    padding:0px;
    text-align:center;
    border-box:box-sizing;
}

.nftextfeldbig {
   background-color:#121011;
    font-family:Arial;
    font-size:11px;
    line-height: 15px;
    color:#837c58;
    text-align:justify;
    padding:10px;
    height:160px;
    overflow:auto;
    border-box:box-sizing;
scrollbar-width: none;
}

.nftextfeldsmall {
    background-color:#121011;
    font-family:Arial;
    font-size:11px;
    line-height: 15px;
    color:#837c58;
    text-align:justify;
    padding:10px;
    height:110px;
    overflow:auto;
    border-box:box-sizing;
}

.nftextfeldsmall2 {
    background-color:#121011;
    font-family:Arial;
    font-size:11px;
    line-height: 15px;
    color:#837c58;
    text-align:justify;
    padding:10px;
    height:50px;
    overflow:auto;
    border-box:box-sizing;
}

.nfteamtext {
    float:left;
    width:170px;
    margin:0 20px;
}

/******************* SCROLLBAR *******************/

#newsflash ::-webkit-scrollbar {
    width:8px;
    background:#837c58;
}

#newsflash ::-webkit-scrollbar-thumb {
    background:#837c58;
    height:10px;
}

#newsflash ::-webkit-scrollbar-track {
    background-color:#837c58;
    opacity:0.8;
}

/******************* LINKS *******************/

#newsflash a {
    font-family:'Verdana', cursive;
    color:#837c58;
    font-size: 12px;
    text-decoration: none;
    display:inline;
    text-transform:uppercase;
    font-weight:bold;
}

#newsflash a:hover {
    letter-spacing:1px;
	color:#bbb38c;
}

.nftextfeldlinks a {
    padding:2px 5px;
}

/******************* ÜBERSCHRIFT *******************/

.nfheadline {
    font-family:'Verdana', cursive;
    color:#bd0009;
    font-size:12px;
	letter-spacing: 0.3em;
    font-weight:bold;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:right;
    margin-top:10px;
}

.nfheadline2 {
    font-family:'Verdana', cursive;
    color:#aaa;
    font-size:10px;
	letter-spacing: 0.4em;
    font-weight:bold;
    background-color:#500a08;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:left;
    margin-bottom:8px;
}

.nfheadline3 {
    font-family:'Verdana', cursive;
    color:#500a08;
    font-size:12px;
	letter-spacing: 0.3em;
    font-weight:bold;
    background-color:#000;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:right;
    margin-bottom:8px;
}

.nfheadline4 {
  font: 800 8px/170% 'Arial';
  color: #FFF;
	letter-spacing: 0.3em;
    background-color:#500a08;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:left;
}

.loginheadline {
    font-family:'Verdana', cursive;
    color:#837c58;
    font-size:12px;
	letter-spacing: 0.3em;
    font-weight:bold;
    background-color:#500a08;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:left;
    margin-bottom:8px;
}

/******************* BILDER *******************/

.nfweather {
    width:65px;
    float:left;
    margin-right:15px;

	 filter: grayscale(100%) brightness(20%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(1);
}

.nfteam {
    border:3px solid #500a08;
    margin: 0 10px;
}

.2ndteam {
    margin: 0 5px;
}

.kuntertp1{
text-transform: uppercase;
font-size: 15px;
font-family: 'Fjalla One', sans-serif;
width: 1000px;
box-sizing: border-box;
}

.kuntertp2{
  width: 33%;
  display: inline-block;
  float: left;
}

.kuntertp3{
transform: rotate(-1.3deg);
width: 180px;
margin-top: 10px;
background: #FE9A2E;
border-bottom: 1px solid #ddd;
padding: 10px 50px 10px;
text-align: right;
font-family: montserrat alternates;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1px;
}

.kuntertp3::first-letter{
    color:#424242;
}

.kuntertp4{
  width: 180px;
  height: 250px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.kuntertp5{
width: 270px;
height: 100px;
text-align: right;
background: #424242;
border-bottom: 1px solid #FE9A2E;
font-family: montserrat alternates;
text-transform: uppercase;
padding-right: 10px;
}

#head_menu {
  font-size: 12px;
  font-family: 'Verdana', cursive;
  color: #837c58;
  background: #0f1111;
  height: 35px;
  display: flex;
  flex-direction: row;
  z-index: 9998;
  position: fixed;
  width: 100%;
}

.menu_avatar {
  width: 180px;
  height: 165px;
  background: #000000;
  margin-left: 640px;
  border: 10px solid #000000;
  z-index: 9999;
}

.menu_buttons {
  margin-left: 120px;
  display: flex;
}

.menu_button {
  padding: 8px;
  font-size: 14px;
  text-transform: uppercase;
  color: #837c58;
}

.menu_icon {
  color: #837c58;
}

@import url(https://fonts.googleapis.com/css?family=Fjalla+One);


.forumbitindex1{
    width: 1000px;
    margin-top: 5px;
    margin-bottom: 5px;

    display: table;
	background: url(https://i.imgur.com/xSUls9B.png); 
}

.forumbitindex2{
    display: inline-block;
    text-align: center;
    padding: 20px;
}

.forumbitindex3{
    width: 52%;
    display: inline-block;
    padding-right: 20px;
}

.forumbitindex3::first-letter{
    color:#505053;
}

.forumbitindex4{
    font-size: 13px;
    font-family: 'Verdana', cursive;
	text-align: center;
    border-bottom: 2px solid #500a08;
    text-transform: uppercase;
	letter-spacing: 0.6em;
}


.forumbitindex4 a:link {
    color: #837c58;
    text-decoration: none;
}

.forumbitindex4 a:visited {
    color: #837c58;
    text-decoration: none;
}

.forumbitindex4 a:hover,
.forumbitindex4 a:active {
    color: #fff;
    text-decoration: none;
}


.forumbitindex4::first-letter{
    color:#505053;
}

.forumbitindex5{
    text-align: justify;
    font-family: calibri;
    font-size: 10px;
	color: #565555;
    letter-spacing: 2px;
}

.forumbitindex6 {
    width: 15%;
    height: 100px;
	 margin-top: 2px;
    display: inline-block;
}

.forumbitindex7{
    width: 20%;
    display: inline-block;
    padding-left: 25px;
}

.forumbitindex8{
    font-size: 12px;
    border-bottom: 2px solid #500a08;
margin-top: 15px;
    width: 100%;
   font-family: 'Verdana', cursive;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.forumbitindex8::first-letter{
    color:#505053;
}

.forumbitindex9{
    font-size: 9px;
    font-family: calibri;
    text-transform: uppercase;
    width: 90%;
    text-align: center;
    letter-spacing: 2px;
}

.forumbitindex8 a:link {
font-size: 9px;
    color: #837c58;
    text-decoration: none;
}

.forumbitindex8 a:visited {
font-size: 9px;
    color: #837c58;
    text-decoration: none;
}

.forumbitindex8 a:hover,
.forumbitindex8 a:active {
font-size: 9px;
    color: #fff;
    text-decoration: none;
}

.threadsbitindex{
  color:#fff;font-family:calibri;font-size:12px;letter-spacing:1px;text-transform: uppercase;    border-bottom: 2px solid #500a08; background-color:#181818;
    width: 90%;
}

.threadsbitindex::first-letter{
    color:#857f7f;
}

.subforumindex{
    font-size: 10px;
    font-family: 'Verdana', cursive;
	text-align: center;
    border-bottom: 2px solid #500a08;
    text-transform: uppercase;
}

.holebitindex1{
    width: 975px;
    border: 3px solid #000000;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    display: table;
}

.subforumbitindex2{
    display: inline-block;
    text-align: center;
    padding: 0px;
}

.subforumbitindex3{
    width: 55%;
    display: inline-block;
    padding-right: 20px;
}

.subforumbitindex4{
    font-size: 13px;
    font-family: 'Verdana', cursive;
	text-align: center;
    border-bottom: 2px solid #500a08;
    text-transform: uppercase;
	letter-spacing: 0.6em;
}


.subforumbitindex4 a:link {
    color: #837c58;
    text-decoration: none;
}

.subforumbitindex4 a:visited {
    color: #837c58;
    text-decoration: none;
}

.subforumbitindex4 a:hover,
.subforumbitindex4 a:active {
    color: #1e1e20;
    text-decoration: none;
}


.subforumbitindex4::first-letter{
    color:#505053;
}

.subforumbitindex5{
    text-align: justify;
    font-family: calibri;
    font-size: 10px;
	color: #565555;
display: inline-block;
    letter-spacing: 2px;
}

.subforumbitindex6 {
    width: 15%;
    height: 100px;
	 margin-top: 2px;
    display: inline-block;
}

.subforumbitindex7{
    width: 20%;
    display: inline-block;
    padding-left: 25px;
}

.subforumbitindex8{
    font-size: 12px;
    border-bottom: 2px solid #500a08;
margin-top: 15px;
   font-family: 'Verdana', cursive;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.subforumbitindex8::first-letter{
    color:#505053;
}

.subforumbitindex9{
    font-size: 9px;
    font-family: calibri;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.subforumbitindex8 a:link {
font-size: 9px;
    color: #837c58;
    text-decoration: none;
}

.subforumbitindex8 a:visited {
font-size: 9px;
    color: #837c58;
    text-decoration: none;
}

.subforumbitindex8 a:hover,
.subforumbitindex8 a:active {
font-size: 9px;
    color: #1e1e20;
    text-decoration: none;
}

.arealink {
width:180px;
 height:10px; 
margin-bottom:2px; 
padding-top:3px; 
background:#1c1c1e; 
	color:#837c58; 
text-align:center; 
text-transform:uppercase;
font-weight:bolder;
}

.arealink a {
        letter-spacing: 2px;
        text-align: center;
        text-transform: lowercase;
        margin: 0 0 2%;
	 background: #1c1d1e;
        color: #eee;
}

.arealink a:hover {
        background: #1c1d1e;
        color: #eee;
}

h8 {
	color: #837c58;
	text-transform: uppercase;
	letter-spacing: 0.0em;
	
	text-decoration: none;
	font-family: calibri;
	font-size: 11px;
}

.h8 a:hover {
        background: #1c1d1e;
        color: #eee;
}


.h8 a {
        letter-spacing: 2px;
        text-align: center;
        text-transform: lowercase;
        margin: 0 0 2%;
	 background: #1c1d1e;
        color: #eee;
}

h7 {
	color: #bd0009;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	
	text-decoration: none;
	font-family: calibri;
	font-size: 11px;
}

.lunaamemberavatar{
float:left;}

.lunaamember1{
color: #e8eaea;
width: 970px;
background-color: #343532;
padding-top: 30px;
padding-bottom: 15px;
text-align: justify;
padding-left: 30px;
border-bottom: 2px solid #836fff;
height: 215px;
font-size: 11px;
font-family: 'Rufina', serif;
text-transform: uppercase;
}

.lunaamember2{
display: inline-block;
text-align: justify;
margin-top: 30px;
margin-left: 19px;
width: 260px;
}

.lunaamember3{
  font-size: 23px;
  color: #836fff;
  text-transform: uppercase;
  margin-bottom: -6px;
}

.lunaamember4{
  width: 340px;
  height: 135px;
  float: right;
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
  padding-right: 30px;
}

.lunaamember5{
  padding-bottom: 7px;
}

.lunaamember6{
background-color: #836fff;
display: inline-block;
margin-right: 7px;
padding: 5px;
width: 120px;
}

.lunaamember7{
background-color: #836fff;
display: inline-block;
padding: 5px;
width: 190px;
}

.mitglied {
float: left;
margin-left: 5px;
margin-top: 10px;
background-color:#0d0d0d;
width: 490px;
height: 290px;
border: 5px solid #0c0b0b;
overflow: hidden;
}

.username{
background: #0c0b0b;
border-top: 3px solid #500a08;
	color: #837c58;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	padding-bottom: 1pt;
	padding-top: 1pt;
	
	font-family: 'Verdana';
	font-size: 14px;
width: 450px;
}

.avatar {
width: 240px;
}

.usertitel{
background: #0c0b0b;
	color: #837c58;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	padding-bottom: 1pt;
	padding-top: 1pt;
	
	font-family: 'Calibri';
	font-size: 10px;
width: 240px;
}

.statistic {
font-family: arial;
font-size:8pt;
color: #9e9776;
text-align: center;
width: 120px;
}

.aboutme {
font-family: arial;
font-size:8pt;
color: #9e9776;
width: 220px;
height: 10px;
overflow: auto;
text-align: justify;
padding: 0 3px;
}

.steckbrief {
    background-color: #000000;
    width: 500px;
    text-align: justify;
font-family: 'Work Sans';
	color: #9e9776;
}

.boxout {width: 450px; border: 10px solid #000000; background-color: #0f0f0f; padding: 20px 15px; color: #857f7f; text-family: calibri; font-size: 12px; text-align: justify;} .highlightl {width: 65px; background-color: #000000; color: #857f7f; font-size: 14px; text-transform: uppercase; font-family: 'Open Sans Condensed', sans-serif; letter-spacing: 1px; text-align: center; padding: 4px 8px; margin: 5px 8px 5px 0px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; float: left;} .highlightr {width: 65px; background-color: #000000; color: #857f7f; font-size: 14px; text-transform: uppercase; font-family: 'Open Sans Condensed', sans-serif; letter-spacing: 1px; text-align: center; padding: 4px 8px; margin: 5px 0px 5px 8px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; float: right;} .hl1 {font-weight: bold; font-style: italic; color: #857f7f;} .hl2 {font-weight: bold; font-style: italic;} .headline {font-size: 20px; font-family: 'Open Sans Condensed', sans-serif; text-transform: uppercase; font-weight: bold; text-align: center; line-height: 10px; color:#5e4336; letter-spacing: 6px; text-decoration: overline; margin: 9px 0px;} .tab {color: #000000; text-family: calibri; font-size: 10px; text-align: justify;}

.boxcanon {width: 500px; border: 10px solid #1b181a; background-color: #000000; padding: 20px 15px; color: #857f7f; text-family: calibri; font-size: 12px; text-align: justify;}

*/ #gesuch-box { box-sizing: border-box; margin: auto; width: 500px; padding: 1px 10px; background-color: var(--gesuch-color); background-image: url(https://sympathyforthedevil.de/images17/background.png);} /*

*/ .gesuch-inh-box { width: 570px; box-sizing: border-box; border: 4px solid #222121; margin: 10px 30px; padding: 10px; background: #0b0b0b; } /*

*/ .gesuch-inh-box hr { margin-top: 0px; height: 1px; border: none; background: #775b4b; } /*

*/ .gesuch-inh-headline { text-align: right; color: var(--gesuch-color); font-family: 'IBM Plex Serif', serif; font-size: 25px; font-style: italic; text-transform: lowercase; } /*

*/ .gesuch-inh-box:nth-of-type(even) .gesuch-inh-headline { text-align: left;} /*

*/ .gesuch-epilog{ box-sizing: border-box; border: 1px solid  #6c6665 ; margin: auto; padding: 10px; background: #0b0b0b; text-align: justify; color:  #6c6665; font-family: 'calibri', sans-serif; font-size: 12px; letter-spacing: 0.5px; line-height: 1.3em; } /*

*/ .gesuch-inh-table { width: 100%; } /*

*/ .gesuch-inh-table img { display: inline-block; border: 1px solid #775b4b; width: 202px; padding: 10px; background: #000000; } /*

*/ .gesuch-inh-table ul { list-style: none; margin-left: -40px; margin-top: 0px; margin-bottom: 0px;} /*

*/ .gesuch-inh-table ul li { display: block; box-sizing: border-box; margin: 1px auto; border: 1px solid  #6c6665 ; width: 240px; padding: 4px; background: #000000; text-align: center; color: #837c58; font-family: 'calibri', sans-serif; font-size: 10px; letter-spacing: 2px; text-transform: uppercase;} .gesuch-inh-table ul li:first-of-type { background: var(--gesuch-color); color:  #6c6665 ; }


.profilname {
font-family: georgia; 
font-size: 18px;
 text-align: center; 
padding-top: 20px; 
color: #5a9f9e;
} 

.profilicon { text-align: center; } .profilicon i { padding: 10px; } 

.profilframe { 
margin: auto; 
width: 230px; 
background-color: #0b0b0b;
} 

.profilpic { margin: 0px 0px -70px 32px; position: relative;  } .profilpic {width: 247px; height: 227px; border:3px solid #500a08;} 

.iconpic { margin: -70px -50px 0px -50px; position: relative;  }

.profilcontent { 
font-size: 8px; 
font-family: georgia; 
text-align: justify; 
letter-spacing: 0.5pt;
padding: 25px 40px 40px 40px; 
background-color: #0b0b0b; 
line-height: 2px; 
color: #4e6a6a; 
}

 .profilcontent a:link, .profilcontent a:active, .profilcontent a:visited { 
color: #c2dddd; 
font-size: 12px; 
position:relative; 
top: 60px;
text-decoration: 
none; 
padding: 10px; 
}  

.profilcontent a:hover { 
color: #509494;
} 

.profilfact {
width: 150px; 
text-align: center; 
padding: 2px; 
line-height: 16px; 
color: #837c58; 
text-transform: uppercase; 
background-color: #000000; 
font-family: Calibri; 
font-size: 11px; 
font-weight:bold;
letter-spacing: 2pt; 
position: relative; 
top: -180px; 
right: 160px;  
margin-top: 1px; 
margin-right: 1px;
} 

.factprofil { 
margin-top: 1px; 
margin-right: 1px; 
width: 200px; 
text-align: center; 
padding: 2px; 
line-height: 16px; 
color: #837c58; 
text-transform: uppercase; 
background-color: #500a08; 
font-family: Calibri; 
font-size: 14px; 
 font-weight:bold;
letter-spacing: 4pt; 
position: relative; 
top: -180px; right: 208px;
}

.spielername { 
margin-top: 1px; 
margin-right: 1px; 
width: 160px; 
text-align: center; 
padding: 2px; 
line-height: 20px; 
color: #600b08; 
text-transform: uppercase; 
background-color: #0f0f0f; 
font-family: Calibri; 
font-size: 16px; 
 font-weight:bold;
letter-spacing: 4pt; 
position: relative; 
top: -180px; right: 168px;
}

.scroller {
  height: 100px;
  width: 240px;
  overflow-y: scroll;
  scrollbar-color: rebeccapurple green;
  scrollbar-width: thin;
}

.miniprofilehover {
width: 230px; /*Breite eures Avatars */
height: 210px; /* Höhe eures Avatars */
overflow: auto;
opacity: 0.0; /*Transparenz des Avatars, sollte in dem Fall nicht geändert werden */
transition-duration: 0.6s; /* Geschwindigkeit eures Hovers */
-moz-transition-duration: 0.6s;
-o-transition-duration: 0.6s;
-webkit-transition-duration: 0.6s;
background-color: #000000; /* Hintergrundfarbe */
color: #9e9776; /* Schriftfarbe */
text-align: justify; /* Textposition */
padding: 5px; /* Textabstand zum Rand - Opera ignoriert den */
position: relative;
top: -222px; /* Abstand zum oberen Rand */
left: 0px; /* Abstand zur linken Seite */
margin-bottom: -300px; /* Abstand zum äußeren Rand */
font-family: calibri; /* Schriftart */
font-size: 12px; /*Schriftgröße */
border: 1px solid #46352b; /* Rahmen*/
scrollbar-width: none;

}

.miniprofilehover:hover {
opacity: 1.9 /*Transparenz eures Hovers*/
}

.wrapper {width:1000px;outline: 1px solid #000000;padding:10px;}

/** Flexbox Parent **/
.flex {display: flex;
  width: 980px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background:  #0f0f0f;}

/**Flexbox Child**/
.flexforum {
  display: flex;
  width: 300px;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-evenly;
  overflow: hidden;
  padding:5px;
  gap: 5px;
  background: #0f0f0f;
  outline: 1px solid #232323;
}

/** LINKS: Forentitel, Letzter Beitrag, Beschreibung **/
.forumleft {width: 300px;}

.forumtitle {
  width: 100%;
  background:#000000;
  height: 25px;
  margin-bottom: 5px;
}

.forumlast {
  width: 100%;
  background:#000000;
  height: 15px;
  margin-bottom: 5px;
}

.forumdesc {
  width: 98%;
  height: 77px;
  background:#000000;
  overflow: auto;
  padding:3px;
text-align: justify;
scrollbar-width: none;
}

/** RECHTS: Neue Beiträge, Pst & Threads **/
.forum .right {}

.forum .onoff{
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  background: #fff;
  padding: 5px;
  outline: 1px solid #232323;
}

.forum .post {width:48%; float:left; background: #fff;}
.forum .thread {width:48%; float:right; background: #fff;}

/** Unterforen **/
.forum .sub {width:390px; padding:5px; background:#fff;float:left;}



table.forumh {
   width:100%;
   margin: 0px auto auto;
   clear:both;
   background: #0f0f0f;
	
}

table.forumh h3 hr{
   width:98%;
   filter:alpha(opacity=60);
   opacity:0.6;
	
}

table.forumh h3.forumdisplay{
   text-align:center;
	
}

table.forumh h3  img {
   margin-right:1px;
   vertical-align:text-bottom;  
   max-width:30px;
   max-height:25px;
   filter:alpha(opacity=60);
   opacity:0.6;
	
}

table.forumh h3 span {
    font-size: 12px;
	
}

table.forumh ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
	
}

table.forumh ul li {
   list-style: none;
   width: 50%;
   margin-bottom:3px;
   float: left;
	
}

table.forumh ul li table {
   width: 98%;
   min-height: 100px !important;
   margin: auto auto;
   background: #0f0f0f;
   border: 1px solid #000000;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
	height: 200px;
	
}

table.forumh ul li table td img {
   max-width:150px;
   max-height:150px;
 
}

table.forumh ul li table div {
    font-size: 12px;
	
}

table.forumh ul li table div.last {
    font-size: 12px;
	
}


 .subforumheadline {
    font-family:'Verdana', cursive;
    color:#837c58;
    font-size:14px;
	letter-spacing: 0.8em;
    font-weight:bold;
    background-color:#500a08;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:right;
    margin-bottom:8px;
}

.subforumheadline a:link {
    color: #837c58;
    text-decoration: none;
}

.subforumheadline a:visited {
    color: #837c58;
    text-decoration: none;
}

.subforumheadline a:hover,
.subforumheadline a:active {
    color: #0b0b0b;
    text-decoration: none;
}


.time {
    font-family:'Verdana';
    color:#837c58;
    font-size:8px;
	letter-spacing: 0.3em;
    background-color:#500a08;
    text-transform:uppercase;
 line-height: 10px;
}

.threadstart {
    font-family:'Verdana';
    color:#837c58;
    font-size:12px;
    background-color:#0f0f0f;
}

.autorname {
   font-size: 11px;
    font-family: 'Verdana', cursive;
	text-align: center;
width: 230px;
	 display: inline-block;
    border-top: 2px solid #500a08;
    text-transform: uppercase;
	letter-spacing: 0.2em;
}

.usermemberlist {
   font-size: 12px;
    font-family: 'Verdana', cursive;
 font-weight:bold;
	text-align: center;
margin-top: 5px;
    border-top: 2px solid #500a08;
color: #837c58;
    text-transform: uppercase;
	letter-spacing: 0.6em;
}

/******************* TEXTBOXEN *******************/

.usercptextfeldlinks {
    background-color:#1b181a;
    font-family: Arial;
    font-size:12px;
    line-heigth: 12px;
    color:#837c58;
    text-align:justify;
    padding:10px;
    text-align:center;
    border-box:box-sizing;
}

.usercptextfeldbig {
    background-color:#121011;
    font-family:Arial;
    font-size:11px;
    line-height: 15px;
    color:#837c58;
    text-align:justify;
    padding:10px;
    height:180px;
    overflow:auto;
    border-box:box-sizing;
}

.usercptextfeldsmall {
    background-color:#121011;
    font-family:Arial;
    font-size:11px;
    line-height: 15px;
    color:#837c58;
    text-align:justify;
    padding:10px;
    height:260px;
    overflow:auto;
    border-box:box-sizing;
}

.usercpteamtext {
    float:left;
    width:170px;
    margin:0 20px;
}

/******************* SCROLLBAR *******************/

#usercpflash ::-webkit-scrollbar {
    width:8px;
    background:#837c58;
}

#usercpflash ::-webkit-scrollbar-thumb {
    background:#837c58;
    height:10px;
}

#usercpflash ::-webkit-scrollbar-track {
    background-color:#837c58;
    opacity:0.8;
}

/******************* LINKS *******************/

#usercpflash a {
    font-family:'Verdana', cursive;
    color:#837c58;
    font-size: 12px;
    text-decoration: none;
    display:inline;
    text-transform:uppercase;
    font-weight:bold;
}

#usercpflash a:hover {
    letter-spacing:1px;
}

.usercptextfeldlinks a {
    padding:2px 10px;
}

/******************* ÜBERSCHRIFT *******************/

.usercpheadline {
    font-family:'Verdana', cursive;
    color:#837c58;
    font-size:12px;
	letter-spacing: 0.3em;
    font-weight:bold;
    background-color:#500a08;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:right;
    margin-bottom:8px;
}

/******************* BILDER *******************/

.usercpweather {
    width:65px;
    float:left;
    margin-right:15px;
}

.usercpteam {
    border:3px solid #500a08;
    margin: 0 10px;
}

.usercptextfeld {
    background-color:#121011;
    font-family:Arial;
    font-size:11px;
    line-height: 15px;
    color:#837c58;
    text-align:justify;
    padding:10px;
    height:100px;
    overflow:auto;
    border-box:box-sizing;
}

.usercpquick {
    background-color:#0c0b0b;
    font-family:Arial;
    font-size:11px;
    line-height: 15px;
    color:#837c58;
    text-align:justify;
    padding:10px;
    height:200px;
    overflow:auto;
    border-box:box-sizing;
}

.usercplinklang {
width:300px;
 height:10px; 
margin-bottom:2px; 
padding-top:3px; 
background-color:#1c1c1e; 
text-align:center; 
color:#ffffff; 
text-transform:uppercase;
font-weight:bolder;
}

.usercplinkred {
width:364px;
 height:10px; 
margin-bottom:2px; 
padding-top:3px; 
background-color:#500a08; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
}

.usercplinkgrey {
width:364px;
 height:10px; 
background-color:#1c1c1e; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
}

.profilfelduser {
    background-color:#121011;
    font-family:Arial;
    font-size:11px;
    line-height: 15px;
    color:#837c58;
    text-align:justify;
    padding:10px;
    height:900px;
    overflow:auto;
    border-box:box-sizing;
}


.usercplinkblack {
width:480px;
 height:10px; 
background-color:#0c0b0b; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
}

.usercpheadblack {
    font-family:'Verdana', cursive;
    color:#790208;
    font-size:12px;
	letter-spacing: 0.3em;
    font-weight:bold;
    background-color:#0f0f0f;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:left;
    margin-bottom:8px;
}

.threadlistfoot {
    font-family:'Verdana', cursive;
    color:#837c58;
    font-size:12px;
	letter-spacing: 0.3em;
    font-weight:bold;
    background-color:#0f0f0f;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:right;
    margin-bottom:8px;
}

.profillinks {
width:230px;
 height:10px; 
margin-bottom:2px; 
padding-top:3px; 
background-color:#0f0f0f; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
letter-spacing: 0.2em;
}

.profillinksred {
width:230px;
 height:10px; 
margin-bottom:2px; 
padding-top:3px; 
background-color:#500a08; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
letter-spacing: 0.2em;
}

.profillinksredlang {
width:320px;
 height:10px; 
margin-bottom:2px; 
padding-top:3px; 
background-color:#500a08; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
letter-spacing: 0.6em;
}

.profillinkb {
width:180px;
 height:10px; 
margin-bottom:2px; 
padding-top:3px; 
background-color:#0f0f0f; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
letter-spacing: 0.2em;
}

.profilstat {
width:240px;
 height:5px; 
margin-bottom:2px; 
padding-top:3px; 
background-color:#0f0f0f; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
 font-size:8px;
}

.profilstatred {
width:240px;
 height:10px; 
margin-bottom:2px; 
padding-top:3px; 
background-color:#500a08; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
 font-size:12px;
letter-spacing: 0.6em;
}

.profillinksredb {
width:240px;
 height:15px; 
	margin-bottom:2px; 

background-color:#500a08; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
letter-spacing: 0.2em;
 font-size:10px;
}

.profillinksblack {
width:240px;
 height:15px; 
background-color:#000000; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
letter-spacing: 0.8em;
 font-size:10px;
}

.profile2-wr_szenen {
  font-size: 10px;
  text-transform: uppercase;
	background: #0f0f10;
	color: #837c58;
  font-weight: bold;
  margin-bottom: 5px;
}

#drop a {color:#fff; text-decoration:none;}
#drop { float:left; width:100%; background:#111; margin:0; padding:0; color:#fff;}
#drop li {float:left; list-style:none; padding:10px; position:relative;}
#drop li:hover {background:#f9f9f9;}
#drop li:hover > a {color:#000;}
#drop li ul {display:none; position:absolute; background:#111; border-top:2px solid #222; top:100%; left:0; margin:0; padding:0;}
#drop li ul li {min-width:150px;}
#drop li:hover ul {display:block;}

.userszenentrack {
    background-color:#0c0b0b;
    font-family:Arial;
    font-size:8px;
    line-height: 15px;
    color:#837c58;
    text-align:justify;
    padding:10px;
height: 200px;
width: 450px;
    overflow:auto;
    border-box:box-sizing;
scrollbar-width: none;
}

.szenenheadline {
    font-family:'Verdana', cursive;
    color:#837c58;
    font-size:8px;
	letter-spacing: 0.3em;
    font-weight:bold;
    background-color:#500a08;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:right;
    margin-bottom:8px;
}

.szenentracker{
    display: inline-block;
    font-size: 10px;
    border-bottom: 2px solid #500a08;
    width: 70%;
    font-family: calibri;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
letter-spacing: 0.2em;
}

.szenentracker::first-letter{
    color:#505053;
}

.szenendatum{
    display: inline-block;
    font-size: 10px;
    border-bottom: 2px solid #500a08;
    width: 30%;
    font-family: calibri;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
text-align:right;
}

.szenencharas {
    display: inline-block;
    font-size: 10px;
    width: 100%;
    font-family: calibri;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
text-align:right;
}


#footerflash a {
    font-family:'Verdana', cursive;
    color:#837c58;
    font-size: 9px;
    text-decoration: none;
    display:inline;
    text-transform:uppercase;
    font-weight:bold;
}

#footerflash a:hover {
    letter-spacing:1px;
	color:#bbb38c;
}

#endelinks a {
    font-family:'Verdana', cursive;
    color:#837c58;
    font-size: 11px;
    text-decoration: none;
    display:inline;
    text-transform:uppercase;
    font-weight:bold;
}

#endelinks a:hover {
    letter-spacing:1px;
}

.mess {
width: 668px; 
border-top: 20px hidden #1bc62b;
border-right: 20px hidden #1bc62b;
border-bottom: 10px hidden #1bc62b;
border-left: 10px hidden #121011;
min-height: 450px;
padding: 30px 15px; 
margin-left: 40px;

color: #d8d5d5; 
text-family: calibri; 
font-size: 14px; 
text-align: justify;
}

.avalist {
width:240px;
 height:10px; 
 font-size: 10px;
margin-bottom:2px; 
padding-top:3px; 
background-color:#1c1c1e; 
text-align:left; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
}

.charalist {
width:240px;
 height:10px; 
 font-size: 10px;
margin-bottom:2px; 
padding-top:3px; 
background-color:#500a08; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
letter-spacing: 0.2em;
}

.avaheadblack {
    font-family:'Verdana', cursive;
    color:#837c58;
    font-size:16px;
	letter-spacing: 0.3em;
    font-weight:bold;
    background-color:#0f0f0f;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:8px;
}

.subforumlink {
width:480px;
 height:20px; 
margin-bottom:2px; 
padding-top:3px; 
background-color:#1c1c1e; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
}

.vorlagebox {width: 600px; border: 10px solid #0b0b0b; background-color: #0f0f0f; padding: 20px 15px; color: #d8d5d5; text-family: calibri; font-size: 12px; text-align: justify;}
.vorlagebox3 {width: 950px; border: 10px solid #0b0b0b; background-color: #0f0f0f; padding: 20px 15px; color: #d8d5d5; text-family: calibri; font-size: 12px; text-align: justify;}
.vorlagebox2 {width:560px; font-family:verdana; font-size:8px; letter-spacing:2px; text-transform: uppercase;}
.vorlagetitel {width:100px; height:18px; margin-bottom:2px; padding-top:3px; background-color:#500a08; text-align:center; color:#d8d5d5; font-weight:bolder;}
.vorlagequick {width:100px; height:18px; margin-bottom:2px; padding-top:3px; background-color:#0b0b0b; text-align:center; color:#d8d5d5; font-weight:bolder;}
.quotebox {width: 550px; background-color: #121212; padding: 20px 15px; color: #837c58; text-family: calibri; font-size: 12px; text-align: justify;}

h6 {
background-color:#0b0b0b; 
text-align:center; 
text-transform:uppercase; 
color:#500a08; 
 letter-spacing: 0.5em;
margin-bottom:2px;
margin-top:2px;  
font-weight:bolder;
  font-family: 'Oswald', sans-serif;
	font-size: 20px;
}

.rescharas {
    display: inline-block;
    font-size: 10px;
    width: 95%;
    font-family: calibri;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
text-align:left;
}

.teamcharasheader {
    display: inline-block;
	border-bottom: 2px solid #500a08;
    font-size: 9px;
    width: 100%;
    font-family: calibri;
    text-transform: uppercase;
text-align:right;
}


.rescharastitel {
    display: inline-block;
    font-size: 10px;
    border-bottom: 2px solid #500a08;
    width: 100%;
    font-family: calibri;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
letter-spacing: 0.2em;
text-align:right;
}

.resquote {
    display: inline-block;
    font-size: 13px;
    border-bottom: 3px solid #500a08;
    width: 90%;
    font-family: calibri;
    font-family: 'Fjalla One', sans-serif;
letter-spacing: 0.3em;
	font-weight:bolder;
text-align:right;
}

.ucpquote {
    display: inline-block;
    font-size: 14px;
    border-bottom: 2px solid #500a08;
    width: 100%;
    font-family: calibri;
	color:#78767a; 
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
letter-spacing: 0.2em;
text-align:right;
}

.paircharastitel {
    display: inline-block;
    font-size: 10px;
    border-bottom: 2px solid #500a08;
    width: 100%;
    font-family: calibri;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
letter-spacing: 0.4em;
text-align:left;
}

.paircharas2titel {
    display: inline-block;
    font-size: 10px;
    border-bottom: 2px solid #500a08;
    width: 100%;
    font-family: calibri;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
letter-spacing: 0.2em;
text-align:right;
}

.autolist {
width:190px;
 height:10px; 
 font-size: 10px;
margin-bottom:2px; 
padding-top:3px; 
background-color:#1c1c1e; 
text-align:left; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
}

.autolistb {
width:190px;
 height:10px; 
 font-size: 10px;
margin-bottom:2px; 
padding-top:3px; 
background-color:#500a08; 
text-align:center; 
color:#837c58; 
text-transform:uppercase;
font-weight:bolder;
letter-spacing: 0.2em;
}

.ftheadline {
    font-family:'Verdana', cursive;
    color:#837c58;
    font-size:11px;
	letter-spacing: 0.3em;
    font-weight:bold;
    background-color:#500a08;
    padding:2px 6px;
    text-transform:uppercase;
    text-align:right;
    margin-bottom:8px;
}

.inplaytracking {
    display: inline-block;
    font-size: 10px;
    border-bottom: 2px solid #500a08;
    width: 95%;
    font-family: calibri;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
letter-spacing: 0.2em;
}

.zia_ttpink_box {width: 300px; height: 650px; position: relative; display: flex; font-family: 'Verdana', sans-serif; gap: 0px; border-left: 5px solid #0b0b0b;} .zia_ttpink_boxleft {width: 260px; background-color: #0f0f0f;} .zia_ttpink_title { padding: 20px 5px 5px 5px; font-size: 50px; color: #837c58; font-family: 'Verdana', cursive; text-align: center; line-height: 30px; } .zia_ttpink_2ndtitle { padding: 60px 5px 5px 5px; font-size: 30px; font-family: 'Abril Fatface', cursive; color: #837c58; text-align: center; line-height: 30px; } .zia_ttpink_bild { outline: 1px solid #500a08; padding: 10px; margin: 30px 30px 0px 30px;} .zia_ttpink_infos { margin-top: 20px; } .zia_ttpink_fact {margin: 1px 1px 0px 0px; width: 187px; text-align: right; padding: 4px 10px 4px 4px; line-height: 18px; text-transform: lowercase; background-color: #0b0b0b; font-size: 12px; letter-spacing: 0pt; position: relative; color: #837c58; border-right: 3px solid #837c58; transition: all 0.3s ease-in;} .zia_ttpink_fact:hover {width: 210px; transition: all 0.3s ease-in;} .zia_ttpink_boxleft2 {width: 260px; background-color: #0f0f0f;} .zia_ttpink_boxleft3 {width: 260px; background-color: #0f0f0f;} .zia_ttpink_boxleft4 {width: 260px; background-color: #0f0f0f;} .zia_ttpink_box2 {width: 240px; height: 650px; position: relative; margin: auto; display: flex; font-family: 'Signika Negative', sans-serif; gap: 0px; border-left: 5px solid #0b0b0b; border-right: 5px solid #0b0b0b;}

.teambox {width: 1000px; display:flex; border: 10px solid #0b0b0b; background-color: #0f0f0f; text-align: justify;}

.werbox {width: 200px; border: 5px solid #0b0b0b; margin-left: -200px; margin-top: 40px; background-color: #0f0f0f; color: #837c58; text-family: calibri; font-size: 10px; text-align: justify;}

.listing2nd {width: 440px; border: 5px solid #0b0b0b; background-color: #0f0f0f; height: 150px;   text-align: justify;   overflow: auto; scrollbar-width: none;}

.test2nd {margin:auto; width: 300px;padding-bottom:15px;font-family: fira sans;font-style: normal;font-weight: bolder;font-size: 16px;line-height: 45px;text-align: justify;letter-spacing: 0.6em;text-transform: uppercase;color: #837c58;}

.test2nd::first-letter {background:#000000; color:#500a08;margin-right:15px;margin-top:10px;font-family:Courier Prime;font-weight:bold;font-size:36px;float:left;padding:15px;text-transform:uppercase;}

.test2nd ax {margin-left:4px;background:var(--maincolorx); color:#1C1C1C;font-weight:900;text-transform:uppercase;padding:4px;text-decoration:none;}
.test2nd a:before {padding-right:4px;font-weight:900;}
.test2nd bx { color:var(--maincolorx); font-family:Courier Prime;font-size:15px;text-transform:lowercase;}
.test2nd ux {text-decoration:none; padding-bottom:2px;font-family:Courier Prime;font-weight:bold;font-size:13px;border-bottom:3px solid var(--maincolorx);}
.test2nd ix {color:var(--maincolorx); font-family:Courier Prime;font-size:12px;font-weight:bold;text-transform:uppercase;}
.test2nd sx {background:var(--maincolorx); color:#1C1C1C;font-weight:700;text-transform:lowercase;padding:4px;font-style:italic;}

.pnzweit {
    margin-right: 150px;
margin-top: -80px;
}

.titelmemlist {margin:auto; width: 450px;padding-bottom:5px;font-family: fira sans;font-style: normal;font-weight: bolder;font-size: 14px;line-height: 35px;text-align: justify;letter-spacing: 0.6em;text-transform: uppercase;color: #837c58;}

.titelmemlist::first-letter {background:#0b0b0b; color:#500a08;margin-right:-15px;margin-left:-15px;font-family:Courier Prime;font-weight:bold;font-size:54px;float:left;padding-bottom:35px;padding-top:10px;padding-left:5px;padding-right:10px;text-transform:uppercase;}

.titelmemlist ax {margin-left:4px;background:var(--maincolorx); color:#1C1C1C;font-weight:900;text-transform:uppercase;padding:4px;text-decoration:none;}
.titelmemlist a:before {padding-right:4px;font-weight:900;}
.titelmemlist bx { color:var(--maincolorx); font-family:Courier Prime;font-size:15px;text-transform:lowercase;}
.titelmemlist ux {text-decoration:none; padding-bottom:2px;font-family:Courier Prime;font-weight:bold;font-size:13px;border-bottom:3px solid var(--maincolorx);}
.titelmemlist ix {color:var(--maincolorx); font-family:Courier Prime;font-size:12px;font-weight:bold;text-transform:uppercase;}
.titelmemlist sx {background:var(--maincolorx); color:#1C1C1C;font-weight:700;text-transform:lowercase;padding:4px;font-style:italic;}

.memlist_infos { margin-top: -180px; margin-left: 300px; } .memlist_fact {margin: 1px 1px 0px 0px; width: 180px; text-align: left; line-height: 18px; text-transform: uppercase; background-color: #0b0b0b; font-size: 10px; letter-spacing:  0.4em; position: relative; color: #837c58; border-right: 3px solid #500a08; transition: all 0.3s ease-in;} .memlist_fact:hover {width: 210px; transition: all 0.3s ease-in;}

.usermemlist {margin:auto; width: 450px;padding-bottom:5px;font-family: fira sans;font-style: normal;font-weight: bolder;font-size: 14px;line-height: 120px;text-align: justify;margin-left:125px;letter-spacing: 0.4em;text-transform: uppercase;color: #837c58; margin-top: -20px;}

.usermemlist::first-letter {color:#500a08;  font-family:'Courier', cursive;font-weight:bold;font-size:36px;text-transform:uppercase;}

.usermemlist ax {margin-left:4px;background:var(--maincolorx); color:#1C1C1C;font-weight:900;text-transform:uppercase;padding:4px;text-decoration:none;}
.usermemlist a:before {padding-right:4px;font-weight:900;}
.usermemlistt bx { color:var(--maincolorx); font-family:Courier Prime;font-size:15px;text-transform:lowercase;}
.usermemlist ux {text-decoration:none; padding-bottom:2px;font-family:Courier Prime;font-weight:bold;font-size:13px;border-bottom:3px solid var(--maincolorx);}
.usermemlist ix {color:var(--maincolorx); font-family:Courier Prime;font-size:12px;font-weight:bold;text-transform:uppercase;}
.usermemlist sx {background:var(--maincolorx); color:#1C1C1C;font-weight:700;text-transform:lowercase;padding:4px;font-style:italic;}

.pairmemlist {margin:auto; width: 400px;font-weight: bolder;font-size: 16px;text-align: center;etter-spacing: 0.4em;text-transform: uppercase;color: #837c58;}

.nav_fact {margin: 1px 1px 0px 0px; width: 180px; text-align: left; line-height: 18px; text-transform: uppercase; background-color: #0b0b0b; font-size: 10px; letter-spacing:  0.2em; position: relative; color: #837c58; border-right: 3px solid #500a08; transition: all 0.3s ease-in;} .nav_fact:hover {width: 210px; transition: all 0.3s ease-in;}

.nav2_fact {margin: 1px 1px 0px 0px; width: 180px; text-align: right; line-height: 18px; text-transform: uppercase; background-color: #0b0b0b; font-size: 10px; letter-spacing:  0.2em; position: relative; color: #837c58; border-left: 3px solid #837c58; transition: all 0.3s ease-in;} .nav2_fact:hover {width: 210px; transition: all 0.3s ease-in;}

.nav3_fact {margin: 1px 1px 0px 0px; width: 180px; text-align: left; line-height: 18px; text-transform: uppercase; background-color: #0b0b0b; font-size: 10px; position: relative; color: #837c58; border-right: 3px solid #500a08; transition: all 0.3s ease-in;} .nav_fact:hover {width: 210px; transition: all 0.3s ease-in;}

.nav4_fact {margin: 1px 1px 0px 0px; width: 180px; text-align: right; line-height: 18px; text-transform: uppercase; background-color: #0b0b0b; font-size: 10px; position: relative; color: #837c58; border-left: 3px solid #837c58; transition: all 0.3s ease-in;} .nav2_fact:hover {width: 210px; transition: all 0.3s ease-in;}

.profillist {margin:auto; width: 450px;padding-bottom:5px;font-family: fira sans;font-style: normal;font-weight: bolder;font-size: 17px;line-height: 45px;text-align: justify;letter-spacing: 0.6em;text-transform: uppercase;color: #837c58;}

.profillist::first-letter {background:#0b0b0b; color:#500a08;margin-right:-25px;margin-left:-15px;font-family:Courier Prime;font-weight:bold;font-size:56px;float:left;padding-bottom:35px;padding-top:10px;padding-left:5px;padding-right:20px;text-transform:uppercase;}

.bewerbungpic{
outline: 1px solid #500a08; 
padding: 10px; 
	height: 200px;
	width: 200px;
}

.bewerbung_infos { margin-top: -200px; margin-left: 300px; } .bewerbung_fact {margin: 1px 1px 0px 0px; width: 250px; text-align: left; line-height: 24px; text-transform: uppercase; background-color: #0b0b0b; font-size: 10px; letter-spacing:  0.4em; position: relative; color: #837c58; border-right: 3px solid #500a08; transition: all 0.3s ease-in;} .bewerbung_fact:hover {width: 210px; transition: all 0.3s ease-in;}

.bewerbungbox {width: 600px; height:300px; border: 10px solid #0b0b0b; background-color: #0f0f0f; padding: 20px 15px; color: #837c58; text-family: calibri; font-size: 12px; text-align: justify;}

.ucpinfo { margin-top: 0px; margin-left: 0px; } .ucpfakt {margin: 1px 1px 0px 0px; width: 240px; text-align: left; line-height: 24px; text-transform: uppercase; background-color: #0b0b0b; font-size: 10px; letter-spacing:  0.4em; position: relative; color: #837c58; border-right: 3px solid #500a08; transition: all 0.3s ease-in;} .ucpfakt:hover {width: 260px; transition: all 0.3s ease-in;}

.indexfakt {margin: 1px 1px 0px 0px; width: 50%; text-align: center; line-height: 24px; text-transform: uppercase; background-color: #121011; font-size: 10px; position: relative; color: #837c58;  transition: all 0.3s ease-in;}

.indexfakt2 {margin: 1px 1px 0px 0px; width: 50%; text-align: center; line-height: 24px; text-transform: uppercase; background-color: #121011; font-size: 10px; position: relative; color: #837c58; transition: all 0.3s ease-in;}

.indexfakt3 {margin: 1px 1px 0px 0px; width: 300px; text-align: center; line-height: 24px; text-transform: uppercase; background-color: #121011; font-size: 10px; position: relative; color: #837c58;  transition: all 0.3s ease-in;}

.infopic {
outline: 1px solid #500a08; 
padding: 10px; 
	height: 100px;
	width: 100px;
	float:left;
}

/* FICHE DE PRESENTATION */
.SET {
box-shadow:0px 0px 5px rgba(0,0,0,0.2); background:grey;
border-color:#191919 !important; /* BANDE BAS */
}
/* NOM PRENOM(S) */
.npSET div {
background:#191919; color:white; text-shadow:0px 1px 2px rgba(255,255,255,0.5);
}
/* INFORMATIONS */
.abtSET div {
background:rgba(255,255,255,0.9); color:black;
}
/* TITRES CARACTERE & PHYSIQUE */
.tSET {
background:#191919; color:white;
}
/* CARACTERE */
.caraSET {
border-color:#191919 !important; box-shadow:inset 0px 0px 5px rgba(0,0,0,0.3);
background:rgba(250,250,250,0.3); color:black;
}
/* PHYSIQUE */
.phyzSET {
border-color:#191919 !important; box-shadow:inset 0px 0px 5px rgba(0,0,0,0.3);
background:rgba(250,250,250,0.3); color:black;
}
/* TITRES HISTOIRE & PRESENTATION JOUEUR */
.tIISET {
background:#191919; color:white;
}
/* HISTOIRE */
.storySET {
background:rgba(0,0,0,0.3); color:white;
}
/* PRESENTATION JOUEUR */
.USET {
background:rgba(0,0,0,0.3); color:white;
}
/* CREDIT */
.cdtSET a {
color:#CCC !important;
}

#postheader {width: 500px; height: auto; background-image:url(https://abload.de/img/unnamed1wkor.jpg); box-sizing: border-box; padding: 10px; margin: 0 auto;}/*
*/ #posttitel {width: 100%; box-sizing: border-box; text-align: center; color:#fff;font-family:calibri;font-size:18px;letter-spacing:1px;margin-top:2px;text-transform:uppercase;border-bottom: #500a08 solid 2px;background-color:#740202;border-top-right-radius:10px;border-top-left-radius:10px;}/*
*/ #subtitel {width:100%; box-sizing: border-box; color:#fff;font-family:calibri;font-size:10px;letter-spacing:1px;text-align:center;text-transform: uppercase;margin-top: 2px;background-color:#000;border-bottom: #000 solid 3px;}/*







