#sanfran-profil-box {
	width:1100px;
	min-height:500px;
	background-image: url(https://abload.de/img/220710_sanfrancisco_m4mjc0.png);
	margin-bottom:20px;
	position:relative;
}
/**** Profilbox - Charakter/Username + Details ****/
#profil-box-name {
	width:1100px;
	height:240px;
	position:relative;
	z-index:0;
}

#profil-box-name-oben {
	width:1060px;
	height:50px;
	padding:20px;
}

.profilbox-bg {
	width:500px;
	height:284px;
	background-color:var(--background1);
	left:600px;
	position:absolute;
	z-index:1;
}

.profilbox-details {
	width:560px;
	height:244px;
	position:absolute;
	padding:20px;
	z-index:1;
}

a.profil-chara-button:link, a.profil-chara-button:visited {
	background-color:var(--background1);
	display:inline-block;
	padding:10px;
	width:15px;
	height:15px;
	margin-right:5px;
	text-align:center;
	text-decoration:none;
	transition:0.8s;
}

a.profil-chara-button:hover {
	background-color:var(--farbe2) !important;
}

.profilbox-userdetails {
	width:400px;
	text-transform:uppercase;
	margin-top:5px;
}

/*** Data Tooltip ***/
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: var(--background1-transparent);
    color: var(--farbe1);
    font-size: 12px;
    position: absolute;
    padding: 5px 10px 5px 10px;
    bottom: 5px;
    left: 50%;
    font-family:Calibri, Sans-Serif;
    white-space: nowrap;
    opacity: 0;
    border: 1px solid var(--backgroudn1-transparent);
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}

.pseudo-tooltip-wrapper {
    /*This causes the wrapping element to be the same size as what it contains.*/
    display: inline-block;
}
/************/

.profilbox-name {
    color: var(--farbe2);
    font-size: 16px;
}

.profilbox-name span {
    font-family: 'Teko', sans-serif;
    color: var(--farbe1);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
}

.profilbox-facts {
    width: 1060px;
    min-height: 20px;
    margin-top: -5px;
}

.profilbox-facts-strich {
    width: 80px;
    height: 10px;
    border-bottom: 1px solid var(--farbe2);
    margin-left: 40px;
}

.profilbox-facts-aufzahlung {
    width: 930px;
    min-height: 20px;
    font-family: Calibri, sans-serif;
    color: var(--farbe2);
    font-weight: 500;
}
/**** Profilbox - Charaktertext ****/
.profilbox-aboutme {
	width:480px;
	height:170px;
	margin-top:10px;
}

.profilbox-aboutme span {
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    color: var(--farbe1);
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    margin-top: 0px;
}

.profilbox-aboutme span::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: var(--farbe2);
    top: 35px;
    left: 50%;
}

.profilbox-aboutme-icon {
	width:100px;
	height:100px;
	padding:8px;
	border:1px solid var(--farbe1);
	margin-right:10px;
}

.profilbox-aboutme-scroll {
	width:340px;
	height:120px;
	line-height:15px;
	padding:0px 10px 0px 0px;
	overflow:auto;
	text-align:justify;
}

.profilbox-aboutme-scroll::-webkit-scrollbar {
  width: 1px;
  background: transparent;
} 
.profilbox-aboutme-scroll::-webkit-scrollbar {
  width: 3px;
}
.profilbox-aboutme-scroll::-webkit-scrollbar-thumb {
  background-color: var(--farbe1);
}
.profilbox-aboutme-scroll::-webkit-scrollbar-track {
 	background-color: var(--background1-transparent);
	border:1px solid #212121;
} 

.profilbox-ava {
	width:250px;
	height:220px;
	position:absolute;
	z-index:2;
	padding:10px;
	border:1px solid var(--farbe2);
	top:20px;
	left:520px;
}

.profilbox-anderes {
	width:280px;
	height:283px;
	left:810px;
	position:absolute;
	z-index:2;
}
/*** Quote Bubble ***/
.quote-bubble {
  width: 200px;
  margin: 20px auto;
  background: var(--farbe1);
  padding: 20px;
	line-height:14px;
  text-align: center;
  font-weight:500;
  color: var(--hell);
  font-family:Calibri, sans-serif;
  position:relative;
}

.sb3:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid var(--farbe1);
  border-right: 10px solid transparent;
  border-top: 10px solid var(--farbe1);
  border-bottom: 10px solid transparent;
  left: 19px;
  bottom: -19px;
}

.profil-icon {
	width:250px;
	height:100px;
	padding:10px;
	border:1px solid var(--farbe1);
	margin-top:38px;
}
/*** Profil TAbs ***/
#profil-allgemein-navigation {margin-top:43px;height:35px;padding:10px 10px 0px 10px;background-color:var(--background1);}

/* Style tab links */
.tablink-profil {
 	background-color: transparent;
  	cursor: pointer;
}

.tablink-profil:hover {
  transition:0.7s ease;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent-profil {
  display: none;
  min-height: 180px;
  background-color:var(--background1);
  padding:10px 10px 10px 10px;
  text-align:justify;
  color:var(--text-basic);
}

.button-tabs {
	width: 150px;
    min-height: 15px;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    text-align: center;
	margin-right:5px;
    background-color:#282828;
    color: var(--hell) !important;
	text-transform:uppercase;
    text-decoration: none;
    transition: 0.9s;
    font-size: 13px;
    font-family: Calibri, sans-serif;
}

.button-tabs:hover {
	background-color:var(--farbe1);
	background-image: none;
}
/************************** BASIC INHALT ********************/
#basic-box {
	width:1080px;
	height:350px;
	background-image: url(https://abload.de/img/220710_sanfrancisco_m4mjc0.png);
}

#basic-signatur {
	width:470px;
	height:290px;
	padding:10px;
}

#basic-signatur span {    
	font-family: 'Teko', sans-serif;
    font-size: 30px;
    color: var(--farbe1);
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    margin-top: 0px;
}

#basic-signatur span::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: var(--farbe2);
    top: 35px;
    left: 50%;
}

#basic-gesuche {
	width:360px;
	height:290px;
	padding:10px;
}

#basic-gesuche span {    
	font-family: 'Teko', sans-serif;
    font-size: 30px;
    color: var(--farbe1);
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    margin-top: 0px;
}

#basic-gesuche span::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: var(--farbe2);
    top: 35px;
    left: 50%;
}

.gesuche-liste {
	width:340px;
	height:250px;
	background-color:#282828;
	margin-top:10px;
	padding:10px;
}

.gesuche-liste-scroll {
	width:330px;
	height:250px;
	overflow:auto;
	background-color:#282828;
	padding:0px 10px 0px 0px;
	line-height:12px;
}

.gesuche-liste-scroll::-webkit-scrollbar {
  width: 1px;
  background: transparent;
} 
.gesuche-liste-scroll::-webkit-scrollbar {
  width: 3px;
}
.gesuche-liste-scroll::-webkit-scrollbar-thumb {
  background-color: var(--farbe1);
}
.gesuche-liste-scroll::-webkit-scrollbar-track {
 	background-color: var(--background1-transparent);
	border:1px solid #282828;
} 


a.gesuch-link:link, a.gesuch-link:visited {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    color: var(--farbe2) !important;
    font-weight: 500;
	text-transform:none !important;
    text-decoration: none;
    transition: 0.8s;
}

.gesuche-liste div {
	font-size:11px;
	text-transform:uppercase !important;
}

#basic-anschluss {
	width:180px;
	height:320px;
	padding:10px 10px 0px 10px;
}

#basic-anschluss span {    
	font-family: 'Teko', sans-serif;
    font-size: 30px;
    color: var(--farbe1);
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    margin-top: 0px;
}

#basic-anschluss span::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: var(--farbe2);
    top: 35px;
    left: 50%;
}

.anschluss-box {
	width:160px;
	height:250px;
	background-color:#282828;
	margin-top:10px;
	padding:10px;
}

.anschluss-box-scroll {
	width:150px;
	height:250px;
	overflow:auto;
	padding:0px 10px 0px 0px;
	text-align:justify;
	color:var(--hell);
}

.anschluss-box-scroll::-webkit-scrollbar {
  width: 1px;
  background: transparent;
} 
.anschluss-box-scroll::-webkit-scrollbar {
  width: 3px;
}
.anschluss-box-scroll::-webkit-scrollbar-thumb {
  background-color: var(--farbe1);
}
.anschluss-box-scroll::-webkit-scrollbar-track {
 	background-color: var(--background1-transparent);
	border:1px solid #282828;
} 
/************************** BCHARAKTER INHALT ********************/
#charakter-box {
	width:1040px;
	height:640px;
	padding:20px;
	background-image: url(https://abload.de/img/220710_sanfrancisco_m4mjc0.png);
}

.charakter-basicdaten {
	width:250px;
	padding:20px;
	height:600px;
	background-color:var(--background1);
}

.charakter-details {
	width:730px;
	height:210px;
}

.charakter-vollstaendigername {
	font-family: 'Teko', sans-serif;
    color: var(--farbe1);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 35px;
}

.vollstaendername-strich {
    width: 80px;
    height: 10px;
    border-bottom: 1px solid var(--farbe2);
    margin-left: 40px;
	margin-top:-10px;
}

.vollstaendername-geburtsname {
	width:600px;
    min-height: 20px;
    font-family: Calibri, sans-serif;
    color: var(--farbe2);
    font-weight: 500;
	margin-top:-10px;
}

.charakterdetails {
	width:730px;
	height:150px;
	margin-top:10px;
}

#table-char tr td {
  padding: 5px 20px 5px 20px;
}

#table-bezeichnung {
	font-family: 'Teko', sans-serif;
    color: var(--farbe1);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

#table-angabe {
	color:var(--hell);
	font-family:'Calibri', sans-serif;
	font-size:15px;
}

.charakter-personlichkeit {
	width:710px;
	height:400px;
	padding:10px;
	background-color:#282828;
	margin-top:10px;
}

.charakter-personlichkeit span {    
	font-family: 'Teko', sans-serif;
    font-size: 30px;
    color: var(--farbe1);
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    margin-top: 0px;
}

.charakter-personlichkeit span::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: var(--farbe2);
    top: 35px;
    left: 50%;
}

.personlichkeit-box {
	width:690px;
	height:350px;
	background-color:#282828;
	padding:10px;
}

.personlichkeit-box-scroll {
	width:680px;
	height:350px;
	padding:0px 10px 0px 0px;
	overflow:auto;
}

.personlichkeit-box-scroll::-webkit-scrollbar {
  width: 1px;
  background: transparent;
} 
.personlichkeit-box-scroll::-webkit-scrollbar {
  width: 3px;
}
.personlichkeit-box-scroll::-webkit-scrollbar-thumb {
  background-color: var(--farbe1);
}
.personlichkeit-box-scroll::-webkit-scrollbar-track {
 	background-color: var(--background1-transparent);
	border:1px solid #282828;
} 

.charakterweitereinfos {
	width:250px;
	height:340px;
}

.weitereinfos-aussehen {
	width:250px;
	height:210px;
}

.weitereinfos-aussehen span {    
	font-family: 'Teko', sans-serif;
    font-size: 30px;
    color: var(--farbe1);
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    margin-top: 0px;
}

.weitereinfos-aussehen span::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: var(--farbe2);
    top: 35px;
    left: 50%;
}

.aussehen-box {
	width:230px;
	height:140px;
	padding:10px;
	margin-top:10px;
	background-color:#282828;
}

.aussehen-box-scroll {
	width:220px;
	height:140px;
	padding:0px 10px 0px 0px;
	line-height:15px;
	overflow:auto;
}

.aussehen-box-scroll::-webkit-scrollbar {
  width: 1px;
  background: transparent;
} 
.aussehen-box-scroll::-webkit-scrollbar {
  width: 3px;
}
.aussehen-box-scroll::-webkit-scrollbar-thumb {
  background-color: var(--farbe1);
}
.aussehen-box-scroll::-webkit-scrollbar-track {
 	background-color: var(--background1-transparent);
	border:1px solid #282828;
} 

.weitereinfos-adresse {
	width:190px;
	height:70px;
	background-color:#282828;
	margin-top:10px;
	font-size:14px;
	line-height:14px;
	padding:10px 30px 10px 30px;
}

.infos-adresse {margin-top:10px;}

.infos-adresse span {
	font-family: 'Teko', sans-serif;
	font-size: 30px; 
	color: var(--farbe1);
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
	margin-top: 0px;
}

.infos-adresse span::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: var(--farbe2);
    top: 35px;
    left: 50%;
}
/************************ LEBENSLAUF ********************/
#lebenslauf-box {
	width:1040px;
	min-height:50px;
	padding:20px;
	background-image: url(https://abload.de/img/220710_sanfrancisco_m4mjc0.png);
}

.lebenslauf-quote {
	width:1080px;
	height:130px;
	position:relative;
	z-index:0;
}

.quote-sign {
	font-size:35px;
	margin:20px 0px 0px 20px;
	position:absolute;
	z-index:1;
}

.quote-inplayquote {
	position:absolute;
	width:980px;
	height:80px;
	font-size:15px;
	font-style:italic;
	line-height:15px;
	text-align:center;
	z-index:2;
	margin:30px 0px 0px 30px;
}

.lebenslauf-text {
	width:960px;
	min-height:50px;
	margin-top:20px;
	background-color:#282828;
	padding:30px 70px 70px 70px;
	font-size:16px;
}
	
.lebenslauf-text span {
	font-family: 'Teko', sans-serif;
	font-size: 30px; 
	color: var(--farbe1);
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
	margin-top: 0px;
}

.lebenslauf-text span::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: var(--farbe2);
    top: 35px;
    left: 50%;
}
/***************** BEZIEHUNGEN *******************/
#beziehungen-box {
	width:1040px;
	min-height:50px;
	padding:20px;
	background-image: url(https://abload.de/img/220710_sanfrancisco_m4mjc0.png);
}
#beziehungen-box span {
	font-family: 'Teko', sans-serif;
	font-size: 30px; 
	color: var(--farbe1);
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
	margin-top: 0px;
}

#beziehungen-box span::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: var(--farbe2);
    top: 35px;
    left: 50%;
}

.relation-box {
	width:420px;
	min-height:265px;
	background-color:#282828;
	padding:10px;
	margin-bottom:10px;
}

.angabe-name {
	width:420px;
	padding:5px 0px 5px 0px;
	text-align:center;
}

.angabe-beziehung {
	width:420px;
	padding:5px 0px 5px 0px;
	text-align:center;
	color:var(--hell);
	font-style:italic;
}

.ava-beziehung {
    padding: 10px;
	border:1px solid var(--farbe1);
	height:150px;
}

.npc-beziehung-beschreibung {
	width:200px;
	height:150px;
	background-color:var(--background1-transparent);
	padding:10px;
}

.npc-beziehung-in-text {
	width:200px;
	height:150px;
	text-align:justify;
	color:var(--hell);
	font-size:15px;
	line-height:15px;
}

.npc-beziehung-scroll {
	width:190px;
	padding:0px 10px 0px 0px;
	height:150px;
	overflow:auto;
}

.npc-beziehung-scroll::-webkit-scrollbar {
  width: 1px;
  background: transparent;
} 
.npc-beziehung-scroll::-webkit-scrollbar {
  width: 3px;
}
.npc-beziehung-scroll::-webkit-scrollbar-thumb {
  background-color: var(--farbe1);
}
.npc-beziehung-scroll::-webkit-scrollbar-track {
 	background-color: var(--background1-transparent);
	border:1px solid var(--background1);
} 

.npcfacts-beziehung {
	width:420px;
	padding:5px 10px 5px 10px;
	text-transform:uppercase;
	color:var(--hell);
	font-size:13px;
}

.npcedit-beschreibung {
	width: 100%;
	height:120px;
	background-color:#282828;
	color:var(--hell);
	border:none;
}

.npcedit-beschreibung::-webkit-scrollbar {
  width: 1px;
  background: transparent;
} 
.npcedit-beschreibung::-webkit-scrollbar {
  width: 3px;
}
.npcedit-beschreibung::-webkit-scrollbar-thumb {
  background-color: var(--farbe1);
}
.npcedit-beschreibung::-webkit-scrollbar-track {
 	background-color: var(--background1-transparent);
	border:1px solid var(--background1);
} 

.npc-texte {
	background-color:var(--background1);
	color:var(--hell);
	border:none;
}
/*************** STICKER ******************/
#sticker-box {
	width:1040px;
	min-height:40px;
	padding:20px;
	background-image: url(https://abload.de/img/220710_sanfrancisco_m4mjc0.png);
}

.onaward-box {
	width:250px;
	height:65px;
	margin-bottom:10px;
}

.awards-image {
	width:45px;
	height:45px;
	background-color:var(--background3);
	padding:10px;
}

.awards-why {
	width:190px;
	height:65px;
	background-color:var(--background2);
}

.awards-name {
	width:200px;
	text-align:center;
	text-transform:uppercase;
	color:var(--farbe1);
	padding:2px 0px 2px 0px;
	font-weight:bold;
	font-size:13px;
}

.awards-reason {
	width:180px;
	padding:5px;
	height:30px;
	line-height:14px;
	font-size:14px;
	overflow:hidden;
}