/*******************Namen und Zitat  *******************/
.profile2-wr {
	background: var(--farbe1);
	width: 960px;
	color: var(--farbe6);
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
	text-align: justify;
	
	font-family: "verdana";
	font-size: 13px;
}

.profile2-wr_user {
  padding: 20px;
  background: var(--farbe1);
  margin-bottom: 5px;
  border: 1px solid var(--farbe3)
	  
}

.profile2-wr_username {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
	
}

.profile2-wr_quote {
  font-style: italic;
}

.profile2-wr_quote:before {
  content: "»";
  font-weight: bold;
}

.profile2-wr_flex {
  display: flex;
  justify-content: space-between;
}

/*******************Avatar und Icon  *******************/

.profile2-wr_left {
  width: 200px;
  background: background: var(--farbe1);
  margin-right: 5px;
  border: 1px solid var(--farbe3)
}

.profile2-wr_avatar {
  margin-bottom: 10px;
  padding: 5px 5px 5px 5px;
}

.profile2-wr_icon {
  margin-bottom: 10px;
  padding: 5px 5px 5px 5px;
}

.profile2-wr_nick {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.profile2-wr_away {
  padding: 5px 5px 5px 5px;
}

/*******************Mittelteil  *******************/

.profile2-wr_middle {
  width: 400px;
}

.profile2-wr_character {
  background: var(--farbe1);
  padding: 10px;
  border: 1px solid var(--farbe2);
}

.profile2-wr_title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}

.profile2-wr_character-content {
  height: 200px;
  text-align: justify;
  overflow: auto;
  padding: 5px;
}

.profile2-wr_mod {
   background: var(--farbe8);
   border: 1px solid var(--farbe2);
   padding: 5px;
   text-align: center;
   margin-bottom: 5px;
}

.profile2-wr_signature {
  text-align: center;
}


/*******************Rechter Teil Stats  *******************/

.profile2-wr_right {
  width: 300px;
  margin-left: 5px;
  background: var(--farbe1);
  padding: 10px;
  border: 1px solid var(--farbe2);
}

.profile2-wr_description {
}

.profile2-wr_description-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 300px;
  margin-bottom: 10px;
  overflow: auto;
}

.profile2-wr_description-box {
    padding: 5px 10px;
	background: var(--farbe3);
	border: 1px solid var(--farbe2);
}

.profile2-wr_stats {
}

.profile2-wr_stats-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 300px;
  margin-bottom: 10px;
  overflow: auto;
}

.profile2-wr_stats-box {
  padding: 5px 10px;
  background: var(--farbe3);
  border: 1px solid var(--farbe2);
}

.profil_balken {
  padding: 10px;
  background: var(--farbe1);
  margin-bottom: 5px;
  border: 1px solid var(--farbe2)
} 

.profil2-wr_title {
  text-align: center;
  
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}



/******************* TABS  *******************/
#tabmenu {
    position: relative;
    margin: auto;
    width: 620px;
    height: 870px;
}

#tabmenu [type="radio"] { display: none; }

#tabmenu [for^="tab"] {
    position: absolute;
    top: 2px;
    width: 100px;
    background: #555555;
}

#tabmenu [for="tab-1"] { left: 40px; }
#tabmenu [for="tab-2"] { left: 180px; }

#tabmenu .tab-content {
  
    position: absolute;
    box-sizing: border-box;
    top: 65px;
    width: 380px;
    height: 400px;
     opacity: 0;
    overflow: auto;
    background: #555555;
    
}

#tabmenu input:checked + label {
   font-weight: bold;
}

#tabmenu input:checked + label + .p_tab-content {
    z-index: 1;
    opacity: 1;
}
