html { height: 100%; }

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin:0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

body 	{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0065c4;
	text-decoration: none;
}

a:hover {
	color: #EE7A12;
}

A.link {
	text-decoration: bold;
}

.wiki_diff
{
	//border-bottom:1px solid black;
	background-image:url(/img/changed_text.png);background-repeat:repeat-x;background-position:bottom;
}

.lightgreen {
	background-color:#edf4fb;
}


/* Filter-Dropdown: bb-kat-visible Toggle (Vanilla JS, kein jQuery) */
.kategoriewahl_eigene { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.kategoriewahl_eigene.bb-kat-visible,
.kategoriewahl_eigene.bb-kat-closing {
    background-color: var(--bb-bg-color, #fff);
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    padding: 8px;
    position: relative;
    width: fit-content;
    min-width: 33vw;
    max-width: 100%;
}
.kategoriewahl_eigene.bb-kat-visible { max-height: 2000px; }

/* X-Schliessen-Button oben rechts */
.bb-kat-close-item { list-style: none; text-align: right; padding: 0; margin: 0; }
.bb-kat-close {
    background: none;
    border: none;
    padding: 0 2px;
    margin: 0;
    cursor: pointer;
    font-size: 1.1em;
    line-height: 1;
    color: inherit;
}
.bb-kat-close:hover { opacity: .6; }

/* Listen-Styling im Filter-Dropdown */
.kategoriewahl_eigene,
.kategoriewahl_eigene ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.kategoriewahl_eigene li { padding: 1px 0; }
.kategoriewahl_eigene > li > ul { padding-left: 12px; }
.kategoriewahl_eigene > li > ul > li > ul { padding-left: 12px; }
.kategoriewahl_eigene button[type="submit"] { margin: 1px 0; }

/* Toggle-Button (direkt sichtbar) und Filter-Eintraege: alle wie Links */
.kategoriewahl_eigene_info button,
.kategoriewahl_eigene button[type="submit"] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: var(--bb-link-color, #057D05);
    font-weight: bold;
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
    display: inline;
}
.kategoriewahl_eigene_info button:hover,
.kategoriewahl_eigene button[type="submit"]:hover {
    text-decoration: underline;
}


/* Accordion: H1/H2-Unterelemente per Klick aufklappen */
.bb-kat-sub { display: none; }
.kategoriewahl_eigene button.bb-kat-toggle {
    background: none; border: none; padding: 0; margin: 0; cursor: pointer;
    color: var(--bb-link-color, #057D05); font-weight: bold;
    font-size: inherit; font-family: inherit; text-decoration: none; display: inline;
}
.kategoriewahl_eigene button.bb-kat-toggle:hover { text-decoration: underline; }
