			/* Formatierung CHARAKTERINFOS */
.pname{
	font-family: montserrat;
	text-transform: lowercase;
	font-size: 35px;
	font-style: italic;
	letter-spacing: 1px;
	text-align:center;
}

.pusername{
	font-family: montserrat;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: 3px;
	text-align:center;
}

.puntertit{ 
	font-family: Calibri;
	font-size:10px;
	letter-spacing: 5px;
	text-transform:uppercase;
	color: #929ea9;
	text-align:center;
}

#pavatar{
	width: 300px;
	height: 220px;
	position: left;
	border: solid 8px #929ea9;
	margin-right: 100px;
}


#pbox{
	width: 320px;
	padding: 10px;
	margin-top: 15px;
	min-height:200px;
	max-height:480px;
	overflow:auto;
	scrollbar-width: thin;
}

.pscroll{
	width: 280px;
	padding: 10px;
	margin-top: 10px;
	height:200px;
	overflow:auto;
	scrollbar-width: thin;
	text-align:justify;
	font-size:9px;
	letter-spacing: 1px;
	font-weight:300;
	line-height: 15px;
}

.pbox::-webkit-scrollbar{
	scrollbar-width: thin;
	background-color: #d6d6d4;
}

.pbox::-webkit-scrollbar-thumb {
	background: #0278C0;
}

.p_text{ /* MIT WEITENANGABE */
	width: 300px;
	font-family: Calibri;
	font-size: 10px;
	word-spacing: 2px;
	line-height: 11px;
	text-align:justify;
	margin-left: 2px; 
	padding: 2px;
}

.p_text b{
	font-weight: 500;
	color: #000;
	letter-spacing: 1px;
}

.p_text i{
	font-weight: 20;
	color: #000;
	letter-spacing: 1px;
}

.ptext{ /* OHNE WEITENANGABE */
	font-size:9px;
	letter-spacing: 2px;
	font-weight:300;
	line-height: 15px;
	padding-bottom:4px;
}

.ptextm{ /* OHNE WEITENANGABE */
	font-size:7px;
	letter-spacing: 2px;
	font-weight:300;
	line-height: 15px;
	padding-bottom:4px;
}

.ptext i{
	font-size: 12px;
	color: #000;
	font-weight:200;
}

.pinfo{
	font-size:10px;
	letter-spacing: 3px;
	font-weight:700;
	width: 200px;
	height: 15px;
}

#secondfacesbox{
	text-align:center;
	padding: 10px;
	margin-top: 15px;
	min-height:50px;
	max-height:60px;
	overflow:auto;
	scrollbar-width: thin;
	border: solid 0px #5a5a59;
	filter:grayscale(70%);
}


			/* Formatierung RELATIONS */
.relainfo{ 
	width: 100%;
	height: 15px;
	color: #fff;
	letter-spacing: 0.5px;
	background-color: #5a5a59;
	font-family: Calibri;
	font-size: 7px;
	line-height: 13px;
	text-align:center;
	margin-top: 2px; 
	text-transform: uppercase;
	}

.relabox{
	min-height:50px;
	max-height:175px;
	overflow:auto;
	scrollbar-width: thin;
}


			/* Formatierung SZENEN */
.pszenenbox{
	min-height:150px;
	max-height:150px;
	overflow:auto;
	scrollbar-width: thin;
	padding: 10px;
}

/******************* TABS FORMATIERUNG *******************/
#profil-tabs {
	width: 100%;
	position: relative;
	margin: 20px auto;
	height: 550px;
}

#profil-tabs [type="radio"] {
 	display: none;
}

#profil-tabs [for^="p-tab"] {
    position: absolute;
    top: 0;
    min-width: 100px;
    height: 18px;
}

#profil-tabs [for="p-tab-1"] {
	left: 150px;
	width: 200px;
	height:25px;
	line-height:20px;
	letter-spacing:1px;
	background-color:#929ea9;
	font-family: 'calibri', sans-serif;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 8px 3px 8px;
	display: inline-block;
}

#profil-tabs [for="p-tab-2"] {
	left: 410px;
	width: 200px;
	height:25px;
	line-height:20px;
	letter-spacing:1px;
	background-color:#929ea9;
	font-family: 'calibri', sans-serif;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 8px 3px 8px;
	display: inline-block;
}

#profil-tabs [for="p-tab-3"] {
	left: 670px;
	width: 200px;
	height:25px;
	line-height:20px;
	letter-spacing:1px;
	background-color:#929ea9;
	font-family: 'calibri', sans-serif;
	font-size: 10px;
	color: #000;;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 8px 3px 8px;
	display: inline-block;
}

#profil-tabs .p-tab-content {
    position: absolute;
    top: 30px;
  	width:100%;
	height:350px;
    opacity: 0;
}

#profil-tabs input:checked + label {
	text-align: center;  
	font-family: "Calibri"; 
	font-size: 10px; 
	color: #000; 
	text-transform: uppercase;
	letter-spacing:1px;
	padding: 4px 8px 3px 8px;
	display: inline-block;
	height:25px;
	line-height:20px;
	background-color:#a0b1bc;
}

#profil-tabs input:checked + label + .p-tab-content {
    z-index: 1;
    opacity: 1;
}
		