:root {
	
            --chart-primary: #0066a2;
            --chart-text: #000;
}

/* SPIELERVERZEICHNIS */
        
        .playerdirectory_directory {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 10px;
            align-items: flex-start;
}

.player_charakterbit {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: space-around;
	background: var(--schwarztransparent);
	padding: 30px;
}

.player_chara_stat {
	background: var(--weisstransparent);
	padding: 9px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

.playerdirectory_user {
	width: 420px;
	background: var(--schwarz);
	padding: 10px;
}

.playerdirectory_headline {
	background: var(--trowfarbe);
	color: var(--mittelhell);
	padding: 8px;
	font-weight: bold;
}

.playerdirectory_subline {
	color: var(--akzentfarbe);
	padding: 6px;
	text-transform: uppercase;
	text-align: center;
	font-family: var(--akzentfont);
	font-size: 40px;
}

.playerdirectory_user_information {
	padding: 20px;
	background: var(--bodybackground);
	background-attachment: fixed;
	background-position: center;
}

.playerdirectory_user_information_item {
            padding: 1px 0;
}

.playerdirectory_user_accounts {
	height: 200px;
	overflow: auto;
	padding-top: 10px;
	scrollbar-width: thin;
	scrollbar-color: var(--akzentfarbe) #030303;
}

.playerdirectory_playerstat_fact {
	margin: 15px;
	background: var(--weiss_transparent);
	padding: 8px;
	font-size: 11px;
}

.directory_characters {
            display: flex;
            width: 100%;
            margin-bottom: 5px;
            flex-wrap: nowrap;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 10px;
}

.directory_characters_avatar {
	width: 18%;
	background: var(--bodybackground);
	padding: 10px;
	background-attachment: fixed;
	background-position: center;
}

.directory_characters_avatar img {
            width: 100%;
}

.directory_characters_fact {
            padding-top: 3px;
}

/* SPIELERSTATISTIK */
        
.playerdirectory_playerstat_statistic {
	display: flex;
	flex-flow: wrap;
	margin: 10px 0;
	background: var(--weisstransparent);
	padding: 25px;
}

.playerdirectory_playerstat_stat {
	width: calc(100% / 5);
	display: flex;
	flex-flow: column;
	padding: 10px 5px;
	box-sizing: border-box;
	justify-content: flex-start;
	align-items: center;
	background: var(--background_schwarz);
}

.playerdirectory_playerstat_stat i {
	color: var(--titelfarbe);
	font-size: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.playerdirectory_playerstat_question {
	color: var(--mittelhell);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.playerdirectory_playerstat_answer {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}

.playerdirectory_playerstat_characters {
	width: 300px;
	background: var(--bodybackground);
	margin: 15px;
	border: 1px solid var(--borderfarbe);
	background-attachment: fixed;
}

.playerdirectory_playerstat_avatar {
	text-align: center;
}

.playerdirectory_playerstat_avatar img {
	width: 300px;
	filter: grayscale(1);
}

.playerdirectory_playerstat_infos {
	width: 100%;
}

.playerdirectory_playerstat_username {
	padding: 14px;
	text-transform: uppercase;
	font-size: 17px;
	background: var(--schwarz);
	font-family: var(--seriffont);
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
}

.playerdirectory_playerstat_usertitle {
	background: var(--trowfarbe);
	color: var(--mittelhell);
	padding: 6px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.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: #333;
            font-size: small;
            font-weight: bold;
            text-transform: uppercase;
}

.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: 700px;
	display: flex;
	margin: auto;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.playerdirectory_inplayquote_avatar {
            width: 10%;
            text-align: center;
}

.playerdirectory_inplayquote_avatar img {
	border: 2px solid var(--borderfarbe);
	width: 100px;
}

.playerdirectory_inplayquote_container {
	width: 89%;
}

.playerdirectory_quote {
	width: 80%;
	margin: auto;
	font-size: 13px;
	text-align: justify;
	font-style: italic;
}

.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 {
            margin-bottom: 5px;
            color: #333;
            font-size: small;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            width: 100%;
}

.playerdirectory_postactivity_months {
	width: 100%;
	text-align: center;
	background: var(--weisstransparent);
	padding-top: 8px;
	padding-bottom: 8px;
	color: var(--lesfarbe);
}

.playerdirectory_postactivity_months_poststat {
	width: 100%;
	display: flex;
	flex-flow: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
}

.playerdirectory_postactivity_months_month {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-flow: column;
	width: 215px;
	margin: 3px;
}

.playerdirectory_postactivity_months_monthname {
            color: #fff;
            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;
}

.playerdirectory_postactivity_perChara_stat {
            text-align: center;
}

.playerdirectory_postactivity_perChara_headline {
	margin-bottom: 5px;
	color: var(--mittelhell);
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	background: var(--bodybackground);
	padding: 10px;
	background-attachment: fixed;
	background-position: center;
	font-size: 14px;
}

.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: var(--mittelhell);
	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%;
}

