.profilneu {
  margin: auto;
  width: 950px;
  background: #1E4154;
  padding: 10px;
  box-sizing: border-box;
  color: #d7e6fb;
  font-size: 12px;
}
.profilneu_head {
  padding: 5px;
  background-color: #2E566C;
}
.profilneu_gruppe {
  position: absolute;
  z-index: 1;
  margin: -18px 0px 0px 830px;
}
.profilneu_alias {
  font-size: 10px;
	position: absolute;
	padding-left: 600px;
	padding-top: 20px;
}
.profilneu_gruppebild {
  width: 80px; 
  height: 80px; 
  border-radius: 100px; 
  padding: 0px; 
  border: 5px solid #1E4154;
  background: #1E4154;
}
.profilneu_name {
	display: flex;
	justify-content: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Rufina';
	text-align: center;
	color: #faebd6;
}
.profilneu_headnameu {
  font-size: 14px;
	text-align: center;
	font-style: italic;
}

.profilneu_flex {
  display: flex;
	justify-content: space-evenly;
}
.profilneu_row1 {
  width: 340px;
  margin-right: 5px;
}
.profilneu_character {
  padding: 0px;
}
.profilneu_charactertitle {
  background-color: #2E566C;
  height: 40px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Rufina';
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  }
.profilneu_charactercontent {
  background: url(../../../images/headerbox_bg.jpg);
   height: 250px;
  text-align: justify;
  overflow: auto;
  padding: 20px;
  overflow: auto;
  scrollbar-width: thin;
}

.tabscharacter input[type=radio] {
	position: absolute;
	display: none;
}

.tabscharacter {
	width: 100%;
	list-style: none;
	position: relative;
	height: 330px;
	margin-top: 10px;
  background: url(../../../images/headerbox_bg2.jpg);
  box-sizing: border-box;
  }

.tabscharacter li {
	float: left;
}

.tabscharacter label {
  box-sizing: border-box;
    display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
	padding: 15px;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease-in-out;
	margin: auto;
	font-size: 18px;
  text-transform: uppercase;
  font-family: 'Rufina';
}

.tabscharacter label:hover {
	color: #052739;
}

.tabscharacter [type=radio]:checked ~ label {
	background: #2E566C;
	top: 0;
}

[type=radio]:checked ~ label ~ .tab-content-char {
	display: block;
}

.tab-content-char {
  box-sizing: border-box;
  z-index: 2;
	display: none;
	text-align: justify;
	font-size: 11px;
	width: 100%;
  height: 285px;
  overflow: auto;
	scrollbar-width: thin;
	position: absolute;
	left: 0;
	animation-duration: 0.5s;
  padding: 20px;
}

.profilneu_row1link {
  background-color: #2E566C;
  height: 38px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Rufina';
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.profilneu_row1on {
  background-color: #2E566C;
  height: 38px;
  font-size: 10px;
  font-family: 'Rufina';
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.profilneu-row2 {
  width: 250px;
  background: #2E566C;
  margin-right: 5px;
}
.profilneu_avatar {
  margin-top: 10px;
}
.profilneu_icon img {
  margin-top: 10px;
	max-height: 120px;
	width: 250px;
}

.profilneu_away {
  width: 595px;
  padding-top: 5px;
  box-sizing: border-box;
  background: #2E566C;	
  background-image: url(/images/quotation_bg.png);
  margin-top: 10px;
  height: 95px;
  overflow: auto;
  scrollbar-width: thin;
  position: absolute;
	z-index: 1;
}

.profilneu_row3 {
  width: 330px;
  margin-left: 5px;
  margin-top: 10px;
}
.profilneu_stattitle {
background-color: #2E566C;
  height: 40px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Rufina';
  display: flex;
  justify-content: center;
  align-items: center;
}
.profilneu_stat-content {
  background: url(../../../images/headerbox_bg3.jpg);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 285px;
  overflow: auto;
  padding: 10px 30px 10px 30px;
  margin-bottom: 10px;
	box-sizing: border-box;
  }
.profilneu_stat-tab {
 background-color: #2E566C;
  padding: 5px 10px;
  width: 250px;
  margin: auto;
} 
.profilneu_accontent {
  overflow: auto;
  padding: 10px;
  background: #2E566C;
  height: 150px;
  margin-bottom: 10px;
	box-sizing: border-box;
	scrollbar-width: thin;
}
.proftabs input[type=radio] {
	position: absolute;
	display: none;
}
.proftabs {
	width: 100%;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
    height: 530px;
	margin-top: 10px;
}
.proftabs li {
	float: left;
	width: 20%;
}

.proftabs label {
	display: block;
	background-color: #d7e6fb;
	padding: 5px;
	cursor: pointer;
	color: #052739;
	position: relative;
	top: 0;
	transition: all 0.2s ease-in-out;
	margin: 0 5px;
	font-size: 16px;
	font-family: 'Rufina', serif;
    text-transform: uppercase;
}

.proftabs label:hover {
	background: #2E566C;
}

.proftabs [type=radio]:checked ~ label {
	background: #2E566C;
	top: 0;
}

[type=radio]:checked ~ label ~ .proftab-content {
	display: block;
}

.proftab-content {
	z-index: 2;
	display: none;
	text-align: justify;
	font-size: 11px;
	width: 100%;
	left: 0;
	top: 40px;
	animation-duration: 0.5s;
	position: absolute;
  height: 500px;
  overflow: auto;
}

.profneu_awards {
  width: 100%;
  height: 300px;
  display: flex;
}
.profilneu_awardstitle {
  background-color: #75919C;
  height: 40px;
  width: 300px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Rufina', serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
}
.profilneu_awardscontent {
  margin-top: 10px;
  margin-left: 10px;
}