#Lexi_Main{display: flex;position: relative;}

#Lexi_Main .Lexi_Text{
  text-align: justify;
  font-size: 13px;
  line-height: 160%;
	color: #444;
}

#Lexi_Main .Lexi_Nav ol a{color: #444;}
#Lexi_Main .Lexi_Nav .sub{padding-left: 15px;padding-bottom: 5px;}
#Lexi_Main .Lexi_Nav .sub1{padding-left: 15px;}

#Lexi_Main .Lexi_Nav ol {
	margin: 0;
	padding: 9px 0px 9px 0px;
	list-style-type: none;
}

#Lexi_Main .Lexi_Nav li::before {
  content: "›";
  font-weight: 900;
  margin-right: 5px;
	color: var(--akzent);
}

#Lexi_Main .Lexi_Nav_Title{
	color: #ddd;
	text-shadow: 1px 1px 1px var(--akzent);
  font-size: 20px;
  text-transform: lowercase;
  margin-top: 3px;
  display: flex;
	font-weight: bold;
  align-items: center;
}

#Lexi_Main .Lexi_Nav{
	width: 215px;
	display: flex;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../../../images/003/002background.jpg);
	flex-direction: column;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 2px;
	font-weight: 650;
	line-height: 220%;
	padding: 55px;
	row-gap: 15px;
	position: relative;
	order: 2;
}

#Lexi_Main .Lexi_Content1{
	width: 53%;
	flex-grow: 1;
	background-color: #ccc;
	padding: 90px;
}

#Lexi_Main .Lists_Content{
	width: 70%;
	flex-grow: 1;
	background-color: #ccc;
	padding: 50px;
}