.kate {
	height: 100px !important;
	overflow: hidden;
	background-image: url(https://beyondfaerun.de/images/design/fire/fireheaderlight.png);
	background-position: center;
}

.catname {
	position:relative;
	height: 100px !important;
	overflow: hidden;
}

.catname strong {
	position:absolute;
	top: -45px;
	left: 110px;
	letter-spacing: 5px;
	font-family: "bokor", serif;
	text-transform: lowercase;
	font-size: 120px;
  color: transparent !important;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: var(--accent);
	opacity: .2;
}

.catname .smalltext {
	position:absolute;
	top: 50%;
	left: 52%;
	background: var(--body);
	color: var(--txt);
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

/*--- Foren----*/
.forum_wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--hbg);
	border-top: 1px solid var(--hbg);
}

.cat {
  width:100%;
  height:20px;
	display: flex;
	align-items: center;
	justify-content: center;
  background:var(--accent);
  color: var(--txt);
  font-weight: 600;
  font-size: 13px;
  text-transform:uppercase;
  text-align: center;
}

.catstats a:link, .catstats a:visited{
	color: var(--back) !important;
	font-weight: bold;
}

.cat b {
	color: var(--body);
}

.cat l::before, .cat l::after {
    content: "";
    display: block;
    height: 1px;
    background-color: var(--body);
    flex-grow: 1;
}

.cat u {
	font-weight: 600;
	text-decoration-color: var(--body);
}

.forum_wrap .thpo {
  width:7%;
  height: 150px;
  display:flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items:center;
  background: var(--back);
  color: var(--accent);
  font-size: 15pt;
}

.forum_wrap .desc {
  max-width:73%;
  flex-grow: 1;
  height: 150px;
  box-sizing: border-box;
  padding:20px 80px 20px 20px;
  background: var(--body);
  border-right: 1px solid var(--olive);
  overflow: hidden;
  text-align: justify;
  color: var(--txt);
  font-size: 10pt;
}

.forum_wrap .desc .fname {
  width:auto;
	min-width: 290px;
  max-width:50%;
  padding: 0px 10px 10px 0px;
  color: var(--accent);
  float:left;
  font-family: "bokor", serif;
  font-size: 25pt;
}

.forum_wrap .desc .subforums {
  width:100%;
  margin-top: 10px;
  display:flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.subforums .sforum, .welcb {
  border:3px solid var(--body);
  outline: 1px solid var(--accent);
}

.forum_wrap .lastp {
  width:20%;
  height: 150px;
  box-sizing: border-box;
  padding: 20px 20px 20px 40px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:space-evenly;
  background: var(--back);
  color: var(--txt);
  text-align: right;
  font-size: 10pt;
}

.forum_wrap .status {
  width: 50px;
  height: 50px;
  position:absolute;
  bottom: 50px;
  right: calc(20% - 25px);
  display:flex;
  justify-content: center;
  align-items: center;
  background:var(--body);
  transform: rotate(45deg);
  outline:5px solid var(--back);
}

.status .new {
  color: var(--accent);
  transform: rotate(-45deg);
  font-size: 15pt;
}

.status .old {
  color: var(--accent);
  transform: rotate(-45deg);
  font-size: 15pt;
}