.fire_szinfo {
  width: 1200px;
  min-height: 100px;
  margin: auto;
  box-sizing: border-box;
  background-color: var(--back);
  display: flex;
  flex-direction: column;
  color: var(--txt);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 0px 20px;
  font-family: 'Roboto';
}

.fire_szinfo name {
  font-family: 'Bokor';
  font-size: 45px;
  line-height: 31px;
  letter-spacing: 2px;
  text-align: center;
  color: var(--accent);
  text-shadow: -10px 3px var(--dbgtr);
  border-bottom: 2px solid var(--hbg);
  width:100%;
}

.fire_postbit {
  width: 1200px;
  min-height: 600px;
  margin: 0 auto 25px auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 300px 1fr 100px;
  grid-template-rows: 120px 1fr;
}

.fire_postbit .charainfo {
  position: relative;
  grid-area: 1 / 1 / 2 / 4;
  width: 1200px;
  box-sizing: border-box;
  max-height:120px;
  display: flex;
  align-items: right;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 10px;
  background: var(--accenttr);
  border-bottom: 8px solid var(--body);
  text-align: right;
}

.charainfo name {
  font-family: 'Bokor';
  font-size: 65px;
  letter-spacing: 2px;
  color:var(--back);
  text-shadow: -10px 3px var(--dbgtr);
  width:100%;
}

.charainfo .spieler {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: 'Roboto';
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: left;
  flex-wrap: nowrap;
  justify-content: space-around;
  color: var(--body);
}

.charainfo .spieler u {
	font-weight: 600;
	text-decoration-color: var(--back);
	text-decoration-thickness: 1px;
}

.fire_postbit .postleft {
  position: relative;
  width: 300px;
  color: var(--txt);
  background-color: var(--back);
  min-height: 600px;
  grid-area: 2 / 1 / 3 / 2;
}
  
.postleft .inner {
  position: sticky;
  background: transparent;
	height: 565px;
  top: 120px;
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.inner .shortinfo {
  width: 207px;
  height: 190px;
  overflow: auto;
  background: var(--body);
  box-sizing: border-box;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
  padding: 3px;
}

.fire_postbit .postmid {
  position: relative;
  border-left: 2px solid var(--hbg);
	border-right: 2px solid var(--hbg);
  min-height: 600px;
  grid-area: 2 / 2 / 3 / 3;
  box-sizing: border-box;
  background: var(--back);
  text-align: justify;
  overflow-x: hidden;
  padding: 30px;
  color: var(--txt);
  font-family: 'Roboto';
  overflow-y: auto;
  white-space: normal;
	line-height: 1.8;
}

.postmid i, .postmid b, .postmid u {
	background: var(--accent);
	color: var(--text);
	padding: 1px;
}

.postmid nospan {
  position:absolute;
  width: 95%;
  top: 10px;
  text-align: right;
  font-weight: bold;
  color: var(--body);
  font-size: 12px;
}

.fire_postbit .postmid hr {
  width: 100%;
  border: 1px solid var(--accent);
  margin: 10px auto 10px auto;
}

.fire_postbit .postright {
  position: relative;
	background-color: var(--back);
  grid-area: 2 / 3 / 3 / 4;
}

.postright .inner {
  position: sticky;
  background: transparent;
  top: 120px;
  display: flex;
  padding: 20px 10px;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  font-size: 20px;
}