:root {	
            --chart-primary: #0066a2;
            --chart-text: #000;
        }
        
        /* SPIELERVERZEICHNIS */

.directory_numbers{
	border-bottom: 1px solid var(--background-color-intensive);
  color: var(--accent-color-intesive);
  padding: 8px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;	
}

.directory_numbers_info{
	padding-top: 1px;
  font-size: 0.65rem;
  text-transform: uppercase;	
}
        
        .playerdirectory_directory {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 10px;
            align-items: flex-start;
        }

        .playerdirectory_user {
            width: 31.8%;
			margin: 5px 0;
        }



        
        .playerdirectory_headline {
           border-bottom: 1px solid var(--background-color-intensive);
            color: var(--accent-color-intesive);
            padding: 8px;
			text-align: center;
			font-size: 18px;
			text-transform: uppercase;
			font-weight: 600;
        }
        
        .playerdirectory_subline {
            background: var(--background-color-less-opacity);
            color: var(--accent-color);
            padding: 6px;
      text-align: center;
			font-size: 10px;
			text-transform: uppercase;
			font-weight: 600;
			letter-spacing: 0.094rem;
			margin: 20px 0 10px 0;
        }
        
.directory_user_headline{
padding: var(--5px) var(--15px);
  background: var(--background-color-intensive);
  color: var(--text-color);
  font-weight: bold;
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: var(--5px);
}

        .playerdirectory_user_information {
            padding: 5px;
			text-align: center;
			
        }
        
        .playerdirectory_user_information_item {
            padding: 1px 0;
			font-size: 10px;
        }
        
        .playerdirectory_user_accounts {
           height: 235px;
            overflow: auto;
            padding-top: 10px;
        }
        
        .directory_characters {
		display: grid;
  width: 100%;
  margin: 10px 0;
  align-items: flex-start;
  justify-content: center;
  gap: 20px 10px;
  padding: 0 10px;
  grid-template-columns: 75px 1fr;
        }
        
        .directory_characters_avatar {
            width: 70px;
        }
        
        .directory_characters_avatar img {
            width: 100%;
        }

.directory_characters_overviewname {
color: var(--accent-color);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.031rem;
	
}


.directory_characters_overviewname a{
	font-size:1.2em;
	
}

        .directory_charas_charafacts {
            padding-top: 1px;
			font-size: 0.65rem;
text-transform: uppercase; 
        }
        
        .directory_charas_charafacts strong{
						     color: var(--accent-color);
				letter-spacing: 0.094rem;
}

        .directory_characters_fact {
            padding-top: 1px;
			font-size: 0.65rem;
text-transform: uppercase; 

        }
        .directory_characters_fact b{
						     color: var(--accent-color);
				letter-spacing: 0.094rem;
}


        
        /* SPIELERSTATISTIK */
        
        .playerdirectory_playerstat_statistic {
            display: flex;
            flex-flow: wrap;
            margin: 10px 0;
        }
        
        .playerdirectory_playerstat_stat {
            width: calc(100% / 4);
            display: flex;
            flex-flow: column;
            padding: 10px 5px;
            box-sizing: border-box;
            justify-content: flex-start;
            align-items: center;
        }
        
        .playerdirectory_playerstat_question {
padding: var(--5px) var(--15px);
  background: var(--background-color-intensive);
  color: var(--text-color);
  font-weight: bold;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: var(--5px);
			width: 100%;
text-align: center;
        }
        
        .playerdirectory_playerstat_answer {
            text-align: center;
        }

.playerdirectory_playerstat_characters_all{
	display: flex;
	flex-wrap: wrap;
	 gap: 10px;
	margin-top: 20px;
	text-align: center;
}


        .playerdirectory_playerstat_characters {
		width: 32.33%;
		padding: 10px;
        }
        
        .playerdirectory_playerstat_avatar {
		text-align: center;
        }
        
        .playerdirectory_playerstat_avatar img {
			width: 50%;
}
        
        .playerdirectory_playerstat_infos {
            width: 90%;
        }

.directory_characters_charaname{
	color: var(--accent-color);
font-size: 15px;
	text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.031rem;
	margin: 10px auto;
border-bottom: 0.063rem solid #bfbfbfb3;
}
        
        .playerdirectory_playerstat_username {
       color: var(--accent-color);
            padding: 8px;
            font-weight: bold;
			text-transform: uppercase;
			border-bottom: 1px solid var(--background-color-less-opacity);
        }
        
        .playerdirectory_playerstat_usertitle {
            background: #0f0f0f url(../../../images/tcat.png) repeat-x;
            color: #fff;
            border-top: 1px solid #444;
            border-bottom: 1px solid #000;
            padding: 6px;
            font-size: 12px;
            font-weight: bold;
        }
        
        .playerdirectory_playerstat_username a:link,
        .playerdirectory_playerstat_username a:visited,
        .playerdirectory_playerstat_username a:active,
        .playerdirectory_playerstat_username a:hover {
            color: #ffffff;
        }
        
        /* CHARAKTERSTATISTIK */
        
        .playerdirectory_characterstat_statistic {
            display: flex;
            flex-flow: wrap;
            margin: 10px 0;
        }
        
        .playerdirectory_characterstat_stat {
            width: calc(100% / 4);
            display: flex;
            flex-flow: column;
            padding: 10px 5px;
            box-sizing: border-box;
            justify-content: flex-start;
            align-items: center;
        }
        
        .playerdirectory_characterstat_question {
    color: var(--accent-color);
			background-color: var(--background-color-less-opacity);
            font-size: var(--10px);
            font-weight: bold;
text-transform: uppercase;
  letter-spacing: 0.031rem;
			width: 100%;
			text-align: center;
			padding: 3px 10px;
			margin-bottom: 5px;
        }
        
        .playerdirectory_characterstat_answer {
            text-align: center;
        }
        
        .playerdirectory_characterstat_characters {
            display: flex;
            justify-content: flex-start;
            flex-wrap: nowrap;
            gap: 10px;
            width: 100%;
            margin-bottom: 10px;
        }
        
        .playerdirectory_characterstat_avatar {
            width: 10%;
        }
        
        .playerdirectory_characterstat_avatar img {
            width: 100%;
        }
        
        .playerdirectory_characterstat_infos {
            width: 90%;
        }
        
        .playerdirectory_characterstat_username {
            background: #0066a2 url(../../../images/thead.png) top left repeat-x;
            color: #ffffff;
            padding: 8px;
            font-weight: bold;
        }
        
        .playerdirectory_characterstat_usertitle {
            background: #0f0f0f url(../../../images/tcat.png) repeat-x;
            color: #fff;
            border-top: 1px solid #444;
            border-bottom: 1px solid #000;
            padding: 6px;
            font-size: 12px;
            font-weight: bold;
        }
        
        .playerdirectory_characterstat_username a:link,
        .playerdirectory_characterstat_username a:visited,
        .playerdirectory_characterstat_username a:active,
        .playerdirectory_characterstat_username a:hover {
            color: #ffffff;
        }
        
        /* INPLAYZITATET */
        
        .playerdirectory_inplayquote {
            width: 90%;
            display: flex;
            margin: 10px auto;
            flex-wrap: nowrap;
            align-items: center;
        }
        
        .playerdirectory_inplayquote_avatar {
            width: 10%;
        border-radius: 50%;
    width: 6.25rem;
    height: 6.25rem;
    object-fit: cover;
    border: var(--5px) solid var(--accent-color);
        }

        
        .playerdirectory_inplayquote_container {
            width: 90%;
        }
        
        .playerdirectory_quote {
            width: 95%;
            margin: auto;
            font-size: 12px;
            text-align: justify;
            margin-bottom: 10px;
		
        }
        
        .playerdirectory_quote_user {
            text-align: right;
        }
        
        .playerdirectory_quote_user b {
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 13px;
        }
        
        .playerdirectory_quote_user span {
            font-style: italic;
            font-size: 11px;
        }
        
        /* 12 MONATE STATISTIK */
        
        .playerdirectory_postactivity_months_headline {
color: var(--accent-color);
  background-color: var(--background-color-less-opacity);
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.031rem;
  width: 100%;
  text-align: center;
  padding: 3px 10px;
  margin-bottom: 5px;
        }
        
        .playerdirectory_postactivity_months {
            width: 100%;
            text-align: center;
            margin: 10px 10px;
        }
        
        .playerdirectory_postactivity_months_poststat {
            width: 100%;
            display: flex;
            flex-flow: wrap;
            flex-wrap: nowrap;
            justify-content: space-between;
        }
        
        .playerdirectory_postactivity_months_month {
            justify-content: center;
            align-items: center;
            display: flex;
            flex-flow: column;
        }
        
        .playerdirectory_postactivity_months_monthname {
            color: #293340;
            font-weight: bold;
            text-transform: uppercase;
        }
        
        .playerdirectory_postactivity_months_chart {
            height: 250px;
            width: 100%;
        }
        
        /* PRO CHARAKTER */
        
        .playerdirectory_postactivity_perChara {
            text-align: center;
            margin: 10px 10px;
            display: flex;
            justify-content: space-around;
            align-content: flex-start;
            flex-wrap: nowrap;
        }
        
        .playerdirectory_postactivity_perChara_stat {
            width: 50%;
            text-align: center;
        }
        
        .playerdirectory_postactivity_perChara_headline {
color: var(--accent-color);
  background-color: var(--background-color-less-opacity);
  font-size: var(--10px);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.031rem;
  width: 100%;
  text-align: center;
  padding: 3px 10px;
  margin-bottom: 5px;
        }
        
        .playerdirectory_postactivity_perChara_bit {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            height: 150px;
            align-items: center;
        }
        
        .playerdirectory_postactivity_perChara_bit_chara {
            justify-content: center;
            align-items: center;
            display: flex;
            flex-flow: column;
        }
        
        .playerdirectory_postactivity_perChara_bit_charactername {
            color: #293340;
            font-weight: bold;
            text-transform: uppercase;
        }
        
        .playerdirectory_postactivity_perChara_chart {
            height: 150px;
            width: 100%;
        }
        
        /* EIGENE STATISTIKEN */
        
        .playerdirectory_playerstat_ownstat_headline {
            margin-bottom: 5px;
            color: #333;
            font-size: small;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            width: 100%;
        }
        
        .playerdirectory_playerstat_ownstat_bit {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            align-items: center;
        }
        
        .playerdirectory_playerstat_ownstat_bit_option {
            justify-content: center;
            align-items: center;
            display: flex;
            flex-flow: column;
        }
        
        .playerdirectory_playerstat_ownstat_bit_optionname {
            color: #293340;
            font-weight: bold;
            text-transform: uppercase;
        }
        
        .playerdirectory_playerstat_ownstat_chart {
            height: 150px;
            width: 100%;
        }