.forenname {
border-bottom: 1px dashed var(--linkfarbe2);
}

.forenname a {
font-family: 'Roboto Slab', serif;
font-size: 25px;
letter-spacing: 3px;
text-transform: uppercase;
margin-left: 50px;
font-weight: 400;
}

.indexthreads {
background-color: var(--colorbg);
padding: 5px;
margin: 1px;
width: 174px;
font-family: 'Roboto Slab', serif;
color: var(--linkfarbe2);
font-weight: 600;
font-size: 9px;
text-align: center;
height: 30px;
line-height: 30px;
}

.indexdesc {
font-family: 'Roboto', sans-serif;
font-size: 10px;
overflow: auto;
max-height: 60px;
scrollbar-width: thin;
scrollbar-color: var(--linkfarbe) var(--linkfarbe2);
padding: 5px;
}

.indexdesc::-webkit-scrollbar {
  width: 11px;
}

.indexdesc::-webkit-scrollbar-track {
  background: var(--linkfarbe2);
}

.indexdesc::-webkit-scrollbar-thumb {
  background-color: var(--linkfarbe) ;
  border-radius: 6px;
  border: 3px solid var(--linkfarbe2);
}

.lastpostername {
text-align: center;
}

.indexfacts {
	text-align: center;
}

.lastpostername a {
font-family: 'Roboto Slab', serif;
font-size: 15px;
text-transform: uppercase;
font-weight: 400;
}

.indexsub {
background-color: var(--bodybg) !important;
font-family: 'Roboto Slab', serif;
font-size: 10px;
line-height: 10px;
color: var(--linkfarbe2);
}

.indexsub a {
font-family: 'Roboto Slab', serif;
font-size: 10px;
color: var(--schriftfarbe2);
}

.welcomemember a {
font-family: 'Roboto Slab', serif;
font-size: 12px;
font-weight: 400;
}

.welcomemember {
font-family: 'Roboto Slab', serif;
font-size: 15px;
text-align: center;
}

