.con-item input {
background: var(--accent1);
  border: 1px solid var(--line1);
  color: var(--maincolor);
  font-size: 12px;
  padding: 5px;
}

.pb_divider {
width: 80%;
  margin: 20px auto;
}

.pb_bottom i {
margin-right:-5px;
color:var(--accent2);
}

.leaf_left, .leaf_right {
position: absolute;
	  top: -40px;
}

.leaf_right {
right: 120px;
}

.leaf_left {
  left: 120px;
}

.pb_quote1 img {
width: 150px;
  opacity: 0.1;
}

.pb_topics {
display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  padding-bottom: 10px;
  align-items: center;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}

.pb_topics b { 
font-size: 20px;
  font-family: var(--mainfont);
  color: var(--accent2);
}

.pb_topics i {
font-size: 14px;
  margin-bottom: 5px;
}

.con-item {
font-size: 10px;
  font-style: italic;
  margin-top: 3px;
}

.pb_bottom {
	box-sizing:border-box;
border-top: 1px solid var(--line1);
  width: 100%;
  padding: 10px;
  display: flex;
  gap: 10px;
  font-size: 10px;
  text-transform: uppercase;
  justify-content: right;
	align-items:center;
}

/*RIGHT*/

.pb_line1 {
background-size: cover;
  width: 520px;
  height: 71px;
  background-image: url(../../../images_dark/pb_line.png);
  background-position-y: 49%;
  margin: auto;
  opacity: 0.4;}

.pb_message {
padding: 30px;
  text-align: justify;
  line-height: 190%;
min-height: 500px;
}

.pb_head {
font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--accent2);
  padding: 10px;
  letter-spacing: 1px;
}

.pb_quote1 {
text-align: center;
  color: var(--accent2);
  opacity: 0.7;
  font-size: 15px;
  position: relative;
  font-family: var(--mainfont);
	height:60px;
}

/*GRUNDGERÜST*/

.pb_left {
width: 26%;
background: var(--transparent);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.38), inset 0 0 35px rgba(115, 65, 145, 0.04);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  transition: transform 250ms ease, border-color 250ms ease, box-shadow 250ms ease;
height: 630px;
  border-right: 1px solid var(--line1);
  position: relative;
  padding-bottom: 50px;
}

.postbit_wrapper {
display: flex;
  flex-wrap: wrap;
	border: 1px solid var(--line1);
width:	99.8%;
}

.pb_right {
width: 73.9%;
  box-sizing: border-box;
  background-image: var(--texture);
  background-color: var(--accent1);
}

/*LEFT*/

.divider1 {
width: 240px;
  height: 1px;
  margin: auto;
  background: linear-gradient(to right, transparent, var(--accent2), transparent);
  opacity: 0.4;
}

.pb_fakt {
font-size: 11px;
}

.pb_fakt span {
font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
	margin-right:10px;
}

.pb_i {
color: var(--accent2);
  font-size: 12px;
}

.pb_facts1 {
width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 50px;
}

.pb_facts {
display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pb_wesen {
font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}

.pb_line {
background-image: url(/images_dark/pb_line.png);
width: 260px;
  height: 40px;
  background-size: cover;
  background-position-y: 46%;
  margin: auto;
  opacity: 0.4;
}

.pb_quote {
text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  color: var(--accent2);
	margin-top: -5px;
}

.pb_ue {
margin-top: 50px;
  text-align: center;
  font-family: var(--mainfont);
  font-size: 20px;
  text-transform: uppercase;
}

.pb_avatar {
position: relative;
  top: -30px;
	height:260px
}

.pb_polygon1 {
width: 248px;
  height: 248px;
  position: absolute;
  top: 62px;
  left: 34px;
  display: grid;
  place-items: center;
  z-index: 3;
}