#lexicon {
			width: 100%;
			display: flex;
			gap: 20px;
			justify-content: space-between;
			align-items: flex-start;    
		}
		
		#lexicon #navigation {
			width: 25%;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			background: var(--color5);
			padding: 1px;
		}
		
		#lexicon #navigation .navigation-headline {
			min-height: 30px;
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			font-family: var(--headerfont);
			letter-spacing: 2px;
			font-size: 20px;
			text-align: center;
			padding: 0 5px;
			box-sizing: border-box;
			background: var(--designbgblur);
			color: #db715b;
		}
		
		#lexicon #navigation .navigation-headline:first-child a:link,
		#lexicon #navigation .navigation-headline:first-child a:visited,
		#lexicon #navigation .navigation-headline:first-child a:active,
		#lexicon #navigation .navigation-headline:first-child a:hover {
			margin-left: 0;
		}
		
		#lexicon #navigation .navigation-headline a:link,
		#lexicon #navigation .navigation-headline a:visited,
		#lexicon #navigation .navigation-headline a:active,
		#lexicon #navigation .navigation-headline a:hover {
			color: #6B705C;
			margin-left: 5px;
		}
		
		#lexicon #navigation .navigation-item {
			min-height: 25px;
			width: 100%;
			margin: 0 auto;
			padding: 5px 20px;
			display: flex;
			align-items: center;
			box-sizing: border-box;
			border-bottom: 1px solid #8D8D92;
			background: var(--color5);
		}
		
		#lexicon #navigation .navigation-subitem {
			min-height: 25px;
			width: 100%;
			margin: 0 auto;
			padding: 0 20px 0px 40px;
			display: flex;
			align-items: center;
			box-sizing: border-box;
			background: var(--color5);
			border-bottom: 1px solid #8D8D92;
		}
		
		#lexicon #navigation .navigation-subitem i {
			font-size: 11px;
			padding-top: 1px;
		}
		
		#lexicon #navigation .navigation-externallink-option {
			width: 100%;
			text-align: right;
		}
		
		#lexicon #navigation .navigation-search {
			width: 100%;
			margin: 0 auto;
			padding: 10px 0;
			display: flex;
			align-items: center;
			box-sizing: border-box;
			border-bottom: 1px solid #ddd;
			background: var(--color5);
			justify-content: center;
		}
		
		#lexicon #navigation .navigation-search input.textbox {
			width: 68%;
		}
		
		#lexicon .lexicon-entry {
			width: 80%;
			box-sizing: border-box;
			background: var(--color5)b;
			padding: 1px;
		}
		
		#lexicon .lexicon-entry .entry-headline {
			height: 50px;
			width: 100%;
			font-size: 32px;
			font-family: var(--headerfont);
			letter-spacing: 2px;
			display: flex;
			justify-content: center;
			align-items: center;
			background: var(--designbgblur);
			color: #db715b;
		}
		
		
		#lexicon .lexicon-entry .entry-subline {
			text-align: right;
			padding-right: 10px;
			padding-top: 5px;
			background: #36413E;
		}
		
		#lexicon .lexicon-entry .entry {
			background: var(--color5);
			padding: 20px 25px;
			text-align: justify;
			line-height: 150%;   
			font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
		}

.lexicon-entry .entry h1 {
    font-size: 32px;
    color: #db715b;
    font-family: 'Grimoire', serif;
    letter-spacing: 0.25em;
    text-align: center;    
    font-weight: normal;
    border-bottom: 3px #4b4b4b dotted;
    margin-top: 20px;
    margin-bottom: 5px; 
    line-height: 1.2em;
    text-shadow: 1px 1px 2px #000;
}

.lexicon-entry .entry h2 {
    font-family: 'Rufina', serif;  
    font-size: 18px; 
    letter-spacing: 0.2em; 
    text-align: center;
    color: #d5dcd5;
    text-shadow: 1px 1px 2px #000;
    margin: 0;
    font-weight: normal;
}

.lexicon-entry .entry h3 {
    font-size: 18px;
    font-family: 'Rufina', serif;
    text-transform: uppercase;
    font-weight: bold;
    margin: -10px 0;
    color: #a1b4a1;
    line-height: 1.3;
}
.lexicon-entry .entry h3::first-letter {
    font-size: 150%;
    color: #c48673;
}

.lexicon-entry .entry h4 {
    margin: 0 25px; 
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5; 
}

.lexicon-entry .entry h5 {
    font-size: 10px; 
    display: flex;
    text-transform: uppercase; 
    letter-spacing: 1px;  
    background: #36413E; 
    padding: 2px; 
    margin: 0;
    justify-content: center;
    align-items: center;
}

.lexicon-entry .entry h6 {
    font-size: 11px;
    font-family: 'Century Gothic,CenturyGothic,AppleGothic', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0.5em;
}
	
		#lexicon .lexicon-entry .content-bit {
			padding: 0 40px 40px 40px;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			gap: 20px;
			background:var(--color5);
		}
		
		#lexicon .lexicon-entry .content-bit .content-letter {
			width: 45%;     
		}
		
		#lexicon .lexicon-entry .content-bit .content-letter .content-item {
			margin-bottom: 5px;    
		}
		
		#lexicon .lexicon-entry .content-bit .content-letter .content-item .content-item-cat {
			font-size:0.7em;
		}
		
		#lexicon .lexicon-entry .lexicon_search_results {
			margin-bottom: 10px;
		}

/* Spielorte*/

#MB_Spielort {
  width: 600px; 
  background-color: #ccc; 
  box-sizing: border-box;
}

.MB_Spielortkopf {
  width: 600px; 
  height: 220px; 
  padding: 80px; 
  background: url(https://mitternachtsblau-rpg.de/images/citycentre.png);
  background-size: cover; 
  letter-spacing: 2px; 
  line-height: 90%;   
  font-family: 'Rufina',serif;
  text-transform: uppercase; 
  font-size: 14px; 
  text-align: center; 
  color: #E6E6E6; 
  box-sizing: border-box;
} 

.MB_Spielortkopftitle {
  font-size: 35px; 
  line-height: 90%; 
  text-shadow: 3px 3px 4px #333333;
}

.MB_placetitle {
  width: 530px;
  height: 50px;
  display: flex;
  padding-top: 10px;
    box-sizing: border-box;
}

.MB_placetitlefont {
  width: 100%;
  background-color: #05283B; 
  font-family: 'Rufina',serif;
  text-transform: uppercase;
  text-shadow: 3px 3px 4px #000;
  font-size: 25px;
  color: #faebd6;
  align-items: center;
  justify-content: center;
  display: flex;

 }

/* Spielorte NEU*/
.MB_Spielortbox {
    max-width: 580px;
    width: 100%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    box-sizing: border-box;
}

.MB_Spielortbox.reverse {
    flex-direction: row-reverse;
}

.MB_Citypic {
    width: 180px;
    height: 180px;
    border: 5px solid #db715b;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    opacity: 0.3;
}

.MB_Spielortdescrbox {
    flex: 1;
    height: 190px;
    overflow-y: auto;
    padding: 15px;
    background: #36413E;
    color: #d5dcd5;
    text-align: justify;
    box-sizing: border-box;
    font-size: 12px; 
    font-family: "Century Gothic", sans-serif;
    line-height: 18px; 
    margin: 0 5px; 
	border-radius: 5px;
}

.MB_Spielortdescrbox b {
  font-weight: bold; 
  color: #db715b; 
  text-transform: uppercase; 
  font-size: 14px; 
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.MB_Copyright {
  height: 10px;
  width: 20px;
  float: left;
  font-size: 24px;
  padding: 6px;
}

.MB_Copyright a {
  text-decoration: none; 
  color: #fff;
}
		
/* Bibliothek Tabs*/

.MB_Bibtab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}

.MB_Bibtab > br,
.MB_Bibtab > input + br,
.MB_Bibtab > label + br,
.MB_Bibtab-panels > br,
.MB_Bibtab-panels > section + br {
    display: none;
}

/* Hide radio buttons */

.MB_Bibtab input[type="radio"] {
    display: none;
}

/* Tab buttons */

.MB_Bibtab label {
    flex: 1;
    min-width: 150px;
    padding: 8px 10px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    background: #414c46;
    color: #d5dcd5;
    font-size: 24px;
    font-family: var(--headerfont);
    transition: background-color 0.3s, color 0.3s;
	align-content: center;
	line-height: 100%;
}

/* Last tab */

.MB_Bibtab label:last-of-type {
    margin-right: 0;
}

/* Hover */

.MB_Bibtab label:hover {
    background: #db715b;
}

/* Active tab */

#proftab1:checked ~ label[for="proftab1"],
#proftab2:checked ~ label[for="proftab2"],
#proftab3:checked ~ label[for="proftab3"],
#proftab4:checked ~ label[for="proftab4"],
#proftab5:checked ~ label[for="proftab5"],
#proftab6:checked ~ label[for="proftab6"],
#proftab7:checked ~ label[for="proftab7"] {
    background: #db715b;
}

/* Panel container */

.MB_Bibtab-panels {
    width: 100%;
    position: relative;
}

/* Hide all panels */

.MB_Bibtab-content {
    display: none;

    padding: 20px 15px;

    animation: fadeIn 0.4s ease;
}

.MB_Bibtab-content > br:first-child,
.MB_Bibtab-content + br {
    display: none;
}

/* Show active panel */

#proftab1:checked ~ .MB_Bibtab-panels .panel1,
#proftab2:checked ~ .MB_Bibtab-panels .panel2,
#proftab3:checked ~ .MB_Bibtab-panels .panel3,
#proftab4:checked ~ .MB_Bibtab-panels .panel4,
#proftab5:checked ~ .MB_Bibtab-panels .panel5,
#proftab6:checked ~ .MB_Bibtab-panels .panel6,
#proftab7:checked ~ .MB_Bibtab-panels .panel7 {
    display: block;
}

/* Simple fade */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}