.lexikon-entry {
  background: var(--body);
  color: var(--text);
  padding: 20px 40px;
	text-align:justify;
  margin: 20px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.lexikon-header {
  border-bottom: 1px solid var(--accent);
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.lexikon-title {
  font-size: 22px;
width:100%;
  font-family: "Georgia", serif;
  margin: 0;
  color: var(--golden);
}

.lexikon-category {
  font-size: 14px;
  color: var(--text);
  opacity: 0.8;
	background:var(--back);
	padding:5px;
	float:right;
}

.lexikon-content {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 15px;
}

.forum-thread-list {position: sticky;
  top: 50px;}

.thread-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem; /* Abstand zwischen den Boxen */
}

.thread-boxes a {
  display: block;
  padding: 0.75rem 1rem;
  border-bottom:1px solid var(--accent);
  color: var(--golden);
  text-decoration: none;
  font-size: 0.95rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.thread-boxes a:hover {
  background: color-mix(in srgb, var(--back) 90%, var(--golden) 10%);
  transform: translateY(-2px);
	letter-spacing:normal;
}

/* Ria Ergänzung für Lexikonoptik*/

lexikon-index { /* für mini Inhaltsverzeichnis */
font-size:0.75em;
line-height:1.25em;
text-transform: uppercase;
text-align: center;
}

lexikon-h2 {
  font-size: 15px;
  color: #cbb994;
  text-transform: uppercase;
  text-align: left;
  margin: 20px 20px 5px;
  letter-spacing: 5px;
  font-weight: bold;
}

lexikon-h2:target {
scroll-margin-top: 60px;
}

lexikon-h1 {
  font-size: 22px;
  color: #cbb994;
  text-transform: uppercase;
  text-align: left;
  margin: 40px 20px;
  letter-spacing: 5px;
  font-weight: bold;
}

lexikon-h1:target {
scroll-margin-top: 60px;
}

.lexikon-liste {
list-style: none;
padding-left: 0;
}

.lexikon-liste li {
position: relative;
padding-left: 1.5em;
}

.lexikon-liste li::before {
font-family: "Font Awesome 7 Free";
content: "\e139";
font-weight: 200;
position: absolute;
left:0;
top: 0.1em;
size: 0.5em;
}

#lex .item { /* für Crashkurs 1998 und wusstest du dass Informationen */
border: 1px solid var(--bordercolor);
padding: 10px;
}

#lex .item b {
font-size: 1.1em;
color: var(--accent);
font-weight: 400;
}

#lex .item b::after {
content: "";
display: block;
width: 100%;
border-bottom: 2px solid var(--accent);
margin: 2px 0px;
}

.glossar,
.glossar:link,
.glossar:visited {
color: var(--accentdu);
border-bottom: 1px dotted var(--accentdu);
transition: color 0.75s ease;
}

.glossar:hover,
.glossar:active {
color: var(--altaccent);
border-bottom: 1px dotted var(--altaccent);
}

.glossar:target {
scroll-margin-top: 60px;
}

.aussprache {
display: inline;
text-transform: uppercase;
font-size: 0.65em;
letter-spacing: 0.05em;
}

.linkinfo {
font-size: 0.65em;
}

/* Ria Ergänzung für Lexikonoptik Ende*/