
:root {
 
  --heading:'Bebas Neue', cursive;
  --texting:'Quicksand', sans-serif;
  
}

a {
  transition:0.4s ease-in;
}

.profil_container {
  text-align:justify;
  width:1100px;
margin:auto;
	color:#969696;
}

.profil_head{
   background:#799aae;
}

.profil_name {
  color:var(--dunkel);
  font-family:var(--heading);
  font-size:36px;
  text-shadow: 1px 1px var(--text);
  text-align:center;
  padding:10px;
}

.profil_stats{
  background:var(--dunkel);
  padding:5px;
  text-align:center;
  font-size:14px;
}


.profil_mainarea {
  display:flex; 
}

.profil_steckbrief, .profil_box  {
  background:var(--dunkel);
}

.profil_ava{
	background:var(--dunkel);
	padding: 15px;
}

.profil_steckbrief {
  flex-grow:1;
}

.profil_steckbrief  ul {
  display:flex;
  list-style:none;
  justify-content:space-around;
	padding-left: 0;
	padding-right: 5px;
}

.profil_steckbrief ul li {
  flex-grow:1;
} 

.profil_steckbrief ul li a:link, .profil_steckbrief ul li a:visited {
  background:#799aae;
  color: #cdcdcd;
display:flex;
  justify-content:center;
  align-items:center;
  margin: 0px 10px;
  padding: 10px 0px;
}

.profil_steckbrief ul li a:hover {
  background:var(--hover);
}

.profil_tabcontent {
  padding:20px 15px;
}

.profil_h {
  font-family:var(--heading);
  font-size:22px;
  color:#969696;
}

.profil_text {
	height: 400px;
	padding-bottom: 15px;
  font-size:15px;
  font-family:Var(--texting);
  line-height:1.5;
	overflow: auto;
	scrollbar-width: none;
}

.profil_line {
  display:flex
}

.profil_box {
  flex: 1 0;
  padding:10px;
}

.profil_quote {
  padding:25px;
  color:#cdcdcd;
  font-size:12px;
	height: 200px;
	overflow: auto;
	
}

.profil_quoteh {
	background: #799aae;
  font-family:var(--heading);
  font-size:17px;
	
}

.kit_infos {    
	flex-basis: 40%; 
	order: 2;   
	margin: auto;
} 

.kit_punkt {   
	box-sizing: border-box; 
	width: 290px; 
	height: 20px;  
	margin: auto; 
	margin-top: 2px;
	margin-bottom: 2px;  
	padding-top: 4px;  
	background: #799aae; 
	border-left: #799aae; 
	border-right: #799aae;  
	color: #cdcdcd;  
	font-family: 'Quicksand', sans-serif;  
	font-size: 12px; 
	text-align: center; 
	text-transform: uppercase; 
} 
		
		
		
		
		
		