.Profile_Text_Form .Uber_Left{float: left;margin-right: 11px;}
.Profile_Text_Form .Uber_Right{float: right;margin-left: 11px;}
.Profile_Text_Form .Uber_Left,
.Profile_Text_Form .Uber_Right{
  display: block;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient( rgba(4, 4, 4, 0.74), rgba(4, 4, 4, 0.7) ), url(/images/001/back1.png);
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  padding: 25px 23px;
  margin-top: 3px;
}

.Profile_Text_Form headline2{
  display: block;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient( rgba(4, 4, 4, 0.74), rgba(4, 4, 4, 0.7) ), url(/images/001/back1.png);
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 3px;
  font-weight: 800;
  line-height: 100%;
  padding: 20px;
  text-align: right;
  margin-bottom: 10px;
}

.Profile_Text_Form headline{
  color: var(--akzent);
  font-family: Abril Fatface;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  line-height: 100%;
  font-weight: lighter;
}

.Profile_Text_Form headline::before {
  content: '';
  background-color: #c2c2c2;
  height: 1px;
  margin-right: 11px;
  width: 10px;
}

.Profile_Text_Form headline1{
  display: block;
  font-family: Calibri;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  width: max-content;
}

.Profile_Text_Form .Quote_Left{float: left;}
.Profile_Text_Form .Quote_Right{float: right;}

.Profile_Text_Form .Quote_Left,
.Profile_Text_Form .Quote_Right{
	position: relative;
	font-family: Montserrat;
	text-transform: uppercase;
	font-size: 7px;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 239%;
	width: 180px;
	text-align: center;
	padding: 25px 20px 5px;
}

.Profile_Text_Form .Quote_Left::before {
  content: "\f10d";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 60px;
  display: block;
  color: #fff;
  position: absolute;
	left: 21px;
	top: 20px;
  opacity: 0.1;
}

.Profile_Text_Form .Quote_Right::before {
  content: "\f10e";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 60px;
  display: block;
  color: #fff;
  position: absolute;
  right: 21px;
  top: 28px;
  opacity: 0.1;
}

.Profile_Text_Form .Quote_Center{
	font-family: Montserrat;
	text-transform: uppercase;
	font-size: 6px;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 190%;
	width: 75%;
	text-align: center;
	margin: auto;
}

.Profile_Text_Form .Quote_Center::before {
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0.1;
  width: 1px;
  height: 60px;
  margin: 0px auto 25px;
}

.Profile_Text_Form .Quote_Center::after {
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0.1;
  width: 1px;
  height: 60px;
  margin: 25px auto 0px;
}

.Profile_Text_Form .Quote_Center1,
.Profile_Text_Form .Quote_Center1A{
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 5px;
  font-weight: 700;
  line-height: 190%;
  width: 80%;
  text-align: center;
  margin: auto;
}

.Profile_Text_Form .Quote_Center2 {
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  width: 40%;
  margin: auto;
  text-align: center;
  line-height: 230%;
  padding: 16px 40px;
}

.Profile_Text_Form .Quote_Center2::after {
  content: "\f10e";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 60px;
  display: block;
  color: #fff;
  position: absolute;
  right: 34px;
  bottom: 15px;
  opacity: 0.1;
}

.Profile_Text_Form .Quote_Center2::before {
  content: "\f10e";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 60px;
  display: block;
  color: #fff;
  position: absolute;
  left: 34px;
  top: 15px;
  opacity: 0.1;
}

.Profile_Text_Form .Quote_Left1,
.Profile_Text_Form .Quote_Right1{
  width: 170px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 800;
}

.Profile_Text_Form .Quote_Left2,
.Profile_Text_Form .Quote_Right2 {
  font-family: Calibri;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  width: 160px;
  text-align: right;
  float: left;
  margin-right: 15px;
  margin-left: 20px;
}

.Profile_Text_Form .Quote_Left2{text-align: right;float: left;margin-right: 20px;margin-left: 15px;}
.Profile_Text_Form .Quote_Right2{text-align: left;float: right;margin-right: 15px;margin-left: 20px;}

.Profile_Text_Form .Quote_Left1{text-align: right;float: left;margin: 0px 15px 0 0px;}
.Profile_Text_Form .Quote_Right1{text-align: left;float: right;margin: 0px 0px 0 15px;}

.Profile_Text_Form .Quote_Right3,
.Profile_Text_Form .Quote_Right3A{
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 800;
  text-align: right;
  width: 90%;
  margin: 10px 0px 10px 70px;
  line-height: 130%;
}

.Profile_Text_Form .Quote_Right3,
.Profile_Text_Form .Quote_Left1,
.Profile_Text_Form .Quote_Right1,
.Profile_Text_Form .Quote_Center1{color: var(--akzent);}

.Profile_Text_Form .Quote_Right4::first-letter,
.Profile_Text_Form .Quote_Right5::first-letter {color: var(--akzent);font-size: 55px;}

.Profile_Text_Form .Quote_Right4{text-align: right;}
.Profile_Text_Form .Quote_Right5{text-align: left;}

.Profile_Text_Form .Quote_Right4,
.Profile_Text_Form .Quote_Right5{
	font-family: Astloch;
	font-size: 35px;
	font-weight: lighter;
	line-height: 70%;
}

.Profile_Text_Form .Asc_Left1 .Quote_Right4,
.Profile_Text_Form .Asc_Right1 .Quote_Right5{width: 53%;}

.Profile_Text_Form .Quote_Right4 spaner,
.Profile_Text_Form .Quote_Right5 spaner,
.Profile_Text_Form .Quote_Right4 span,
.Profile_Text_Form .Quote_Right5 span{
  display: block;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 2px;
  font-weight: 800;
}

.Profile_Text_Form f1{
  font-family: Astloch;
  font-size: 55px;
  font-weight: lighter;
  text-transform: uppercase;
  float: left;
  padding: 30px;
}

.Profile_Text_Form f1A{
  font-family: Astloch;
  font-size: 55px;
  font-weight: lighter;
	color:  var(--akzent);
  text-transform: uppercase;
  float: left;
  padding: 30px;
}

.Profile_Text_Form f2{
  font-family: Astloch;
  font-size: 55px;
  font-weight: lighter;
  text-transform: lowercase;
  float: left;
  padding: 30px;
}

.Profile_Text_Form f2A{
  font-family: Astloch;
  font-size: 55px;
  font-weight: lighter;
	color: var(--akzent);
  text-transform: lowercase;
  float: left;
  padding: 30px;
}

.Profile_Text_Form .Pic_Left{
  max-width: 250px;
  outline: 1px solid #dfdfdf;
background: url(../../../images/003/marble.png);
  overflow: hidden;
  float: left;
  margin: 30px 40px 20px 20px;
  position: relative;
  outline-offset: 5px;
}

.Profile_Text_Form .Pic_Right{
  max-width: 250px;
  outline: 1px solid #dfdfdf;
background: url(../../../images/003/marble.png);
  overflow: hidden;
  float: right;
  margin: 30px 20px 20px 40px;
  position: relative;
  outline-offset: 5px;
}

.Profile_Text_Form .Asc_Right1 span,
.Profile_Text_Form .Asc_Right span,
.Profile_Text_Form .Asc_Left1 span,
.Profile_Text_Form .Asc_Left span,
.Profile_Text_Form .Asc_Center1 span,
.Profile_Text_Form .Asc_Center span{
	display: block;
  width: 70px;
  outline: 1px solid #dfdfdf;
  overflow: hidden;
  margin: 20px;
  position: relative;
  outline-offset: 5px;
}

.Profile_Text_Form .Asc_Center span:nth-child(2) {width: 120px !important;height: 120px;}
.Profile_Text_Form .Asc_Left span:nth-child(2),
.Profile_Text_Form .Asc_Right span:nth-child(2){margin: 54px 20px;}

.Profile_Text_Form .Pic_Left::before,
.Profile_Text_Form .Pic_Right::before,
#Profile_Main .Profile_Top_Pic div::before,
#Profile_Main .Profile_Bottom_Pic::before,
.Profile_Text_Form .Asc_Right1 span::before,
.Profile_Text_Form .Asc_Right span::before,
.Profile_Text_Form .Asc_Left1 span::before,
.Profile_Text_Form .Asc_Left span::before,
.Profile_Text_Form .Asc_Center1 span::before,
.Profile_Text_Form .Asc_Center span::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-size: cover;
	background-attachment: fixed;
	background-image: linear-gradient( rgba(4, 4, 4, 0.9), rgba(4, 4, 4, 0.9) ), url(/images/001/back1.png);
	top: 0;
	mix-blend-mode: darken;
	opacity: 0.5;
}

.Profile_Text_Form .Pic_Left img,
.Profile_Text_Form .Pic_Right img,
#Profile_Main .Profile_Bottom_Pic img,
.Profile_Text_Form .Asc_Right1 img,
.Profile_Text_Form .Asc_Right img,
.Profile_Text_Form .Asc_Left1 img,
.Profile_Text_Form .Asc_Left img,
.Profile_Text_Form .Asc_Center1 img,
.Profile_Text_Form .Asc_Center img{
	width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


.Profile_Text_Form .Pic_Left::after,
.Profile_Text_Form .Pic_Right::after,
#Profile_Main .Profile_Top_Pic div::after,
#Profile_Main .Profile_Bottom_Pic::after,
.Profile_Text_Form .Asc_Right1 span::after,
.Profile_Text_Form .Asc_Right span::after,
.Profile_Text_Form .Asc_Left1 span::after,
.Profile_Text_Form .Asc_Left span::after,
.Profile_Text_Form .Asc_Center1 span::after,
.Profile_Text_Form .Asc_Center span::after{
  content: "";
  display: block;
	top: 0;
	width: 100%;
	height: 100%;
  position: absolute;
  background: linear-gradient(120deg, var(--akzent), #202020 100%);
  opacity: 0.3;
  z-index: 2;
}

.Profile_Text_Form .Asc_Center, .Profile_Text_Form .Asc_Center1{display: flex;align-items: center;justify-content: center;column-gap: 15px;}
.Profile_Text_Form .Asc_Left1{display: flex;align-items: center;justify-content: left;column-gap: 15px;}
.Profile_Text_Form .Asc_Right1{display: flex;align-items: center;justify-content: right;column-gap: 15px;}

.Profile_Text_Form .Asc_Left {float: left;margin: 8px 20px 0px 0px;}
.Profile_Text_Form .Asc_Right {float: right;margin: 8px 0px 0px 20px;}

#Lexi_Main .Lexi_Text xmp {overflow: auto;scrollbar-width: thin;}