.forumbitwrap{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 50px;
}

.forumbitwrapinfo{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.forumbitnamewrap{
	background: var(--nvbglines);
	border-radius: 5px;
	width: 100%;
}

.forumbitname{
	font-size: 11pt;
    height: 3.5em;
    font-family: var(--nv-head);
    color: var(--nv-txt);
    text-transform: uppercase;
    border-left: 0.3em solid var(--nv-y);
    margin: 2em 0 2em 2em;
    padding-left: 3em;
    letter-spacing: 0.7em;
    display: flex;
    align-content: center;
    align-items: center;
}

.forumbitname a{
	color: var(--nv-txt);
	text-decoration: none;
}

.forumbitname a:hover{
	color: var(--nv-txt);
	text-decoration: none;
}

.forumbitzeug{
	display: flex;
	flex-direction:row;
	border-radius: 5px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.forumbitinfozeugwrap{
	display: flex;
	flex-direction:row;
	width: 100%;
	margin-bottom: 50px;
}

.forumbitinfozeug{
	width: 350px;
	height: 585px;
    margin-right: 15px;
    /* background-color: var(--nv-y); */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--nv-head);
    font-size: 20px;
    letter-spacing: 1px;
    background-image: url(../../../../images/01/infobg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	color: var(--nv-bg);
}


.forumbitinfozeugrp{
	width: 650px;
    margin-left: 15px;
    /* background-color: var(--nv-y); */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--nv-head);
    font-size: 20px;
    letter-spacing: 1px;
    background-image: url(../../../../images/01/RP-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	color: var(--nv-bg);
}

.forumbitinfozeug a{
	color: var(--vn-bg);
	margin-bottom: 10px;
}

.forumbitinfozeug a:hover{
	color: var(--vn-bg);
	text-decoration:underline;
}

.forumbitinfozeugrp a{
	color: var(--vn-bg);
	margin-bottom: 10px;
}

.forumbitinfozeugrp a:hover{
	color: var(--vn-bg);
	text-decoration:underline;
}


.forumdephwrap{
    width: 49%;
    background: var(--nvbglines);
    border-radius: 5px;
    height: 200px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 1.8em;
}

.forumdephwrapplot{
width: 49%;
    background: var(--nvbglines);
    border-radius: 5px;
    height: 200px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 1.8em;}

.forumdephon{
	width:100%;
	height: 5px;
	border-radius: 5px;
}

.forumdephrest{
	width: 98%;
    padding: 0 1%;
}

.forumdephname{
	font-family: var(--nv-head);
	font-size: 15px;
	color: var(--nv-txt);
	text-transform: lowercase;
    letter-spacing: 2.5px;
	margin: 1em 1em 0.3em 1em;
}

.forumdephname a{
	color: var(--nv-txt);
}

.forumdephname a:hover{
	color: var(--nv-txt);
	text-decoration: underline;
}

.forumdephname:before{
	content:'>_';
	color: var(--nv-y);
}

.forumdephdesc{
    font-family: var(--nv-main);
    font-size: var(--nv-txt-size);
    color: var(--nv-txt);
    text-align: justify;
    padding: 0px 10px;
	height: 60px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--nv-y) var(--nv-bgtrans);
}

.forumdephdescplot{
	font-family: var(--nv-main);
    font-size: var(--nv-txt-size);
    color: var(--nv-txt);
    text-align: justify;
    padding: 0px 10px;
     height: 160px; 
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--nv-y) var(--nv-bgtrans);
}

.forumbitlastpostwrap{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
	align-items: center;
}

.forumbitlastpoststuff{
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: right;
	margin-right: 20px;
}

.forumbitlastpostpic{
	width: 100px;
    align-items: end;
    display: flex;
    justify-content: center;
	margin-right: 20px;
}

.forumbitlastpostsub{
	font-family: var(--nv-head);
	font-size: 15px;
	color: var(--nv-txt);
	text-transform: lowercase;
    letter-spacing: 2.5px;
}

.forumbitlastpostsub:before{
	content:'>_';
	color: var(--nv-y);
}

.forumbitlastpostsub a{
	color: var(--nv-txt);
}

.forumbitlastpostsub a:hover{
	color: var(--nv-txt);
}

.forumbitlastpostinfo{
	font-family: var(--nv-main);
    font-size: 13px;
    color: var(--nv-txt);
    line-height: 1.2em;
	margin-top: 6px;
}

.forumbitlastpostinfo a{
	color: var(--nv-txt);
}

.forumbitlastpostinfo a:hover{
	color: var(--nv-txt);
}

.forumbitwrapinforpg {
    display: flex;
    flex-direction: column;
    width: 100%;
}