@charset "utf-8";
/* Anpassungen des Designs "Standard"
** an Bootstrap v5.3.2 (https://getbootstrap.com/)
*/
body {
	color: #006;
	background-color: #fffff0;
}
img.clue {
	width: 100px;
}
mark {
	font-weight: 600;
}
td {
	vertical-align: top;
	padding-right: 15px;
}
ul {
	list-style-image: url("list.gif");
}
.adj-abbr {
	text-decoration: underline dotted;
}
.adj-banner {
	background-color: #f0f0e0;
}
.adj-card-title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.adj-card-text {
	color: #fcfee4 !important;
	font-size: 90%;
	margin: 15px 0px 0px 0px;
	text-align: justify !important;
}
@media (max-width: 575.98px) {
	.adj-card-title {
		font-size:  1rem;
	}
}
.adj-b-title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5rem;
}
.adj-b-motto {
	font-family: "Courier New", Courier, monospace;
	font-size: 1rem;
	font-style: italic;
}
@media (max-width: 575.98px) {
	.adj-b-title {
		font-size: 1.25rem;
	}
	.adj-b-motto {
		font-size: 0.75rem;
	}
}
@media (min-width: 768px) {
	.adj-b-title {
		font-size: 2rem;
	}
	.adj-b-motto {
		font-size: 1.25rem;
	}
}
.adj-main {
	color: #336;
	background-color: #f0f0f0;
}
.adj-slide {
	background-color: rgba(64,64,64,0.5) !important;
	color: #fffcc8 !important;
}
.adj-topmenu {
	background-color: #fffcc8;
	color: #06c;
}
.adj-topmenu a {
	background-color: rgba(251,224,32,0);
	color: #006;
}
.adj-topmenu a:hover {
	background-color: #46b;
	color: #fffcc8;
}
.adj-footmenu {
	background-color: #fffcc8;
	color: #06c;
}
.adj-footmenu a {
	color: #adb5bd; /* text-black-50 */
}
.adj-footmenu a:hover {
	color: #a00;
}
.adj-tooltip {
	color: black;
	background-color: #FFFCCF;
	border-radius: 4px;
	border: thin solid black;
}
.tooltip-inner {
	color: #000;
	text-align: left;
	background-color: #FFFCC8 !important;/*	border: thin solid #000; */
}
/* ======== BACK TO TOP FORMATTING aus TNG ======== */
.scroll-to-top {
/*	display: none; */
	position: fixed; bottom: 20px; right: 10px; z-index: 5; width: 30px; height: 30px; padding: 0px; text-align:center; color: #fff; text-decoration: none; 
	background-color: #f0f0f0; box-shadow: inset 0 0 10px #202020, 0 1px 1px rgba(0, 0, 0, 0.5); border-radius: 50%; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); 
}
.scroll-to-top:hover {text-decoration: none; background-color: #FF5fE7; box-shadow: inset 0 0 15px #000000, 0 1px 1px rgba(0, 0, 0, 0.5); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);}
.scroll-to-top a, .scroll-to-top a:hover {text-decoration: none;}
/* Formatierungen für Wikis */
.wiki {
	background-color: #fff;
	color: #003;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #6666ff;
}
.wiki h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.wiki-heading {
	font-style: italic;
	font-weight: bold;
}
.wiki-lead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
}
.wiki hr {
	border-top-color: #6666ff;
}
/* Publikations-Info */
.wiki-publ {
	font-size: 80%;
}
.wiki-publ-top {
	background-color: #DDDDDD;
	text-align: left;
/*	margin-left: 30px; */
}
.wiki-publ-lead {
	text-align: center;
	background-color: #fffff0;
}
.wiki-publ-bottom {
	font-style: italic;
	text-align: right;
	margin-right: 5px;
}
.wiki-zitat {
	font-style: normal;
	background-color: #eef;
}
.wikiIndex {/*für wiki-Gliederung*/
	background-color: #f8f8f8;
	color: #003;
	border: 1px solid #fffcc8;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding: 15px;
}
.wikiIndex h1 {
	color: #336;
	text-align: center;
	font-weight: bold;
	}
.wikiIndex a {
	color:#039;
	}
.wikiIndex a:hover {
	color: #906;
}
.wikiIndex p {
	margin: 0px;
	margin-bottom: 3px;
}
.wikiIndex hr { 
	border: hidden;
	height: 2px;
	border-top: solid 2px #fffcc8;
}
.wikiKapitelTab {
	width:100%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.wikiPage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-align: center;
}
.wikiBildtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
.wikiNote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}