.profiltop {
	width: 100%;
	height: 200px;
	background: #d1d1d1;
	text-align: center;
}

.profiltopname {
	height: 80px;
	line-height: 80px;
	width: 100%;
	text-align: center;
  	color: #696969 !important;
  	font-family: Times New Roman;
  	font-size: 45px;
  	letter-spacing: 3px;
  	font-style: italic;
  	text-transform: lowercase;
}

.profiltopusertitel {
	margin-top: -50px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
  	color: #696969 !important;
  	font-family: 'Quicksand';
  	font-size: 8px;
  	letter-spacing: 5px;
  	text-transform: uppercase;
	font-weight: 500;
	z-index: 99999;
}

.profiltopfacttext,
.profiltopfacttext a:link,
.profiltopfacttext a:active,
.profiltopfacttext a:hover,
.profiltopfacttext a:visited {
	text-align: center;
	color: #696969 !important;
	font-family: 'Quicksand';
	font-size: 7px;
	letter-spacing: 3px !important;
	text-transform: uppercase;
	letter-spacing: 0.1em !important;
}

.profilfact {
	text-align: center;
	font-family: 'Quicksand';
	font-size: 10px;
	letter-spacing: 0.1em;
}

.profiltitel {
  	font-family: 'Quicksand';
	background-color: #d1d1d1;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 7px;
	white-space: nowrap !important;
	border-top: solid 5px #d1d1d1;
	margin-bottom: 5px;
}

.profiltext {
	text-align: justify;
	font-family: 'Quicksand';
	font-size: 10px;
	letter-spacing: 0.1em;
}

.profiltitelfact {
	font-family: 'Quicksand';
	background-color: #d1d1d1;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 7px;
	white-space: nowrap !important;
	border-top: solid 5px #d1d1d1;
	margin-bottom: 5px;
}

.profiltextfact {
	text-align: justify;
	font-family: 'Quicksand';
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-left: 20px;
}

.smallbox {
	padding: 10px;
	text-align: justify;
	font-family: 'Quicksand';
	font-size: 9.5px;
	letter-spacing: 0.1em;
	min-height: 65px;
	max-height: 80px;
	overflow: auto;
	scrollbar-width: thin;
}

.middlebox {
	padding: 10px;
	text-align: justify;
	font-family: 'Quicksand';
	font-size: 9.5px;
	letter-spacing: 0.1em;
	min-height: 100px;
	max-height: 133px;
	overflow: auto;
	scrollbar-width: thin;
}

.bigbox {
	padding: 10px;
	text-align: justify;
	font-family: 'Quicksand';
	font-size: 9.5px;
	letter-spacing: 0.1em;
	min-height: 200px;
	max-height: 250px;
	overflow: auto;
	scrollbar-width: thin;
}


/* PROFIL RELATIONS */
.beziehungtabtitel {
	padding: 5px;
	background: #d1d1d1;
	font-size: 9px;
	font-family: 'Quicksand';
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.beziehungtabname {
	font-size: 9px;
	font-family: 'Quicksand';
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;	
}

.beziehungtabutitel {
	font-size: 9px;
	font-family: 'Quicksand';
	font-weight: 400;
}

.beziehungtabfact {
	text-transform: uppercase;
	text-align: center;
	height: 15px;
	line-height: 15px;
	width: 100%;
	margin: 3px;
	color: #696969;
	font-size: 8px;
	font-family: 'Calibri';
	font-weight: 400;
	letter-spacing: 2px;
	
}

.beziehungtabtext {
	text-align: justify;
	font-size: 9px;
	font-family: 'Quicksand';
	font-weight: 400;
	min-height: 5px;
	max-height: 73px;
	overflow: auto;
	scrollbar-width: thin;
	padding: 0px 4px 0px 4px;
}

.beziehungtabbutton
.beziehungtabbutton a:link,
.beziehungtabbutton a:hover,
.beziehungtabbutton a:visited;
.beziehungtabbutton a:active {
	font-size: 9px;
	margin: 2px;
	color: #696969 !important;
}

.beziehungtabbutton i {
	color: #696969 !important;
}


/* PROFIL SZENEN*/
.szenentitel {
	font-family: 'Quicksand';
	background-color: #d6d6d6;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 7px;
	white-space: nowrap!important;
	border: solid 5px #d1d1d1;
}

.szenentitel a:link, 
.szenentitel a:visited, 
.szenentitel a:active{
	color: #696969;
}

.szenentitel a:hover {
	color: #a6a6a6;
}

.szenenbox{	
	padding: 5px;
	min-height: 250px;
	max-height: 250px;
	overflow: auto;
	scrollbar-width: thin;
}

/* PROFILTABS */
#profiltabs {
	width: 100%;
	position: relative;
	height: 1200px;	
}

#profiltabs [type="radio"] {
 	display: none;
}

#profiltabs [for^="profiltab"] {
	background-color:#d6d6d6;
    position: absolute;
    top: 0;
    min-width: 200px;
    height:20px;
	line-height:20px;
	font-weight: 500;
	letter-spacing: 4px;
	font-family: 'Quicksand';
	font-size: 9px;
	color: #696969;
	padding: 3px;
}

#profiltabs [for="profiltab-1"] {
	left: 30px;
	width: 200px;
	text-align:center;
}

#profiltabs [for="profiltab-2"] {
	left: 210px;
	width: 200px;
	text-align:center;
}

#profiltabs [for="profiltab-3"] {
	left: 410px;
	width: 200px;
	text-align: center;
}

#profiltabs .profiltab-inhalt {
    position: absolute;
    top: 30px;
  	width:100%;
	font-family: 'Quicksand; 
	font-size: 8px; 
    opacity:0;
	height:1000px;
	overflow: auto:
	scrollbar-width: thin;
}

#profiltabs input:checked + label {
	text-align: center;  
	font-family: 'Quicksand; 
	font-size: 8px; 
	color: #d6d6d6; 
	text-transform: uppercase;
	letter-spacing:4px;
	padding: 3px;
	display: inline-block;
	background-color:#a6a6a6;
}

#profiltabs input:checked + label + .profiltab-inhalt {
    z-index: 5;
    opacity: 1;
}
		