.Lexi_Titel1 {
  filter: blur(0.5px);
  color: var(--designtextcolor);
  font-family: Bigilla;
  font-size: 47px;
  text-align: center;
  text-transform: uppercase;
  line-height: 75%;
  letter-spacing: 1px;
  margin: 0 -30px;
}

.Lexi_Faction_Flex{
  display: flex;
  column-gap: 55px;
}

.Lexi_Faction_Flex > div{flex: 1;}
.Lexi_Faction_line{
position: relative;
  width: 30px;
  flex: unset !important;
}

.Lexi_Faction_line > div{
  background-size: cover;
  background-attachment: fixed;
  background-image: url(/images/001/back3.png);
  width: 30px;
  position: absolute;
  top: -55px;
  height: calc(100% + 110px);
}

.Lexi_Faction_Box {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(/images/001/back3.png);
  margin: 55px -57px;
  height: 30px;
}

.Lexi_Headline_Quote{
  text-transform: uppercase;
  text-align: justify;
  text-align-last: center;
  font-family: Karla;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 100%;
  margin: -1px auto 42px;
}

.Lexi_Headline_Quote1{
  text-transform: uppercase;
  text-align: justify;
  text-align-last: center;
  font-family: Karla;
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 100%;
  margin: -1px auto 12px;
}

.Lexi_Area_Pics{
  display: flex;
  gap: 57px;
  width: 90%;
  margin: 25px auto 0px;
}

.Lexi_Area_Pics img{height: 100%;margin-left: -5%;}

.Lexi_Area_Pics .Lexi_Area_Pics_Inside{
  width: 100px;
  height: 110px;
  overflow: hidden;
  position: relative;
  outline: 1px solid rgba(var(--designbordercolor));
  outline-offset: 15px;
}

.Lexi_Headline{
  font-family: Bigilla;
  text-align: center;
  text-transform: uppercase;
  color: var(--designtextcolor);
  font-size: 70px;
  filter: blur(0.8px);
  line-height: 75%;
  margin: 0 -25px;
}

.Lexi_Headline_Sub {
  display: flex;
  align-items: center;
  font-family: Boska;
  font-size: 11px;
  text-transform: lowercase;
  font-weight: 500;
  letter-spacing: 4px;
  width: 80%;
  margin: 5px auto 0;
}

.Lexi_Headline_Sub::before, 
.Lexi_Headline_Sub::after{
  content: '';
  background-color: rgba(var(--designbordercolor));
  height: 1px;
  flex-grow: 1;
}

.Lexi_Headline_Sub::before { margin-right: 10px;}
.Lexi_Headline_Sub::after {margin-left: 10px;}

.Lexi_Pic{
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-bottom: 10px;
}

.Lexi_Pic .Lexi_Pic_Quote spaner{
  margin-top: 11px;
  position: relative;
  z-index: 2;
}

.Lexi_Pic .Lexi_Pic_Quote spaner::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--designmaincolor);
  opacity: 0.2;
  filter: blur(1.6px);
  font-size: 65px;
  position: absolute;
  left: -15px;
  top: -10px;
z-index: -1;
}

.Lexi_Pic .Lexi_Pic_Quote spaner::after {
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--designmaincolor);
  opacity: 0.2;
  filter: blur(1.6px);
  font-size: 65px;
  position: absolute;
  right: -15px;
  bottom: -10px;
z-index: -1;
}

.Lexi_Pic .Lexi_Pic_Quote{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  line-height: 250%;
  text-align: justify;
  overflow: hidden;
  text-align-last: center;
  font-family: Karla;
  font-size: 8px;
  letter-spacing: 2px;
  z-index: 1;
}

.Lexi_Pic .Lexi_Pic_Inside::before {
  content: "";
  background: linear-gradient(to bottom right,#888,#222);
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
}

.Lexi_Pic .Lexi_Pic_Inside img {
  height: 100%;
  -webkit-filter: grayscale(100%) brightness(80%);
  filter: grayscale(100%) brightness(80%);
}