.profileheader  {
	background: #1D1E20 !important;
}

.profileheader .profileheadertitel {
	font-size:50px;
	line-height: 110%;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}

.profilenav {
	border: solid #f5f5f5 1px;
	position: absolute;
	z-index:3;
}

.profilenav ul.nav, ul#profilesmalltabs {
	border: 0;
}

.profilenav ul.nav-tabs .nav-link.active, ul#profilesmalltabs .nav-link.active {
	color: #f5f5f5;
	border: 0;
	background: none;
	cursor: pointer;	
}

.profilenav ul.nav-tabs .nav-link, ul#profilesmalltabs .nav-link {
	padding:0;
	text-transform: uppercase;	
	border: 0;
	font-family: 'Playfair Display', serif;
	background: none;	
	cursor: pointer;	
}

.profilenav ul.nav-tabs .nav-link {
	font-size:25px;	
	margin-top: 30px;	
}

ul#profilesmalltabs .nav-link {
	font-size:20px;	
	margin: 15px 15px 0 0;
}

.profilenav ul.nav-tabs li span, ul#profilesmalltabs .nav-link {
	color: #8165A6;
	transition: all 0.3s ease-out;			
}

.profilenav ul.nav-tabs li span:hover, ul#profilesmalltabs .nav-link:hover {
	color: #D83F87 !important;
}

.profileheader .smalltext  {
	margin: 10px 0 30px;
}

.profileheader .smalltext::before {
	display: inline-block;
	content:'';
	width:80px;
	height: 3px;
	margin: 0 20px 2px 0;
	background: -webkit-linear-gradient(45deg, #8165A6, #D83F87);
	background: linear-gradient(45deg, #8165A6, #D83F87);
}

.profilenav img {
	width:260px;
	height: 240px;
}

#profilesmalltabs  {
	margin-left: 355px;
}

.interviewquestion {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	margin: 20px 0 15px;
	color: #868e96;
}

.interviewquestion:first-child {
	margin-top:0;
}
	

h2.relas_profil_title {
	margin-top:100px;
}

h2.relas_profil_title:first-child {
	margin-top:0;
}

.divbox_mem_relas img, .divbox_mem_relas .rela_replace  {
	background-color: #212529;
	border-radius: 100%;
	width: 50px;
	height: 50px;
}


.traits-nie::before, .traits-selten::before, .traits-manchmal::before, .traits-regelmäßig::before {
	font-size: 30px;
	margin-right:30px;
}

.traits-nie::before {
	content: "○ ○ ○";
}

.traits-selten::before {
	content: "● ○ ○";
}

.traits-manchmal::before {
	content: "● ● ○";
}

.traits-regelmäßig::before {
	content: "● ● ●";
}
