:root {	
            --chart-primary: var(--akzent1);
            --chart-text: var(--kontrastfarbe);
        }
        
        /* SPIELERVERZEICHNIS */
        
        .playerdirectory_directory {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 10px;
            align-items: flex-start;
        }
        
        .playerdirectory_user {
            width: 32%;
        }
        
        .playerdirectory_headline {
            padding: 6px;
            font-weight: bold;
        }
        
        .playerdirectory_subline {
            padding: 6px;
            font-size: 12px;
            font-weight: bold;
        }
        
        .playerdirectory_user_information {
            padding: 5px;
        }
        
        .playerdirectory_user_information_item {
            padding: 5px;
        }
        
        .playerdirectory_user_accounts {
            height: 200px;
            overflow: auto;
            padding-top: 10px;
			margin: 5px;
			padding:5px;
			width:unset;
			box-sizing:border-box;
        }
        
        .directory_characters {
            display: flex;
            width: 100%;
            margin-bottom: 5px;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
			box-sizing:border-box;
        }
        
        .directory_characters_avatar {
            width: 25%;
			padding:5px;
        }
        
        .directory_characters_avatar img {
            width: 100%;
        }
        
        .directory_characters_fact {
            padding: 3px;
			width:100%;
			box-sizing:border-box;
        }
        
        /* SPIELERSTATISTIK */
        
        .playerdirectory_playerstat_statistic {
            display: flex;
            flex-flow: wrap;
            margin: 10px 0;
			justify-content: center;
        }
        
        .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;
			gap:5px;
        }
        
        .playerdirectory_playerstat_question {
            font-weight: bold;
            text-transform: uppercase;
			width:100%;
			text-align:center;
        }
        
        .playerdirectory_playerstat_answer {
            text-align: center;
			width:100%;
        }
        
        .playerdirectory_playerstat_characters {
            display: flex;
            justify-content: flex-start;
            flex-wrap: nowrap;
            gap: 5px;
            width: 100%;
            margin-bottom: 10px;
        }
        
        .playerdirectory_playerstat_avatar {
                width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
			    border-top-left-radius: 5px;
			    border-bottom-left-radius: 5px;


        }
        
        .playerdirectory_playerstat_avatar img {
            width: 100%;
        }
        
        .playerdirectory_playerstat_infos {
            width: 90%;
        }
        
        .playerdirectory_playerstat_username {
            padding: 5px;
            font-weight: bold;
			border-top-left-radius: 0px;
        }
        
        .playerdirectory_playerstat_usertitle {
            border-top: 1px solid var(--bgfarbe_v);
            border-bottom: 1px solid var(--bgfarbe_v);
            padding: 3px;
            font-size: 12px;
            font-weight: bold;
        }

.playerdirectory_playerstat_fact {
	padding:3px;
	width: 100%;
    box-sizing: border-box;
}
        
        .playerdirectory_playerstat_username a:link,
        .playerdirectory_playerstat_username a:visited,
        .playerdirectory_playerstat_username a:active,
        .playerdirectory_playerstat_username a:hover {
            
        }
        
        /* 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;
			gap:5px;
        }
        
        .playerdirectory_characterstat_question {
            font-weight: bold;
            text-transform: uppercase;
			width:100%;
			text-align:center;
        }
        
        .playerdirectory_characterstat_answer {
            text-align: center;
			width:100%;
        }
        
        .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 {
            padding: 8px;
            font-weight: bold;
        }
        
        .playerdirectory_characterstat_usertitle {
            border-top: 1px solid var(--bgfarbe_v);
            border-bottom: 1px solid var(--bgfarbe_v);
            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 {
           
        }
        
        /* INPLAYZITATET */
        
        .playerdirectory_inplayquote {
            width: 100%;
            display: flex;
            margin: 10px 0;
            flex-wrap: nowrap;
            align-items: center;
			gap:5px;
        }
        
        .playerdirectory_inplayquote_avatar {
    width: 15%;
    text-align: center;
    padding: 7px;
    align-items: center;
    /* height: 100px; */
    display: flex;
    box-sizing: border-box;
        }
        
        .playerdirectory_inplayquote_avatar img {
            border: 5px solid var(--farbe1);
			height: 100px;
    		box-sizing: border-box;
        }
        
        .playerdirectory_inplayquote_container {
          width: 85%;
        }
        
        .playerdirectory_quote {
            width: 100%;
            margin: auto;
            font-size: 13px;
            text-align: justify;
			height: 90px;
    		overflow: auto;
        }
        
        .playerdirectory_quote_user {
            text-align: right;
			width:100%;
            margin: auto;
			font-size: 10px;
        }
        
        .playerdirectory_quote_user b {
            text-transform: uppercase;
        }
        
        .playerdirectory_quote_user span {
           /* font-style: italic; */
        }
        
        /* 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%;
			box-sizing:border-box;
        }
        
        .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%;
			margin-bottom: 10px
        }
        
        /* PRO CHARAKTER */
        
        .playerdirectory_postactivity_perChara {
            text-align: center;
            margin: auto;
            display: flex;
            justify-content: space-around;
            align-content: flex-start;
            flex-wrap: nowrap;
			gap:10px;
        }
        
        .playerdirectory_postactivity_perChara_stat {
            width: 50%;
            text-align: center;
        }
        
        .playerdirectory_postactivity_perChara_headline {
            margin-bottom: 5px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
            width: 100%;
        }
        
        .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 {
            width: 100%;
        }

#scenestatChart, 
#poststatChart {
	height: 80px;
}
        
        /* 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%;
        }

#scenestatLegend, 
#poststatLegend {
    margin-top: 10px;
}

.scenestat-legend,
.poststat-legend
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
}

.scenestat-legend li, 
.poststat-legend li{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
}

.scenestat-legend-color, 
.poststat-legend-color {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border-radius: 2px;
}

.scenestat-legend-inactive, 
.poststat-legend-inactive {
    opacity: 0.4;
    text-decoration: line-through;
}
