<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
dl.meta {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
dt.meta {
  float: left;
  min-width: 250px;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0
}
dd.meta {
  float: left;
  width: 65%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

.alignRight {
    text-align: right;
}
.alignLeftt {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

div#content-container {
    flex-grow: 1;
	max-width: 100%
}

div.input-container label, optgroup, select, textarea {
    margin: 0 .25rem;
}
div.input-container input, optgroup, select, textarea {
    border: 1px solid #acacac;
    background: white;
}



div.input-container .input-half {
    flex: 0 0 auto;
    width: 50%;
    flex-wrap: nowrap;
}
div.input-container .input-full {
    flex: 0 0 auto;
    width: 100%;
    flex-wrap: nowrap;
}

div.input-container  .input-1 {
    flex: 0 0 auto;
    width: 6rem;
    flex-wrap: nowrap;
}
div.input-container .input-2x1 {
    flex: 0 0 auto;
    width: 10rem;
    flex-wrap: nowrap;
}
div.input-container .input-2u1 {
    flex: 0 0 auto;
    width: 16rem;
    flex-wrap: nowrap;
}
div.input-container .input-2 {
    flex: 0 0 auto;
    width: 12rem;
    flex-wrap: nowrap;
}
div.input-container .input-2x2 {
    flex: 0 0 auto;
    width: 24rem;
    flex-wrap: nowrap;
}

#content-container .searchform .row {flex-wrap: wrap}
#content-container .searchform div.inputfield {display: flex}
#content-container .searchform div.inputfield .form-control {height: inherit}

#table-container.scrollable {width: 100%; flex: 1 1 auto; overflow-x: auto}

@media only screen and (max-width: 662px) {
    div.input-container .input-half {
        flex: 0 0 auto;
        width: 100%;
    }

    div.input-container  .input-1 {
        flex: 0 0 auto;
        width: 6rem;
        flex-wrap: nowrap;
    }
    div.input-container .input-2x1 {
        flex: 0 0 auto;
        width: 8rem;
        flex-wrap: nowrap;
    }
    div.input-container .input-2u1 {
        flex: 0 0 auto;
        width: 16rem;
        flex-wrap: nowrap;
    }
    div.input-container .input-2 {
        flex: 0 0 auto;
        width: 10rem;
        flex-wrap: nowrap;
    }
    div.input-container label.input-2 {
        margin: 4px 0;
    }

    div.input-container .input-2x2 {
        flex: 0 0 auto;
        width: 24rem;
        flex-wrap: nowrap;
    }
}

.navbar-nav.direct-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.navbar-nav.direct-row .nav-item {margin-right: 1rem; font-size: 1rem; padding-right: .5rem} 

.nav-link {color:  #013473}

.nav-link:focus, .nav-link:hover {color:  #013473 !important; text-decoration: underline}

/** Button, Icon **/
.icon-blue {
	color: #00367a;
	font-size: 1rem;
	font-weight: bold;
}

.tabellen-link {color:  #013473}

div.zeit-container {
	flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

div.zeit-container &gt; div {
    flex-direction: row;
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    margin: .25rem;
    max-height: 2rem;
    }

div.zeit-container &gt; div p.flex-title {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    margin-bottom: .25rem;
}

div.zeit-container input {
        margin-top: 2px;
      	border: none;
}
div.zeit-container select {
}

/* div Buttons */
.btn-group, .btn-group-vertical {gap: .5rem;}
.btn-group-horizontal {flex-direction: column; }

.btn-group {margin-top:2rem; margin-bottom: 1.5rem;}

.btn.left {flex: 0 0 auto}

.btn-metadaten-info {
	border: none;
	margin-left: 15px;
	margin-right: 15px;
	background-color:transparent;
}

.btn-primary {
    color: #fff;
    background-color: #003b7d;
    border-color: #003b7d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #002957;
    border-color: #00234a;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #002957;
    border-color: #00234a;
    box-shadow: 0 0 0 0.2rem rgba(38, 88, 145, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #003b7d;
    border-color: #003b7d;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00234a;
    border-color: #001d3d;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 88, 145, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #606060;
    border-color: #606060;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #474747;
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #474747;
    box-shadow: 0 0 0 0.2rem rgba(120, 120, 120, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #606060;
    border-color: #606060;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show &gt; .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #474747;
    border-color: #404040;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 120, 120, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #1fa0e3;
    border-color: #1fa0e3;
}
.btn-success:hover {
    color: #fff;
    background-color: #1889c3;
    border-color: #1781b8;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #1889c3;
    border-color: #1781b8;
    box-shadow: 0 0 0 0.2rem rgba(65, 174, 231, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #1fa0e3;
    border-color: #1fa0e3;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show &gt; .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1781b8;
    border-color: #1679ad;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 174, 231, 0.5);
}

.btn-info {
    color: #212529;
    background-color: #bcd285;
    border-color: #bcd285;
}
.btn-info:hover {
    color: #212529;
    background-color: #adc869;
    border-color: #a8c460;
}
.btn-info:focus, .btn-info.focus {
    color: #212529;
    background-color: #adc869;
    border-color: #a8c460;
    box-shadow: 0 0 0 0.2rem rgba(165, 184, 119, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #bcd285;
    border-color: #bcd285;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show &gt; .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #a8c460;
    border-color: #a2c156;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(165, 184, 119, 0.5);
}

.btn-warning {
    color: #fff;
    background-color: #607ea9;
    border-color: #607ea9;
}
.btn-warning:hover {
    color: #fff;
    background-color: #506b93;
    border-color: #4b658b;
}
.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #506b93;
    border-color: #4b658b;
    box-shadow: 0 0 0 0.2rem rgba(120, 145, 182, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #607ea9;
    border-color: #607ea9;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show &gt; .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #4b658b;
    border-color: #475f83;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(120, 145, 182, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #6d3040;
    border-color: #6d3040;
}
.btn-danger:hover {
    color: #fff;
    background-color: #522430;
    border-color: #4a202b;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #522430;
    border-color: #4a202b;
    box-shadow: 0 0 0 0.2rem rgba(131, 79, 93, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #6d3040;
    border-color: #6d3040;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #4a202b;
    border-color: #411d26;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(131, 79, 93, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e2e2;
    border-color: gainsboro;
}
.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e2e2;
    border-color: gainsboro;
    box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show &gt; .btn-light.dropdown-toggle {
    color: #212529;
    background-color: gainsboro;
    border-color: #d5d5d5;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-dark:hover {
    color: #fff;
    background-color: #101214;
    border-color: #0a0c0d;
}
.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #101214;
    border-color: #0a0c0d;
    box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show &gt; .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0a0c0d;
    border-color: #050506;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}

.btn-outline-primary {
    color: #003b7d;
    border-color: #003b7d;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #003b7d;
    border-color: #003b7d;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 59, 125, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #003b7d;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #003b7d;
    border-color: #003b7d;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 59, 125, 0.5);
}

.btn-outline-secondary {
    color: #606060;
    border-color: #606060;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #606060;
    border-color: #606060;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #606060;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #606060;
    border-color: #606060;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5);
}

.btn-outline-success {
    color: #1fa0e3;
    border-color: #1fa0e3;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #1fa0e3;
    border-color: #1fa0e3;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 160, 227, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1fa0e3;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1fa0e3;
    border-color: #1fa0e3;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 160, 227, 0.5);
}

.btn-outline-info {
    color: #bcd285;
    border-color: #bcd285;
}
.btn-outline-info:hover {
    color: #212529;
    background-color: #bcd285;
    border-color: #bcd285;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(188, 210, 133, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #bcd285;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #bcd285;
    border-color: #bcd285;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(188, 210, 133, 0.5);
}

.btn-outline-warning {
    color: #607ea9;
    border-color: #607ea9;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #607ea9;
    border-color: #607ea9;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 126, 169, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #607ea9;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #607ea9;
    border-color: #607ea9;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(96, 126, 169, 0.5);
}

.btn-outline-danger {
    color: #6d3040;
    border-color: #6d3040;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #6d3040;
    border-color: #6d3040;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 48, 64, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #6d3040;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #6d3040;
    border-color: #6d3040;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 48, 64, 0.5);
}

.btn-outline-light {
    color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f5f5f5;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show &gt; .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #003b7d;
    text-decoration: none;
}
.btn-link:hover {
    color: #001731;
    text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
    color: #606060;
    pointer-events: none;
}

.btn-text {
	font-size: 1.0em;
}

span.lastChange 		{
			font-family:	Arial,sans-serif;
			color:		#191919;
			font-weight:	normal;
			font-size: 	                10px;
			}

tr.leer1 		{line-height:1px}
tr.leer2 		{line-height:2px}
tr.leer3 		{line-height:3px}
tr.leer4		{line-height:4px}
tr.leer5 		{line-height:5px}
tr.leer6 		{line-height:6px}
tr.leer7 		{line-height:7px}
tr.leer11 		{line-height:11px}
 
</pre></body></html>