<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*---------------------------------------- main ----------------------------------------*/

html, body
{
	height: 100%;
	min-height: 100%;
}

body
{
	overflow-y: auto;
}

#content
{
	position: relative;
	min-height: calc(100% - 6.9em);
}

#page_title
{
	padding-top: 1em;
	height: 5em;
}

#page_position
{
	width: 100%;
}

/*---------------------------------------- design ----------------------------------------*/

h1
{
	text-align: center;
}

p.important
{
	border-left: 0.2em #ff0000 solid;
	border-right: 0.2em #ff0000 solid;
	padding: 0.5em;
}

ul, ol
{
	list-style-type: square;
}


/*---------------------------------------- main_menu ----------------------------------------*/

ul#main_menu
{
    color: #666666;
    margin: 0em;
    font-size: 1.5em;
    font-weight: bold;
}


/*.info-message
{
	padding: 2em 0em;
}*/

.section_header
{
	margin-right: 0.5em;
	display: inline-block;
}

/*---------------------------------------- navigation ----------------------------------------*/

nav
{
	z-index: 2;
}

.cursor_pointer
{
	cursor: pointer;
}

/*---------------------------------------- color ----------------------------------------*/

.color_stripe
{
	background-color: #b3db4b;
}

.color_separator
{
	height: 0.4em;
}

.color_hr
{
	height: 0.1em;
	min-height: 2px;
	margin: 0.5em 0px;
}

#search
{
	min-height: 4em;
}

#search input, #search button
{
	margin-top: 0.5em;
}

#input
{
	position: absolute;
}

/*---------------------------------------- map ----------------------------------------*/

#map_row
{
	min-height: 30em;
	margin-top: 0.5em;
}

#map
{
	width: 100%;
	height: 100%;
}

/*---------------------------------------- footer ----------------------------------------*/

#footer
{
	height: 3em;
}

#bottom_nav
{
	position: fixed;
	width:100%;
	left: 0px;
	bottom: 0px;
	border-top: 1px #b3db4b solid;
}


/* enable absolute positioning */
.inner-addon {
        position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/*---------------------------------------- glyphicon ----------------------------------------*/
/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }
/*----------------------------------------  ----------------------------------------*/

/*----------------------------------------Delete-x  ----------------------------------------*/
#searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}
/*----------------------------------------  ----------------------------------------*/

/*---------------------------------------- linkcolor ----------------------------------------*/
a.linktext:link {color: #8A8A8A;}
a.linktext:visited {color: #8A8A8A;}
a.linktext:active {color: #8A8A8A;}
a.linktext:hover {color: #8A8A8A;}


/*Bastelecke*/

/*---------------------------------------- flex container ----------------------------------------*/
.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;

    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex-item:nth-of-type(1) { order: 3; }
.flex-item:nth-of-type(2) { order: 4; }
.flex-item:nth-of-type(3) { order: 1; }
.flex-item:nth-of-type(4) { order: 5; }
.flex-item:nth-of-type(5) { order: 2; }

.flex-item {
    /*background: tomato;
    padding: 5px;
    width: 100px;
    height: 100px;
    margin: 5px;

    line-height: 100px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
	*/
}

.pb_parent-container {
    display: flex;
}

.table-responsive {
    /*
	max-height:900px;
	*/
    max-height:800px;
}

.top-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.thead {
	position: fixed,
	top: 0;
}


/* Tabellenkopf fixieren*/
/*

div.wrapper {
	padding: 20px;
	display: block;
	overflow: auto;
}
table.scroll {
	width: 100%;
	background-color: #fff;
}
table.scroll thead {
	width: 100%;
	background: #5dd39e;
}

table.scroll thead tr:after {
	content: '';
	overflow-y: scroll;
	visibility: hidden;
}
table.scroll thead th {
	flex: 1 auto;
	display: block;
}
table.scroll tbody {
	display: block;
	width: 100%;
	overflow-y: auto;
	height: auto;
	max-height: 900px;
}
table.scroll thead tr,
table.scroll tbody tr {
	display: flex;
}
table.scroll tbody tr td {
	flex: 1 auto;
	word-wrap: break;
}
*/

/*
.tableFixHead          { overflow-y: auto; height: 900px; }
*/
.tableFixHead          { overflow-y: auto; height: 800px; }
.tableFixHead thead th { position: sticky; top: 0; }

/* Just common table stuff. Really.
Farbe für Spaltenkopf hier einstellen
*/

table  { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }
th     { background:#b1cc37; }</pre></body></html>