#HeaderTabelle_Main .HeaderTabelle_Welcome {width: 350px;}
#HeaderTabelle_Main .HeaderTabelle_News {width: 210px;height: 275px;overflow: hidden;}
#HeaderTabelle_Main .HeaderTabelle_Faction {width: 310px;}
#HeaderTabelle_Main .HeaderTabelle_Team {flex: 1;}

#HeaderTabelle_Main .HeaderTabelle_Team_Pics{display: flex;gap: 10px;margin-bottom: 3px;}
#HeaderTabelle_Main .HeaderTabelle_Team_Pics .Header_Switch_Char {
	height: 78px;
	width: 77px;
	margin: 10px;
	flex-grow: 1;
}

#HeaderTabelle_Main .HeaderTabelle_News_Inside{
  display: flex;
  flex-direction: column;
  margin-top: -2px;
  overflow: auto;
  height: 280px;
  row-gap: 25px;
  scrollbar-width: none;
}

#HeaderTabelle_Main .bam_date{
display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--designbordercolor));
  width: 41px;
  height: 65px;
  margin: 6px 13px 0 0;
  backdrop-filter: brightness(50%);
  color: var(--designtextcolor);
  font-family: Montserrat;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: left;
  text-align: center;
}

#HeaderTabelle_Main .bam_date span{line-height: 210%;padding-top: 5px;}

#HeaderTabelle_Main .bam_date day{
  display: block;
  text-align: center;
  color: var(--designmaincolor);
  font-family: Bigilla;
  font-size: 20px;
  filter: blur(0.4px);
}

#HeaderTabelle_Main .HeaderTabelle_Faction1 {display: flex;height: 48px;column-gap: 12px;margin-bottom: -2px;margin-top: 5px;}
#HeaderTabelle_Main .HeaderTabelle_Faction1 img {width: 35px;height: fit-content;margin-top: 4px;}
#HeaderTabelle_Main .HeaderTabelle_Faction2 {
width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 12px;
}

#HeaderTabelle_Main .HeaderTabelle_Progress_Bar span {left: 4px;right: 0px;color: var(--designtextcolor) !important;}
#HeaderTabelle_Main .HeaderTabelle_Progress span {
display: block;
  position: absolute;
  top: 2px;
  line-height: 100%;
  right: 4px;
  font-family: Montserrat;
  color: var(--designbgcolor);
}

#HeaderTabelle_Main .HeaderTabelle_Progress_Bar {height: 100%;background-color: var(--factionTargaryen);}
#HeaderTabelle_Main .HeaderTabelle_Progress {
  overflow: hidden;
  background-color: var(--factionBlackfyre);
  height: 14px;
  font-weight: bold;
  font-size: 9px;
  position: relative;
	width: 100%;
}

#HeaderTabelle_Main .Header_title1A {text-align: right;}
#HeaderTabelle_Main .Header_title1A, #HeaderTabelle_Main .Header_title1 {
width: 50%;
  color: var(--designtextcolor);
  font-family: Montserrat;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#HeaderTabelle_Main .HeaderTabelle_Faction3 {
text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  display: flex;
  line-height: 1;
  margin-bottom: 4px;
	width: 100%;
}

#HeaderTabelle_Main {
  width: 1150px;
  margin: 60px auto -30px;
  text-align: justify;
  column-gap: 25px;
  font-family: Karla;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 210%;
  display: flex;
}

#HeaderTabelle_Main .HeaderTabelle_Welcome_Pic{width: 130px !important;float: left !important;margin: 15px 24px 3px 8px !important}

#HeaderTabelle_Main .Header_Switch_Char:hover .Header_Switch2 span { opacity: 1;transition: 1.3s;}
#HeaderTabelle_Main .Header_Switch2 span{
  position: absolute;
  top: 0;
  z-index: 1;
  font-family: Bigilla;
  font-size: 18px;
  filter: blur(0.5px);
  text-transform: uppercase;
  letter-spacing: 0px;
  color: var(--designtextcolor);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 1.3s;
  background-color: rgba(0, 0, 0, 0.47);
}

#HeaderTabelle_Main .Header_Switch_Char{
	height: 98px;
  width: 54px;
  position: relative;
  margin: 14px 8px 10px 22px;
}

#HeaderTabelle_Main .Header_Switch4{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 1px solid rgba(168, 168, 168, 0.18);
  padding: 8px;
  top: -9px;
  left: -9px;
}

#HeaderTabelle_Main .Header_Switch1{overflow: hidden;width: 100%;height: 100%;}
#HeaderTabelle_Main .Header_Switch2,
#HeaderTabelle_Main .Header_Switch3{width: 100%;height: 100%;}

#HeaderTabelle_Main .Header_Switch3::before {
  content: "";
  background-color: var(--designmaincolor);
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
}

#HeaderTabelle_Main .Header_Switch1 img{
	height: 100%;
	margin-left: -25%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#HeaderTabelle_Main .Header_Switch1::before,
#HeaderTabelle_Main .Header_Switch2::before,
#HeaderTabelle_Main .Header_Switch1::after,
#HeaderTabelle_Main .Header_Switch2::after{
	content: "";
	position: absolute;
	border: 1px solid transparent;
	width: 15px;
	height: 15px;
	background-image: url(/images/001/back1.png);
	background-size: cover;
	background-attachment: fixed;
	z-index:2;
}

#HeaderTabelle_Main .Header_Switch1::before, .Header_Switch2::before{border-top: unset;top: 0px;}
#HeaderTabelle_Main .Header_Switch1::after, .Header_Switch2::after{border-bottom: unset;bottom: 0px;}

#HeaderTabelle_Main .Header_Switch1::before{border-radius: 0px 0px 100% 0px;left: 0px;border-left: unset;}
#HeaderTabelle_Main .Header_Switch1::after{border-radius: 0px 100% 0px 0px;left: 0px;border-left: unset;}
#HeaderTabelle_Main .Header_Switch2::before{border-radius: 0px 0px 0px 100%;right: 0px;border-right: unset;}
#HeaderTabelle_Main .Header_Switch2::after{border-radius: 100% 0px 0px 0px;right: 0px;border-right: unset;}

#HeaderTabelle_Main .Header_Switch4::before,
#HeaderTabelle_Main .Header_Switch5::before,
#HeaderTabelle_Main .Header_Switch4::after,
#HeaderTabelle_Main .Header_Switch5::after{
	content: "";
	position: absolute;
	border: 1px solid rgba(var(--designbordercolor));
	width: 18px;
	height: 18px;
	background-image: url(/images/001/back1.png);
	background-size: cover;
	background-attachment: fixed;
	z-index:2;
}

#HeaderTabelle_Main .Header_Switch4::before, .Header_Switch5::before{border-top: unset !important;top: -1px;}
#HeaderTabelle_Main .Header_Switch4::after, .Header_Switch5::after{border-bottom: unset !important;bottom: -1px;}

#HeaderTabelle_Main .Header_Switch4::before{border-radius: 0px 0px 100% 0px;left: -1px;border-left: unset;}
#HeaderTabelle_Main .Header_Switch4::after{border-radius: 0px 100% 0px 0px;left: -1px;border-left: unset;}
#HeaderTabelle_Main .Header_Switch5::before{border-radius: 0px 0px 0px 100%;right: -1px;border-right: unset;}
#HeaderTabelle_Main .Header_Switch5::after{border-radius: 100% 0px 0px 0px;right: -1px;border-right: unset;}

#HeaderTabelle_Main i,
#HeaderTabelle_Main b,
#HeaderTabelle_Main u,
#HeaderTabelle_Main s{text-transform: uppercase;letter-spacing: 1px;color: var(--designtextcolor);}

#Header_Main {width: 1220px;margin: 85px auto 0px;}
#Header_Main .Header_Welcome, #Header_Main .Header_Faction {width: 50%;z-index: 2;}
#Header_Main .Header_Welcome {position: relative;}

#Header_Main .Header_Faction1 spanny, 
#Header_Main .Header_Faction2 spanny {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

#Header_Main .Header_Faction1 spanny b, 
#Header_Main .Header_Faction2 spanny b{color: var(--designtextcolor);}

#Header_Main .Header_Faction2:nth-of-type(2n) {padding-right: 0px;top: -35px;left: 55px;}
#Header_Main .Header_Faction3:nth-of-type(2n) {padding-right: 0px;top: -35px;right: 55px;}

#Header_Main .Header_Faction3 {
  width: 210px;
  text-align: left;
  position: absolute;
  top: 35px;
  right: 140px;
}

#Header_Main .Header_Faction1 span, #Header_Main .Header_Faction2 span {
  display: block;
  font-family: Bigilla;
  font-size: 35px;
  filter: blur(0.6px);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--designtextcolor);
}

#Header_Main .Header_Faction2 {
  width: 210px;
  text-align: right;
  position: absolute;
  top: 35px;
  left: 140px;
}

#Header_Main .Header_Table {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 160%;
  text-align: justify;
  width: 1220px;
  display: flex;
  align-items: end;
  position: absolute;
  top: 160px;
}

#Header_Main .Header_Title {position: relative;z-index: 2;}

#Header_Main .Header_Title a {
  color: var(--designtextcolor);
	font-family: Bigilla;
	font-size: 70px;
  filter: blur(0.8px);
  display: block;
  width: max-content;
  margin: auto;
}

#Header_Main .Header_Title spaner {font-size: 80px;margin-top: -37px;display: block;}
#Header_Main .Header_Title b1 {font-weight: bold;color: #b9b9b9;}
#Header_Main .Header_Title i1 {color: var(--designmaincolor);}

#Header_Main .Header_Title span {
display: block;
  font-family: Boska;
  font-size: 8px;
  text-transform: lowercase;
  font-weight: 500;
  letter-spacing: 5px;
  padding: 13px 0px;
}

#Header_Main .Color_Pick::before {
  content: "";
  background-color: var(--designmaincolor);
  mix-blend-mode: multiply;
	filter: brightness(140%);
  display: block;
  width: 100%;
  height: 100%;
}

#Header_Main .Color_Pick {
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 70%, 0% 0%);
  clip-path: polygon(50% 0%, 100% 0%, 50% 70%, 0% 0%);
  width: 1220px;
  height: 470px;
  position: absolute;
  top: 31px;
  z-index: 1;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(/images/001/back.png);
  filter: blur(1px);
}

#Border_Top .Border_Top_Other1 {display: flex;column-gap: 10px;}

#Border_Right button {
  background: unset !important;
  padding: unset !important;
  border: unset;
  color: var(--designtextsubcolor);
  font-size: unset;
	height: unset;
}
#Border_Right .Border_Bottom_Top1 a{color: var(--designtextsubcolor);}
#Border_Right .Border_Bottom_Top1{
position: absolute;
  bottom: 8px;
  display: flex;
  row-gap: 20px;
  font-size: 9px;
  flex-direction: column-reverse;
  left: 10px;
  width: 15px;
  text-align: center;
}

#Border_Top .navbar-nav.side-nav a:hover {color: var(--designtextcolor);}
#Border_Top .navbar-nav.side-nav.open {height: max-content;opacity: 1;}
#Border_Top .navbar-nav.animate {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#Border_Top .navbar-nav.side-nav a {
  text-decoration: none;
  display: block;
  line-height: 7px !important;
  padding: 5px 15px;
  text-align: right;
  color: #bbb;
  width: max-content;
  margin-bottom: 9px;
}

#Border_Top .navbar-nav.side-nav {
  position: fixed;
  top: 50px;
  right: 30px;
  width: max-content;
  overflow: hidden;
  font-family: Calibri;
  font-size: 10px;
  letter-spacing: 1px;
  border-top: unset;
  text-align: -moz-right;
  padding: 10px 0px;
  height: 0px;
  opacity: 0;
  padding-left: unset !important;
  z-index: 0;
}

#Border_Top .Border_Top_Other2 {
display: flex;
  flex-direction: row-reverse;
  position: absolute;
  top: 12px;
  right: 3px;
  column-gap: 10px;
}

#Border_Bottom .Border_Bottom_Top {
  width: max-content;
  font-size: 15px;
  position: absolute;
  right: -35px;
  bottom: 20px;
}

#Border_Top .Border_Top_Pic{
	width: 38px;
	height: 38px;
	clip-path: circle(50% at 50% 50%);
	position: absolute;
	top: 9px;
	left: -45px;
}

#Border_Top .Border_Top_Pic::before {
	content: "";
	background-color: var(--designmaincolor);
	mix-blend-mode: multiply;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
}

#Border_Top .Border_Top_Pic img{
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#Border_Top .Border_Top_Other{
  position: absolute;
  top: 0;
  padding: 12px 4px;
  width: 100%;
}

#Border_Left::before,
#Border_Right::before,
#Border_Left::after,
#Border_Right::after{
	content: "";
	position: fixed;
	border: 1px solid rgba(var(--designbordercolor));
	width: 25px;
	height: 25px;
	background-image: url(/images/001/back1.png);
	background-size: cover;
	background-attachment: fixed;
}

#Border_Right::before{border: 2px solid rgba(var(--designbordercolor));}

#Border_Left::before{
	border-radius: 0px 0px 100% 0px;
	top: 30px;
	left: 30px;
	border-left: unset;
	border-top: unset;
}

#Border_Left::after{
	border-radius: 0px 100% 0px 0px;
	bottom: 30px;
	left: 30px;
	border-left: unset;
	border-bottom: unset;
}

#Border_Right::before{
	border-radius: 0px 0px 0px 100%;
	top: 30px;
	right: 30px;
	border-top: unset;
	border-right: unset;
}

#Border_Right::after{
	border-radius: 100% 0px 0px 0px;
	bottom: 30px;
	right: 30px;
	border-bottom: unset;
	border-right: unset;
}


#Border_Top, 
#Border_Bottom, 
#Border_Right,
#Border_Left{
  position: fixed;
  margin: auto;
  font-family: Montserrat;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px;
  line-height: 95%;
  background-image: url(/images/001/back1.png);
  background-size: cover;
  background-attachment: fixed;
  text-align: left;
  height: 0px;
  width: 0px;
}

#Border_Top{
	width: calc(100% - 126px);
	left: 56px;
	top: 0;
	z-index: 100;
	padding-left: unset;
	position: fixed;
	z-index: 98;
}
#Border_Bottom{width: calc(100% - 126px);left: 56px;bottom: 0;z-index: 98;padding-left: unset;}
#Border_Right{height: calc(100% - 118px);top: 35px;right: 0;z-index: 97;}
#Border_Left{height: calc(100% - 118px);top: 35px;left: 0;z-index: 97;}

#Border_Top{border-bottom: 1px solid rgba(var(--designbordercolor));}
#Border_Bottom{border-top: 1px solid rgba(var(--designbordercolor));}
#Border_Right{border-left: 1px solid rgba(var(--designbordercolor));}
#Border_Left{border-right: 1px solid rgba(var(--designbordercolor));display: flex;flex-direction: column;justify-content: flex-end;align-items: center;}