/*GALLERIE*/

.dictionary-gallery {
overflow: hidden;
  width: 725px;
  margin: 20px auto;
}

.dictionary-content-text table {
border:1px solid var(--line);
	width:100%;
}

.dictionary-content-text table tr td {
width:50%;
	text-align: left;
}

.dictionary-content-text table tr th {
background: var(--accent2);
  border-bottom: 1px solid var(--golden);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding-left: 35px;
}

.dictionary-gallery-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
}

.dictionary-gallery-slide {
    flex: 0 0 220px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    scroll-snap-align: start;
}

.dictionary-gallery-slide img {
   width: 120px;
  height: auto;
  object-fit: cover;
  display: block;
}

.dictionary-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0,0,0,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.dictionary-lightbox[hidden] {
    display: none;
}

.dictionary-lightbox img {
    max-width: 95%;
    max-height: 90vh;
}

.dictionary-lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 42px;
    cursor: pointer;
}

/*ÜBERSCHRIFTEN*/

.dictionary-content-text i, .dictionary-content-text b {
 color: var(--accent2);
}

.dictionary-content-text h1 {
	margin: 0;
	margin-bottom: -20px;
}

.dictionary-content-text h1 span {
font-family: var(--mainfont);
  color: var(--accent2);
}

.dictionary-content-text h2 span {
font-size: 12px;
  text-transform: uppercase;
}


.dictionary-content-text h2 {
margin-top: 10px;
  margin-bottom: -20px;
}

/*EINTRAG*/

.dictionary-summary {
width: 580px;
  margin: auto;
  background-image: var(--texture);
  background-size: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid var(--accent2);
  line-height: 170%;
  text-align: justify;
	margin-bottom:60px;
}

.dictionary-summary_ue {
font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  background: var(--accent3);
  padding: 10px;
  width: 560px;
  margin: auto;
}

.dictionary-content-text {
	
	padding: 50px;
  text-align: justify;
  font-size: 13px;
  line-height: 190%;
}

/*NAVBAR*/

.dictionary-list {
padding-bottom:10px;
}

.dictionary-subitem {
padding-left: 20px;
  margin-top: 10px;
  border-top: 1px solid var(--line1);
  padding-top: 10px;
}

.dictionary-item {
display: inline-block;
  padding: 8px 13px;
  text-decoration: none;
  width: 82%;
  text-transform: uppercase;
  font-size: 10px;
  border-bottom: 1px solid var(--line1);
  margin-left: 10px;
}

.dictionary-sidecard form {
display: flex;
  gap: 5px;
  justify-content: center;
  padding: 8px;
}

.dictionary-cat-title {
background: var(--texture);
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--accent2);
  border-top: 1px solid var(--line1);
  border-bottom: 1px solid var(--line1);
}
/*GRUNDGERÜST*/

.dictionary-shell {
display: flex;
  flex-wrap: wrap;
  gap: 10px;
	align-items: flex-start;
}

.dictionary-lead {
margin: 0;
  padding: 20px;
}

.dictionary-entry-head h1 {
padding: 14px 17px;
  border-bottom: 1px solid var(--accent2);
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
	margin:0;
}

.dictionary-content {
background: var(--accent1);
  border: 1px solid var(--line1);
  margin: 0;
  overflow: hidden;
  width: 78.8%;
}

.dictionary-kat h1 {
margin: 0px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent2);
}

.dictionary-kat {
display: flex;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line1);
  padding: 22px 24px;
  margin: 0;
  background: var(--texture);
  background-size: 100%;
	width: 100%;
}

.dictionary-sidebar {
background: var(--accent1);
  border: 1px solid var(--line1);
  margin: 0;
  overflow: hidden;
	width:20%;
}

.dictionary-sidecard-head {
padding: 14px 17px;
  border-bottom: 1px solid var(--accent2);
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}