.forumdepthwrap{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    background: var(--tb-bg);
	border-bottom: 1px solid var(--tb-hl1);
}

.forumdepthwrapleft{
	width: 100%;
    box-sizing: border-box;
    padding: 20px 0px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.forumdepthwrapright{
	padding: 15px 30px 15px 30px;
	box-sizing:border-box;
}

.depthpicwrap{
	outline: 1px solid var(--tb-hl1);
	background: var(--tb-hl1);
}

.depthpic{
	max-width: 100px;
    filter: grayscale(1);
	 -webkit-transition: all 1s ease;
  	transition: all 1s ease;
}

.depthpic:hover{
	filter: grayscale(0);
	 -webkit-transition: all 1s ease;
  	transition: all 1s ease;
}

.depthpic2{
	max-width: 100px;
    filter: grayscale(1);

}

.depthpic2:hover{
	filter: grayscale(0);	
	mix-blend-mode: multiply;
	 -webkit-transition: all 1s ease;
  	transition: all 1s ease;	

}

.forendepthnamewrap{
	width: 100%;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
	flex-wrap: wrap;
}

.forendepthname{
	font-family: var(--tb-main);
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	color: var(--tb-txt);
}

.forendepthname a:link,
.forendepthname a:visited{
	color: var(--tb-txt);
}

.forendepthname a:hover,
.forendepthname a:active{
	color: var(--tb-hl1);
	-webkit-transition: all 1s ease;
  	transition: all 1s ease;
}


.forendepthnamedivider{
	border-top: 1px solid var(--tb-txt2);
    width: 10%;
}

.forendepthnamedivider1{
	border-top: 1px solid var(--tb-txt2);
    width: 10%;
}

.forendepthnamestats{
	font-family: var(--tb-main);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--tb-txt2);
}

.forumdepthdesc{
	font-family: var(--tb-main);
	font-size: 13px;
	color: var(--tb-txt);
	width: 70%;
	text-align: justify;
    display: flex;
    align-items: flex-start;
    column-gap: 3px;
    flex-direction: column;
    justify-content: flex-end;
}


.depthlastpost {
	width: 100%;
    display: flex;
    flex-direction: column;
    font-family: var(--tb-main);
    color: var(--tb-txt);
    font-size: 12px;
    /* gap: 10px; */
    justify-content: flex-end;
    align-items: flex-end;
	text-align: right;
}

.depthlastpost a:link,
.depthlastpost a:visited{
	color: var(--tb-txt);
}

.depthlastpost a:hover,
.depthlastpost a:active{
	color: var(--tb-hl1);
	-webkit-transition: all 1s ease;
  	transition: all 1s ease;
}

.depthlastpost2 {
	width: 30%;
    display: flex;
    flex-direction: column;
    font-family: var(--tb-main);
    color: var(--tb-txt);
    font-size: 12px;
    /* gap: 10px; */
    justify-content: flex-end;
    align-items: flex-end;
	text-align: right;
}

.depthlastpost2 a:link,
.depthlastpost2 a:visited{
	color: var(--tb-txt);
}

.depthlastpost2 a:hover,
.depthlastpost2 a:active{
	color: var(--tb-hl1);
	-webkit-transition: all 1s ease;
  	transition: all 1s ease;
}

.displaystuffzeug{
	width: 100%;
	display: flex; 
	flex-direction:row;
}