.pb_bottom {
border-top: 1px solid var(--line1);
  width: 100%;
  padding: 10px;
  display: flex;
  gap: 10px;
  font-size: 10px;
  text-transform: uppercase;
  justify-content: right;
}

/*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: 352px;
}

.pb_head {
font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--accent2);
  padding: 5px;
  letter-spacing: 1px;
}

.pb_quote1 {
text-align: center;
  font-style: italic;
  color: var(--accent2);
  opacity: 0.7;
  font-size: 15px;
}

/*GRUNDGERÜST*/

.pb_left {
width: 26%;
  background-image: var(--texture);
  height: 540px;
  border-right: 1px solid var(--line1);
  position: relative;
  padding-bottom: 50px;
}

.postbit_wrapper {
display: flex;
  flex-wrap: wrap;
}

.pb_right {
width: 73.9%;
box-sizing:border-box;
	padding: 20px;
}

/*LEFT*/

.divider1 {
width: 240px;
  height: 1px;
  margin: auto;
  background: linear-gradient(to right, transparent, var(--accent2), transparent);
  opacity: 0.4;
}

.pb_fakt {
font-size: 10px;
  text-transform: uppercase;
}

.pb_fakt span {
font-size: 10px;
  text-transform: uppercase;
  color: var(--accent2);
  font-weight: bold;
  letter-spacing: 1px;
}

.pb_i {
color: var(--accent2);
  font-size: 15px;
}

.pb_facts1 {
width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  padding-left: 50px;
}

.pb_facts {
display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.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;
}

.pb_ue {
margin-top: 40px;
  text-align: center;
  font-family: var(--mainfont);
  font-size: 30px;
}

.pb_avatar {
position: relative;
  top: -30px;
}

.pb_polygon {
width: 250px;
  height: 250px;
  background: var(--accent2);
  position: relative;
  top: 55px;
  left: 49.1%;
  transform: translateX(-50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  display: grid;
  place-items: center;
  z-index: 3;
}

.pb_polygon1 {
width: 248px;
  height: 248px;
  background: #111;
    background-image: none;
  position: absolute;
  top: 56px;
  left: 154px;
  transform: translateX(-50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  display: grid;
  place-items: center;
  z-index: 3;
}