/*WESENSARTEN*/

.lexb_box1 {
width:25%;
}

.stecki_line {
background-image: url(../../../images_dark/pb_line.png);
  width: 310px;
  height: 40px;
  background-size: cover;
  background-position-y: 47%;
  margin: auto;
  opacity: 0.4;}

.lexb_fact {
width: 94%;
	text-align:left;
}

.lexb_facts i {
font-size:10px;
}

.lexb_facts {
display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
	margin-top: 10px;
	margin-bottom: -5px;
}

.lex_stecki ul li::marker {
    content: "♦ ";
    color: var(--accent2);
	padding-right:5px;
}

.lexb_inhalt ul li::before, .lexmw_left ul li::before {
content: '';
margin-right:5px;
}

.lexb_box {
width: 49.3%;
  box-sizing: border-box;
	
}

.lexb_title {
border-bottom: 1px solid var(--accent2);
  padding-left: 5px;
  width: 99%;
}

.lex_bottom {
display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  gap: 10px;
}

.lexmr_title {
font-weight: bold;
  text-transform: uppercase;
  color: var(--accent2);
  text-align: center;
  margin-top: 20px;
  letter-spacing: 1px;
}

.lexmr_fakt {
font-size: 10px;
  text-transform: uppercase;
  line-height: 150%;
  width: 220px;
  text-align: left;
}

.lexmr_fact {
width: 100%;
  margin: 0px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.lexmr_facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
	}

.lexm_right {
position: relative;
  top: -70px;
  border: 1px solid var(--line1);
  background: var(--texture);
  width: 280px;
  right: -30px;
}

.lexmw_left ul li, .lexb_box ul li {
margin-left: -15px;
	text-align:left;
}

.lexmw_left {
width:50%;
}

.lexmw_title, .lexb_title {
font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--accent2);
  letter-spacing: 1px;
  border-bottom: 1px solid var(--accent2)\);
  width: 100%;
}

.lexm_wesen {
display: flex;
  flex-wrap: wrap;
}

.lexm_left {
width: 60%;
}

.lex_middle {
display: flex;
  flex-wrap: wrap;
  padding: 30px;
  box-sizing: border-box;
}

.lext_fact {
width: 50%;
  box-sizing: border-box;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 160%;
}

.lext_right {
width: 340px;
  background-size: cover;
}

.lext_facts {
display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px;
}

.lext_left {
width: 60%;
}

.lext_quote {
font-style: italic;
  line-height: 170%;
  text-align: center;
  color: var(--accent2);
}

.lext_title {
font-family: var(--mainfont);
  font-size: 50px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

.lex_top {
width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid var(--line1);
}

.lex_stecki {
border: 1px solid var(--accent2);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 12px;
  line-height: 170%;
	}

/*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;
}