/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
--------------------------------------------------------------- */
:root {
    accent-color: hsl(198deg 100% 43%);
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
	
/* =basic elements & typo
--------------------------------------------------------------- */
body {
	font: 1em/1.4 source-sans-pro, Arial, Helvetica, Geneva, sans-serif;
	}
p, .normal {
	
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	}
h1, .titel {
	
	}
h2 {
	
	}
h3, .untertitel {
	
	}
h4 {
	
	}
h5 {
	
	}
h6 {
	
	}
p, ul, ol, dl, blockquote, pre, fieldset, address, table.list, .box {
	margin: 0 0 1.4em;
	}
li ul,li ol {
	margin: 0;
	}
ul {
	list-style: outside disc;
	}
ol {
	list-style-position: outside;
	}
ol ol, ul ul {
	margin-bottom: 0;
	}
li {
	margin: 0 0 0 2em;
	}
ol ol li, ul ul li {
	margin: 0 0 0 4em;
	}
dd {
	padding-left: 1.5em;
	}
sup, sub {
	line-height: 0px;
	}
abbr[title], acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
	}
hr {
	height: 1px;
	border: 0;
	color: #000;
	background-color: #000;
	}
img {
	display: inline-block;
	border: 0;
	}
img, embed, object, video {
	max-width: 100%;
	height: auto;
	}
blockquote {
	padding: 0 1.4em;
	font-style: italic;
	}
address {
	
	}
cite {
	
	}
tt, code, kbd, samp, pre {
	font-family: "Courier New", Courier, mono;
	}
small {
	font-size: 0.92em;
	}
	
/* =anchors
--------------------------------------------------------------- */
a, a:link {
	
	}
a:visited {
	
	}
a:focus, a:hover, a:active {
	
	}
a img {
	border: none;
	}
	
/* =forms
--------------------------------------------------------------- */
input, select, textarea, button {
	border: 5px solid #fff;
	border-radius: 3px;
	padding: 0.2em 15px;
	font: 1.5rem source-sans-pro, Arial, Helvetica, Geneva, sans-serif;
	}
input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
	
	}
fieldset {
	clear: both;
	border: 1px solid #000;
	padding: 1.4em;
	}
fieldset p:last-child, fieldset ul:last-child, fieldset ol:last-child {
	margin-bottom: 0;
	}
legend {
	color: #000;
	font-weight: bold;
	font-size: 1.17em;
	}
label, button {
	cursor: pointer;
	}
#newsearch {
	margin-bottom: 2em;
	border: 1px solid #2c2b2b;
	padding: 5px;
	background-color: #f2f2f2;
	}
#newsearch #strSearch {
	margin: 0 5px;
	}
#content span.searchword {
	background-color: #FFE400;
	font-weight: bold;
	}

@supports (-ms-ime-align: auto) { /* targets only legacy edge */
	[type=radio],
	[type=checkbox] {
		-webkit-appearance: checkbox;
	}
}

[type=radio],
[type=checkbox] {
	position: relative;
	height: 1.25em;
	width: 1.25em;
	display: inline-block;
	vertical-align: text-bottom;
}
[type=radio] {
	border-radius: 100%;
}

[type=radio]::before,
[type=checkbox]::before,
[type=checkbox]::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
[type=radio]::before {
	height: 0;
	width: 0;
}

[type=radio]:checked::before {
	border: 5px solid transparent;
	border-radius: 100%;
	outline-offset: -6px;
	background-color: #000;
}
[type=checkbox]:checked::before,
[type=checkbox]:checked::after {
	border-color: #000;
	border-width: 3px;
	border-top: 0;
	border-left: 0;
	height: 80%;
	width: 40%;
	transform: rotate(45deg) translateY(-10%) translateX(-10%);
}
[type=checkbox]:checked::before {
	border-right-style: solid;
}
[type=checkbox]:checked::after {
	border-bottom-style: solid;
}

.agbbox {
    display: flex;
    gap: 0.75em;
    flex-direction: column;
    margin: 1.5em 0;
}
.agbbox label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.agbbox [type=radio] {
    flex: none;
    width: 1.25em;
    margin: 0;
    margin-right: .5em;
}
.agbbox span {
    flex: 1 1 auto;
}

/* =tables
--------------------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption {
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	}
table th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	background-color: #e8e8e8;
	}
table td {
	vertical-align: top;
	}
table.list {
	width: 100%;
	}
table.list th {
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	padding: 2px 15px 2px 0;
	}
table.list td {
	border-bottom: 1px solid #b7b7b7;
	padding: 2px 15px 2px 0;
	}
table.list th:last-child,
table.list td:last-child {
	padding-right: 0;
	}
table.auto {
	width: auto;
	}
		
/* =alternate table rows with CSS3 or JS
--------------------------------------------------------------- */
table.zebra tr:nth-child(even) td, tr.zeile1 td {
	background-color: #f7fbff;
	}
tr.zeile2 td {
	
	}
tr.trhover td {
	
	}
	
/* =A-Z-Ausgabe
--------------------------------------------------------------- */
.abisz {
	overflow: hidden;
	margin: 0 0 1.4em 0;
	border-left: 1px solid #cccccc;
	padding: 0;
	background-color: #ededed; 
	}
.abisz li {
	display: inline;
	font-weight: bold;
	text-align: center;
	}
.abisz li a {
	display: block;
	float: left;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #f5f6f5;
	padding: 3px 8px;
	}
	
/* =document-anchors
--------------------------------------------------------------- */
a.pdf																	{ background-image: url(/icons/module/Dokument3_0/icon_pdf_klein.gif); }
a.doc, a.rtf, a.dot, a.docx, a.docm										{ background-image: url(/icons/module/Dokument3_0/icon_word_klein.gif); }
a.xls, a.csv, a.xlt, a.xlsx, a.xlsb, a.xlsm, a.xltx, a.xltm, a.xlam		{ background-image: url(/icons/module/Dokument3_0/icon_excel_klein.gif); }
a.ppt, a.pps, a.pptx, a.pptm, a.potx, a.potm, a.ppsx, a.ppsm			{ background-image: url(/icons/module/Dokument3_0/icon_powerpoint_klein.gif); }
a.zip																	{ background-image: url(/icons/module/Dokument3_0/icon_zip_klein.gif); }
a.txt																	{ background-image: url(/icons/module/Dokument3_0/icon_txt_klein.gif); }
a.vcf																	{ background: url(/icons/module/Dokument3_0/icon_vcf_klein.gif) 0 3px; }
a.document {
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 2px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
/* =global classes
--------------------------------------------------------------- */	
.invis {
	position: absolute;
	display: inline;
	top: -1000px;
	left: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	}
.right	{float: right;}
.left	{float: left;}
.clear	{clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.box {
	border: 1px solid #666;
	padding: 1.4em;
	background-color: #f6f4f3;
	}
.box p:last-child, .box ul:last-child, .box ol:last-child {
	margin-bottom: 0;
	}









