       /* ===========================
       Allgemein
    =========================== */

.thead_forum {
	height: 75px;
	background: transparent !important;
	text-align: left;
	color: var(--text-muted);
}

.wline-left {
	position: relative;
	width: auto;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
}

.wline-left:before{
  content:" ";
  height: 2px;
  width: 130px;
  background: var(--accent-dark);
  display: block;
  position: absolute;
  top: 89%;
  left: 10px;
}

       /* ===========================
       Guide
    =========================== */

.guide_cat {
	position: relative;
}

.thead_guide {
	height: 1px;
	background: transparent !important;
	text-align: left;
	color: var(--text-muted);
}

.guide_cat h6 {
	position:absolute;
	font-size: 175px;
	font-family: 'Scotland';
	font-weight: normal;
	text-align: left;
	text-transform: lowercase;
	font-style: italic;
	top: -90px;
	left: -40px;
}

.guide_forum {
	display:flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 320px;
	background-color:var(--bg-color);
	background-image: url(https://witcherverse-rpg.de/images/design/nilfgaard/guide.png);
	background-size:cover;
	background-attachment: fixed;
	background-blend-mode: overlay;
}

.guide_info {
	height: 300px;
	background-color:var(--bg-color);
	background-image: url(https://witcherverse-rpg.de/images/design/nilfgaard/guide.png);
	background-size:cover;
	background-attachment: fixed;
	background-blend-mode: overlay;
}

.guide_forum h6 {
	font-size: 95px;
	font-family: 'Scotland';
	font-weight: normal;
	text-align: center;
	text-transform: lowercase;
	height: 80px;
}

.guide_forum_desc{
	width: 75%;
	height: 30%;
	box-sizing: border-box;
	margin: 60px auto 30px auto;
	font-size: 12px;
	text-align: justify;
}

.guide_forum_last {
	height: 50px;
	box-sizing:border-box;
	display: flex;
	flex-grow:2;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background:var(--bg-color-25);
}

/* ===========================
       Inplay
    =========================== */

.ip_forum {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:start;
	align-items: center;
	background: var(--bg-hover-25);
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0px;
}

.ip_forum_stats {
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	text-align:center;
	gap: 10px;
	width:12%;
}

.ip_forum_name {
}

.ip_forum_desc{
	width: 58%;
	box-sizing: border-box;
	padding: 0px 20px;
	font-size: 12px;
	text-align: justify;
}

.ip_forum_last {
	width: 30%;
	text-align: left;
}

.ip_forum_last a:link b, .guide_forum_last a:link b {color: var( --text-muted);}

.ip_forum_last b, .guide_forum_last b {
	font-weight: bold;
	text-transform: uppercase;
}

.ip_forum_last t, .ip_forum_stats t {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--text-muted);
}

.ip_forum_last h6 {
	font-size: 95px;
	font-family: 'Scotland';
	font-weight: normal;
	text-align: left;
	text-transform: lowercase;
	font-style: italic;
	height: 80px;
}