#Profile_Main {background-color: #ccc;
}
#Profile_Main .Profile_Pinterest,
#Profile_Main .Profile_Wanted{position: relative;}
#Profile_Main .Profile_Relation_Info span i,
#Lexi_Main .Profile_Relation_Info spanling i{color: #958d6b;}

#Profile_Main .Profile_Text_Form .Family_Pic_Size{
  width: 120px;
  height: 120px !important;
  margin: 20px 40px 20px 20px !important;
}

#Profile_Main .Profile_Family_Bit::after {
  content: "";
  clear: both;
  display: table;
}

#Profile_Main .Profile_Family_Bit{margin-bottom: 30px;}

#Profile_Main .Award_Item_Box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 10px;
}

#Profile_Main .Award_Item {
width: 50px;
height: 50px;
font-size: 13px;
  background: #dfdfdf;
  display: flex;
 align-items: center;
  justify-content: center;
}

#Profile_Main .Profile_Family_Bit_Info{
  display: flex;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  line-height: 100%;
  padding: 3px 0px 3px;
}

#Profile_Main .Profile_Family_Bit_Info div{flex-grow: 1;text-align: right;font-size: 8px;}
#Profile_Main .Profile_Family_Bit_Info div span{padding-left: 15px;}
#Profile_Main .Profile_Family_Bit_Info b de{color: #202020 !important;}
#Profile_Main .Profile_Family_Bit_Info b be{opacity: 0.6;}
	
#Profile_Main .Profile_Relation_Pic .NPC,
#Lexi_Main .Profile_Relation_Pic .NPC{
  position: absolute;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 800;
  top: 10px;
  left: 10px;
  opacity: 0.5;
}

#Profile_Main .Profile_Relation_Del,#Lexi_Main .Profile_Relation_Del{
  position: absolute;
  top: 0;
  z-index: 2;
  font-size: 10px;
  padding: 15px;
  right: 0;
}

#Profile_Main .Profile_Relation_Bottom,#Lexi_Main .Profile_Relation_Bottom{padding:20px;}

#Profile_Main .Profile_Relation_Bit .Profile_Bar,#Lexi_Main .Profile_Relation_Bit .Profile_Bar{margin-bottom: 0px;margin-top: 15px; background: #dfdfdf;}

#Profile_Main .Profile_Relation_Info,
#Lexi_Main .Profile_Relation_Info{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
}

#Profile_Main .Profile_Relation_Desc,
#Lexi_Main .Profile_Relation_Desc{
  font-size: 11px;
  line-height: 210%;
  text-align: justify;
	color: #444;
  height: 150px;
  overflow: auto;
  scrollbar-width: thin;
  padding-right: 9px;
}

#Profile_Main .Profile_Relation_Info span,
#Lexi_Main .Profile_Relation_Info spanling{
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
}

#Profile_Main .Profile_Relation_Info spaner,
#Lexi_Main .Profile_Relation_Info spaner{
  font-size: 22px;
  text-transform: lowercase;
	font-weight: bold;
  display: block;
  text-align: center;
  line-height: 90%;
	color: var(--akzent);
}

#Profile_Main .Profile_Relation_Info spaner a, #Lexi_Main .Profile_Relation_Info spaner a{color: var(--akzent); }

#Profile_Main .Profile_Relation,
#Lexi_Main .Profile_Relation{
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

#Profile_Main .Profile_Relation_Bit{width: 31%;background-color: #c4c4c4;}
#Lexi_Main .Profile_Relation_Bit{width: 49.26%;background-color: #c4c4c4;}

#Profile_Main .Profile_Relation_Icon,
#Lexi_Main .Profile_Relation_Icon{
  outline: 1px solid #11110e;
  outline-offset: 20px;
  width: fit-content;
  position: relative;
  z-index: 1;
}

#Profile_Main .Profile_Relation_Icon img,
#Lexi_Main .Profile_Relation_Icon img{
	width: 50px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#Profile_Main .Profile_Relation_Pic,
#Lexi_Main .Profile_Relation_Pic{
  height: 150px;
  overflow: hidden;
	position: relative;
}

#Profile_Main .Profile_Relation_Pic img,
#Lexi_Main .Profile_Relation_Pic img{
  width: 100%;
  margin-top: -15%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%) brightness:(120%);
	opacity: .7;
}

#Profile_Main .Profile_Relation_Pic::after,
#Lexi_Main .Profile_Relation_Pic::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-image: linear-gradient(var(--akzent),  #202020);
	top: 0;
	opacity: 0.3;
}

#Profile_Main .Profile_Top_Info_Button {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	padding: 25px;
	row-gap: 30px;
	align-items: center;
}

#Profile_Main .Profile_Top_Info_Button a{color: var(--akzent);opacity:1;}
#Profile_Main .Profile_Top_Info_Button a:hover{opacity:1;}
#Profile_Main .Profile_Top_Tabs button:hover i{filter: brightness(150%);}

#Profile_Main .Profile_Top_Info_Button .fa-discord {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--akzent);
  font-size: 22px;
}

#Profile_Main .Profile_Top_Info_Button i{
  display: block;
  font-size: 25px;
	font-weight: bold;
		filter: brightness(110%);
}

#Profile_Main .Profile_Real{
  display: flex;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  line-height: 100%;
  padding: 3px 0px 10px;
}

#Profile_Main .Profile_Real span{
  flex-grow: 1;
  text-align: right;
}

#Profile_Main .Profile_Info {
	display: flex;
	column-gap: 15px;
	text-align: center;
	margin-bottom: 48px;
	font-family: 'Verdana', sans-serif;
}

#Profile_Main .Profile_Info div:nth-child(4),
#Profile_Main .Profile_Info div:first-child { width: 40%;}
#Profile_Main .Profile_Info div{width: 32%;}

#Profile_Main .Profile_Info span{
	display: block;
	color: var(--akzent);
	font-size: 17px;
	position: relative;
	z-index: 2;
	font-weight: bold;
   text-transform: lowercase;
}

#Profile_Main .Profile_Info spenner{
	display: block;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: -5px;
	position: relative;
	z-index: 1;
	color: #202020;
}

#Profile_Main .Profile_Timeline_Event {margin-bottom: 20px;}
#Profile_Main .Profile_Timeline_Event:last-child {margin-bottom: 0px;}

#Profile_Main .Profile_Title de, #Profile_Main .Profile_Title1 de {color: #202020 !important;padding-right: 11px;}
#Profile_Main .Profile_Title ded, #Profile_Main .Profile_Title1 ded{color: #202020 !important;padding-right: 4px;}

#Profile_Main .Profile_Bottom_Second{
	display: flex;
	align-items: center;
	justify-content: end;
	width: 55%;
	flex-wrap: wrap;
	row-gap: 5px;
	column-gap: 5px;
}

#Profile_Main .Profile_Bottom_Playername{
  font-size: 45px;
	text-transform: lowercase;
	color: #ccc;
}

#Profile_Main .Profile_Bottom_Playersub{
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: -10px;
	line-height: 169%;
	color: #202020;
}

#Profile_Main .Profile_Bottom_Infos{
	width: 40%;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 15px;
}

#Profile_Main .Profile_Bottom_Pic{
	outline: 1px solid #dfdfdf;
	overflow: hidden;
	margin: 12px;
	position: relative;
	outline-offset: 5px;
	width: 35px;
	height: 35px;
}

#Profile_Main .Profile_Bottom_Pic img{width: 100%;}

#Profile_Main .Profile_Bottom{
	background-size: cover;
	background-attachment: fixed;
	background-image: url(/images/003/002background.jpg);
	padding: 45px;
	display: flex;
}

#Profile_Main .Wanted_Flex{
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin-bottom: 12px;
}

#Profile_Main .Profile_Wanted wantedtitle{
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#Profile_Main .Profile_Wanted wantedtitle a{font-weight: 800;}
#Profile_Main .Profile_Wanted wantedtitle i{color: #fff;}

#Profile_Main .Profile_Wanted wantedsub{
	display: block;
	line-height: 100%;
	margin: -5px 0px 0px;
	text-transform: uppercase;
	font-size: 7px;
	letter-spacing: 3px;
	font-weight: 800;
}

#Profile_Main .Profil_InfBars{width: 583px;}
#Profile_Main .BarRight{ position: absolute;right: 0;}
#Profile_Main .Inactive{opacity: 0.2;}
#Profile_Main .Profil_InfBars_All{
	display: flex;
	column-gap: 25px;
}

#Profile_Main .Profil_InfBars_All1{width: 49%;}

#Profile_Main .Profile_Bar, #Lexi_Main .Profile_Bar {
  height: 25px;
  position: relative;
	background-size: cover;
	background-attachment: fixed;
	background: #c4c4c4;
margin-bottom: 20px;
}

#Profile_Main .Profile_Bar1, #Lexi_Main .Profile_Bar1{
background-color: var(--akzent);
height: 100%;
opacity: 0.3;
filter: brightness(70%);
	color: #ccc;
}

#Profile_Main .Profile_Bar2, #Lexi_Main .Profile_Bar2{
  position: absolute;
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 2px;
  font-weight: 800;
  top: 0;
  left: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

#Profile_Main .Profile_Bar3{
  position: absolute;
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 2px;
  font-weight: 800;
  top: 0;
  right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

#Profile_Main .Profile_Title{
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: bold;
  display: flex;
	align-items: center;
	color: var(--akzent);
	position: relative;
}

#Profile_Main .Profile_Title1{
	display: flex;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 2px;
	font-weight: 800;
	column-gap: 20px;
	margin-top: 5px;
	margin-bottom: 2px;
	color: var(--akzent);
}

#Profile_Main .Profile_Title div{
	font-size: 8px;
	position: absolute;
	top: 1px;
	right: 0;
	display: flex;
	column-gap: 20px;
}

#Profile_Main .Profile_Title::before {
  content: '';
  background-color: #202020;
  height: 1px;
  margin-right: 10px;
  width: 15px;
}

#Profile_Main .Profile_Text_Form{
  text-align: justify;
  line-height: 200%;
font-size: 13px;
color: #3e3e3e !important;
}

#Profile_Main .Profile_Text_Form b,
#Profile_Main .Profile_Bottom b,
#Forenbit_Main .Mem_User_Desc b{text-transform: uppercase;color: var(--akzent);letter-spacing: 2px;}
#Profile_Main .Profile_Bottom font{color: var(--akzent);}
#Profile_Main .Profile_Text_Form i, #Forenbit_Main .Mem_User_Desc i {text-transform: lowercase;color: var(--akzent);letter-spacing: 4px;}
#Profile_Main .Profile_Text_Form s, #Forenbit_Main .Mem_User_Desc s {
  text-transform: uppercase;
  color: var(--akzent);
  letter-spacing: 6px;
  opacity: 0.5;
}
#Profile_Main .Profile_Text_Form u, #Forenbit_Main .Mem_User_Desc u{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 6px;
  letter-spacing: 2px;
  font-weight: 800;
  padding: 6px 4px 6px 6px;
  line-height: 100%;
  background-color: var(--akzent);
  color: #ccc;
}

#Profile_Main .Profile_Middle {
  padding: 80px;
  min-height: 300px;
}

#Profile_Main .Profile_Middle::before{
	content: "";
	display: block;
	height: 291px;
	float: right;
	width: 440px;
	padding: 10px;
}

#Profile_Main .Profile_Top_Tabs{
	position: absolute;
	bottom: 20px;
	left: 45px;
	z-index: 1;
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
	width: 45%;
	row-gap: 5px;
}



#Profile_Main .Profile_Top_Tabs button{
	background: unset;
	border: unset;
	padding: unset;
	letter-spacing: 1px;
	color: #ccc;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}

#Profile_Main .Profile_Top_Tabs .active i{font-weight: 800;}

#Profile_Main .Profile_Top_Tabs button i{
  display: block;
  color: var(--akzent);
  font-size: 20px;
	font-weight: bold;
  margin-bottom: 6px;
	filter: brightness(110%);
}

#Profile_Main .Profile_Top_Trigger{
  font-size: 10px;
  letter-spacing: 1px;
}

#Profile_Main .Profile_Top_Trigger b{display:block;text-transform: uppercase;color: #bf5757;}

#Profile_Main .Profile_Top_Info_Quote{
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 60%;
  margin: 25px 0;
	margin-top: 5px;
  line-height: 190%;
  font-weight: bold;
	color: #ccc;
}

#Profile_Main .Profile_Top_Info_Name{
	font-size: 75px;
	color: var(--akzent);
	margin-right: -4px;
	margin-bottom: -26px;
	text-transform: lowercase;
}

#Profile_Main .Profile_Top_Info_Bornname{
	text-transform: uppercase;
	font-size: 12px;
	color: #ddd;
	letter-spacing: 1px;
	font-weight: bold;
	margin-right: -2px;
}

#Profile_Main .Profile_Top_Info_Bornname de{color: var(--akzent);}

#Profile_Main .Profile_Top_Info_Lastname{
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: bold;
	color: #ccc;
margin-right: -3px;
}

#Profile_Main .Profile_Top_Info_Mothname{
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: -3px;
	opacity: 0.5;
	color: #ddd;
	font-size: 15px;
	font-weight: bold;
	margin-top: -5px;
}

#Profile_Main .Profile_Top_Info{
	position: absolute;
	top: 135px;
	right: 578px;
	z-index: 1;
	width: 42%;
	height: 50%;
	text-align: -moz-right;
	text-align: -webkit-right;
	display: flex;
	align-items: center;
	justify-content: right;
}

#Profile_Main .Profile_Top_Name_Back{
  font-size: 95px;
  text-transform: lowercase;
  position: absolute;
  bottom: 0px;
  left: 12px;
  mix-blend-mode: exclusion;
  color: #29261d;
  font-weight: normal;
  z-index: 1;
  height: 90px;
  overflow: hidden;
  opacity: 0.3;
}

#Profile_Main .Profile_Top_Pic{
  position: absolute;
  top: 140px;
  right: 80px;
  background-color: #c4c4c4;
	background-image: url(../../../images/003/marble.png);
	border: 1px solid #dfdfdf;
  padding: 20px;
  z-index: 1;
	width: 400px;
	height: 650px;
	overflow: hidden;
}
#Profile_Main .Profile_Top_Pic div{height: 650px;overflow: hidden;position: relative;}
#Profile_Main .Profile_Top_Pic img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#Profile_Main .profilecontent{display: none;}


/*----Pinterest Widget-----*/
#Profile_Main #pinterest-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: .3;
  top: 0;
}

#Profile_Main #pinterest-container {
	position: relative;
    width: 1180px;
    height: 450px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    border: none !important;
	opacity: .8;
	filter: brightness(70%);
}

#Profile_Main #pinterest-container [class$=_img] {
	-webkit-filter: grayscale(100%) brightness(70%);
	filter: grayscale(100%) brightness(70%);
  display: block !important;
  box-shadow: none !important;
  border-radius: 0 !important; 
 border: none !important;
}

#Profile_Main#pinterest-container [class$=_col] {
  padding: 0px;
  margin-top: 0px;
  border: none !important;
}

#Profile_Main #pinterest-container [class$=_button] {
  display: none !important;
    border: none !important;
}

#Profile_Main #pinterest-container [class$=_board] {
  box-shadow: none !important;
    border: none !important;
	border-radius: unset !important;
}

#Profile_Main #pinterest-container span span {
  overflow: hidden !important;
  height: 70% !important;
    border: 0px !important;
    box-shadow: none !important;
	padding:0px;
}

.CWarnings_Line{
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-image: linear-gradient( rgba(79, 3, 3, 0.74), rgba(28, 14, 14, 0.7) ), url(/images/001/back1.png);
}

.CWarnings_Line b{
	font-weight: 800;
	letter-spacing: 1px;
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
}

.Modul_Title {
	display: inline-block;
	padding: 5px 15px;
	margin: auto;
	background: #444;
	color: #ccc;
	text-transform: uppercase;
font-size: 8px;
	letter-spacing: 1px;
	margin: 10px;
	font-weight: bold;
}

.Modul_Descr {
	margin: 10px;
}