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

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:11px;
  color:#000000;
  background: #F9F9F9;
  text-align: left;
  padding: 0px;
  margin: 5px;
}

* {
	line-height: 1.2;
}

a {
  text-decoration:none;
  color: #004C9F;
}

a:hover,a:focus {
  text-decoration: underline;
}

h1 {
  color: #004C9F;
  font-size:16px;
  font-weight: bold;
}

h2 {
  color: #004C9F;
  font-size:14px;
  font-weight: bold;
}

h3 {
  color: #004C9F;
  font-size:12px;
  font-weight: bold;
}

h4 {
  color: #004C9F;
  font-size:11px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

textarea {
  resize: vertical;
  max-height: 200px;
}


.head {
  background:#FFFFFF;
  height: 130px;
  border: 1px solid #B5B5B5;
  background-repeat: repeat;
  background-position: top;
  background-image: url('../gekospics/header_background.jpg');
}
            
.logo {
  height: 130px;
  width: 375px;
  background-repeat: no-repeat;
  background-image: url('../gekospics/header_logo.png');
}


.content_progress {
  width: 200px;
  height: 420px;
  background-color: #F9F9F9;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #B5B5B5;
}

.content_progress_head {
  padding-left: 5px;
  background-color: #004C9F;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}

.help {
  font-size: 11px;
  width: 170px;
  background: #FFFFEA;
  border: 1px solid #B5B5B5;
  margin-left: 10px;
  font-weight: normal;
  padding: 5px;
}

.help_head {
  font-weight: bold;
  color: #004C9F;
  width: 100%;
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-top: 3px;
  background: url('../gekospics/info.png') right 0px no-repeat;
}

.gek-alert {
	border: 1px solid #feb;
	background: #FFFFEA;
	padding: 8px;
	margin-bottom: 16px;
}

.gek-alert a,.gek-alert strong {
	color: #BF1722;
	font-weight: bold;
	margin-right: 4px;
}

.noteBase{
	border: 1px solid #feb;
	padding-left: 8px;
	margin-bottom: 8px;
	width: 60%;
}

.noteSuccess{
	background: #9ccc65;

}

.noteError{
	background: #DC143C;
	color: #FFFFFF;
}

.content_progress_step {
  background-color: #F9F9F9;
  border-bottom: 1px solid #B5B5B5;
  color: #B5B5B5;
  padding: 7px;
}

.content_progress_step_current {
  background: #BCD0E2;
  border-bottom: 1px solid #B5B5B5;
  color: #004C9F;
  padding: 7px;
}

.content {
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #B5B5B5;
  background:#FFFFFF;

}

.box {
  background:#FFFFFF;
  border: 1px solid #B5B5B5;
  padding-top: 0px;
  text-align: left;
}

.box_head {
  padding: 8px 10px;
  background: #004C9F;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}
.box_cont {
  padding: 10px;
}

/* Popup container */
.popup {
  position: relative;
  display: inline;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 250px;
  background-color: #FFFFEA;
  border: 2px solid black;
  color: black;
  text-align: left;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
}

/* Popup arrow */
/*
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
*/

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}


table {
  font-family: arial, helvetica, sans-serif;
  font-size:11px;
  color:#000000;
}

table.sortable_table thead tr .header {
  background-image: url('../gekospics/sort_up_down.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 16px;
  cursor: pointer;
}
table.sortable_table thead tr .headerSortUp {
  background-image: url('../gekospics/sort_up.png');
}
table.sortable_table thead tr .headerSortDown {
  background-image: url('../gekospics/sort_down.png');
}

table.info_table {
  border-collapse: collapse;
  border:          none;
  border-color:    #B5B5B5;
}

table.info_table td {
  vertical-align: top;
  padding-top: 5px;
}


table.info_table th {
  padding-right: 10px;
}

table.blank_table {
  border: none;
}

table.blank_table td {
  padding-top: 0px;
  border: none;
}

table.flr_table {
  border: none;
  font-size: 11px;
  padding-left: 20px;
  border-collapse: collapse;
}

table.flr_table th {
  text-align: left;
  border-bottom:  1px solid #B5B5B5;
  padding-left: 10px;
}

table.flr_table td {
  padding-left: 10px;
}

table.begleit_table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}

table.begleit_table td {
  vertical-align: top;
  border-left: 0px solid;
  border-bottom: 1px solid #9DAEC3;
  padding: 5px;
}

table.begleit_det_table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}

table.begleit_det_table td {
  vertical-align: top;
  border: none;
  padding-right: 10px;
}
table.gesund_table {
	border-collapse: collapse;
}

table.gesund_table td {
	vertical-align: top;
	border-bottom: 1px solid #9DAEC3;
	padding-top:  10px;
	padding-bottom:  10px;
}

ol.gesund_list li {
	border-bottom: 1px solid #9DAEC3;
}


table.klassenakt_table {
	border-collapse: collapse;
}

table.klassenakt_table td {
	vertical-align: top;
	border-bottom: 1px solid #9DAEC3;
	border-right: 1px solid #9DAEC3;
	padding-top: 10px;
	padding: 5px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: 85px 5px;
}

table.klassenakt_table th {
	background: #F2F4F7;
	border: 1px solid #9DAEC3;
	height: 20px;
}

table.klassen_table {
	border-collapse: collapse;
}

table.klassen_table td {
	vertical-align: top;
	border-bottom: 1px solid #9DAEC3;
	border-right: 1px solid #9DAEC3;
	padding-top: 10px;
	padding: 5px;
	width: 100px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: 30px 13px;
}

table.klassen_table th {
	background: #F2F4F7;
	border: 1px solid #9DAEC3;
	height: 10px;
}
	
.radioTd {
  width: 50px;
  text-align: center;
  border-left: 1px solid #9DAEC3;
}

.radioTdHead {
  width: 50px;
  text-align: center;
  border-left: 1px solid #9DAEC3;
  border-top: 1px solid #9DAEC3;
  font-weight: bold;
  background-color: #F2F4F7;
}

.tab_lable {
  font-weight: bold;
  color: #004C9F;
  background:  #F9F9F9;
}

.tab_cell_border_top {
  border-top:  1px solid #F9F9F9;
}

table.file_table {
  border: none;
  font-size: 11px;
  padding-left: 20px;
  border-collapse: collapse;
}

table.file_table td {
  border-bottom:  1px solid #B5B5B5;
}

table.file_table th {
  text-align: left;
  border-bottom:  1px solid #004C9F;
}

.inputElement {
  font-size: 11px;
  padding: 1px;
  border:  1px solid #B5B5B5;
  background: #FFFFFF;
}
.inputElement:disabled {
  font-size: 11px;
  padding: 1px;
  border:  1px solid #B5B5B5;
  background: #EEEEEE;
}

.inputElement:focus {
  border-color: #004C9F;
}

.inputButton {
  font-size: 11px;
  padding: 4px 8px;
  border:  1px solid #B5B5B5;
  background: #F9F9F9;
  cursor: pointer;
  transition: background-color 1s;
  border-radius: 4px;
}

.inputButton:focus {
  border-color: #004C9F;
}

.inputButton:hover {
	background-color: #E9E9E9;
}

.inputButton:disabled {
  cursor: default;
}

.inputButtonPrimary {
  background: #555;
  border:  1px solid #555;
  color: white;
}

.inputButtonPrimary:hover {
	background-color: #777;
}
.inputButtonPrimary:disabled {
	background: #aaa;
	color: #555;
}

.loadingBase {
  display: inline-block;
}

.loading {
  border: 4px solid #f3f3f3;
  margin-left: 5px;
  vertical-align: top;
  border-top: 4px solid #004C9F;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.fullWidth {
	width: 100%;
}

.inputLegend {
  font-weight: bold;
  color: #004C9F;
}

.inputElementGroup {
  font-size: 11px;
  padding: 4px;
  border:  1px solid #B5B5B5;
  background: #FFFFFF;
}

.inputElementGroupTwp {
	margin-left: 20px;
}

.pufferTable {
	padding-left:10px;
	padding-right:10px;
}

.dpTable {
	width:100%;
}

.pufferButton {
	width: 100%;
	text-align: center;
}

.leftButton {
	margin-right: 5px;
}

.paddingTopBot40 {
	padding-bottom:40px;
	padding-top:40px;
}

.marginTop40 {
	margin-top:40px;
}

.paddingLeft10 {
	padding-left: 10px;
}

.whiteBackground {
	background: #FFFFFF;
}


.download-info {
	display: flex;
	flex-wrap: wrap;
	margin-top: 12px;
	margin-bottom: 12px;
}

.download-info .download-info-box {
	padding: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	width: 100px;
	display: flex;
	flex-wrap: no-wrap;
	align-items: center;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	background-color: #f8f8f8;
}

.download-info .download-info-box img {
	margin-right: 8px;
}

.answer {
  font-style: italic;
  font-size: 11px;
}

ul.breadcrumb {
	margin-top: 0px;
    padding: 5px 8px;
    list-style: none;
    background-color: #F9F9F9;
}

ul.breadcrumb li {
    display: inline;
    font-size: 12px;
}

ul.breadcrumb li+li:before {
    padding: 4px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #004C9F;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: black;
    text-decoration: none;
} 

/* Navigation */

.navleft {
	background-color: #004C9F;
	margin-left: 0px;
	list-style-type: none;
	padding-left: 15px;
	margin: 0px;
	font-size: 12px;
}

.navleft strong {
	display: block;
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
	padding: 2px;
	padding-left: 20px;
	margin: 0px;
	margin-left: -15px;
	font-weight: bold;
}

.navleft li {
	display: inline;
}

.navleft ul li ul li {
	display: inline;
}

.navleft .active strong {
	background-image: url('../gekospics/bullet_triangle_glass_grey.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.subnavleft {
	background-color: #C8D3DF;
	color: black;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	margin-left: -15px;
}

.subnavleft strong {
	display: block;
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
	padding: 2px;
	padding-left: 27px;
	margin: 0px;
	margin-left: -15px;
	font-weight: bold;
}

.navleft a {
	color: #FFFFFF;
	font-weight: bold;
}

.subnavleft a {
	color: #000000;
	font-weight: bold;
}

/* Login-Seite */

.loginBox {
  text-align:left;
  width:630px;
  border:1px solid #B5B5B5;
}

.loginButton {
    color:white;
    background:#305c9f url('../gekospics/kachel.png');
    display:block;
    float:left;
    width:200px;
    height:100px;
    cursor:pointer;
    text-decoration:none;
}

.loginButton:hover .loginButtonHeader {
    text-decoration: underline;
}

.loginButtonImage {
    margin-top:13px;
    margin-right:6px;
    float:right;
    border:0px;
}

.loginButtonHeader {
    font-size:15px;
    float:left;
    width:168px;
    margin-top:16px;
    margin-right:16px;
    margin-left:16px;
    height:17px;
}

.loginButtonDescription {
    float:left;
    width:120px;
    margin-top:6px;
    margin-left:16px;
    font-size:10px;
}

.loginContent {
    border-top:1px solid #b5b5b5;
    padding:20px;
}

/**************
*** nur BAU ***
**************/

.status_green, .status_NNJ
{
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #00DF00;
}

.status_yellow, .status_NJN
{
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #F4C400;
}

.status_red, .status_JNN
{
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #FF0000;
}

.status_lable
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  color: #B5B5B5;
}

/* Formatierung der Beteiligten-Tabelle */

.cnt {
  font-style: italic;
  font-size: 10px;
  margin-left: 25px;
  margin-right: -50px;
}

.c {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url('../gekospics/collapse.png');
  width: 100%;
  cursor: pointer;
}

.cCollapsed {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url('../gekospics/expand.png');
  width: 100%;
  cursor: pointer;
}

.c_null {
  padding-left: 20px;
}

/***************
*** nur FAHR ***
***************/

.tab_slim {
  border: none;
  border-collapse: collapse;
  width: 100%;
}

.tab_slim th {
  text-align: left;
  border-top: 1px solid #9DAEC3;
  border-bottom: 1px solid #9DAEC3;
  background-color: #F2F4F7;
}

.tab_slim td {
  text-align: left;
  vertical-align: top;
  border-left: 0px solid;
  border-bottom: 1px solid #9DAEC3;
}

.boxStatPr0 {
  letter-spacing: 1px;
  background: green;
  color: white;
  padding: 1px 3px 1px 3px;
}

.boxStatPr1 {
  letter-spacing: 1px;
  background: orange;
  color: white;
  padding: 1px 3px 1px 3px;
}

.boxStatPr2 {
  letter-spacing: 1px;
  background: red;
  color: white;
  padding: 1px 3px 1px 3px;
}

.info_aufla {
  font-size: 8px;
  background: #FFFFEA;
  border: 1px solid #788DA7;
  font-weight: normal;
  padding: 3px;
}

.boxAttention {
  vertical-align: top;
  border: 1px solid #D30B29;
}

.boxAttention_head {
  background-color: #D30B29;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #D30B29;
  padding: 3px;
  color: #FFFFFF;
}

.boxAttention_cont {
  padding: 10px;
}

.boxAttention_cont td {
  border-top: 1px solid #D30B29;
  padding: 10px;
}

.inhaber2add {
  padding: 10px;
  width: 90%;
  border-collapse: collapse;
}

.templateInfo {
  font-size: 11px;
  width: inherit;
  background: #e1f2ff;
  border: 1px solid #B5B5B5;
  margin-left: inherit;
  margin: inherit;
  font-weight: normal;
  padding: 5px;
}

/* Formatierung des Akkordions */

#accordion {
  margin: 10px 0 10px 0;
  max-width: 600px;
  min-width: 400px;
  font-family: 'Ubuntu',helvetica,arial,sans-serif;
}

#accordion h2 {
  background: #CAD3DF;
  color: #284B67;
  cursor: pointer;
  line-height: 16px;
  padding: 3px 30px 1px;
  font-size: 14px;
  font-weight: bold;
}

#accordion_search {
  margin: 10px 0 10px 0;
  max-width: 600px;
  min-width: 400px;
  font-family: 'Ubuntu',helvetica,arial,sans-serif;
}

#accordion_search h2 {
  background: #CAD3DF;
  color: #284B67;
  cursor: pointer;
  line-height: 16px;
  padding: 3px 30px 1px;
  font-size: 14px;
  font-weight: bold;
}

/* Formatierung der Statusanzeige */

.boxStatPr0 {
  letter-spacing: 1px;
  background: green;
  color: white;
  padding: 1px 3px 1px 3px;
}

.boxStatPr1 {
  letter-spacing: 1px;
  background: orange;
  color: white;
  padding: 1px 3px 1px 3px;
}

.boxStatPr2 {
  letter-spacing: 1px;
  background: red;
  color: white;
  padding: 1px 3px 1px 3px;
}



/* Html Multiupload */
.upload-table {
	font-size: 12px;
}
.upload-table .inputElement {
	font-size: 12px;
}
.upload-entry td {
	padding-top: 2em;
}
.upload-group-aktion {
	padding-right: 0.5em;
}
.upload-group-aktion input {
	width: 100%;
}
.upload-group-erg {
	padding-right: 0.5em;
}
.upload-group-erg input {
	width: 100%;
}
.upload-group-kennz {
	padding-top: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
}
.upload-group-kennz select {
	width: 100%;
}
.upload-group-zusatz {
	padding-top: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
}
.upload-group-zusatz div {
	padding: 1em;
	background-color: rgb(225, 242, 255);
}

.upload-chooser {
	margin-top: 2em;
	background-color: rgb(225, 242, 255);
	table-layout:fixed;
}
.upload-chooser td {
	padding: 1em;
}
.upload-text-max-size {
	color: #d00;
}
.upload-description {
	vertical-align: top;
	font-size: 12px;
}
/* Eingabeelemente */
.upload-input {
  font-size: 12px;
  padding: 0.3em;
  border:  1px solid #B5B5B5;
}
.upload-input:disabled {
  background: #EEEEEE;
}
.upload-input:focus {
  border-color: #004C9F;
}
.upload-input[type=file] {
	border: 0;
}
.upload-input[type=file].upload-invalid {
	border: 1px solid #d00;
}

/* "Vorlagen entfernen" Button */
.hideVorlage {
	font-size: 12px;
	margin-left: 0.3em;
}

.gone {
    display: none;
}


/* Buttons */
.upload-button {
	font-size: 12px;
	padding: 0.4em 0.8em;
	border:  1px solid #B5B5B5;
	background: #F9F9F9;
	cursor: pointer;
	transition: background-color 1s;
	border-radius: 0.3em;
}
.upload-button:focus {
  border-color: #004C9F;
}
.upload-button:hover {
	background-color: #E9E9E9;
}
.upload-button:disabled {
  cursor: default;
  color: #999;
}
.upload-upload-button {
	margin-top: 1.5em;
	background: #555;
	color: white;
}
.upload-upload-button:hover {
	background-color: #777;
}
.upload-upload-button:disabled {
	background: #aaa;
	color: #555;
}
.upload-add-button {
	margin-top: 1em;
}

/* Inhaberabgleich */
.tab_compare {
  font-size: 12px;
  border-collapse: collapse;
}
.tab_compare th {
  padding: 4px;
}
.tab_compare td {
  padding: 4px;
}
.tab_compare tbody th {
  font-weight: normal;
  color: #999;
  text-align: right;
}
.tab_compare thead .inhaber {
  text-align: right;
  padding-left: 30px;
}
.tab_compare thead .antrag {
  padding-right: 30px;
}
.tab_compare tbody .toCompare .inhaber {
  text-align: right;
  padding-left: 30px;
}
.tab_compare tbody .toCompare .antrag {
  padding-right: 30px;
}
.tab_compare tr:nth-child(even) {
  background-color: rgb(248,249,250);
}
.not-equal {
  color: #ff6300;;
}
/* Antragstellung */
.antrart-hinweis {
	background: rgb(225, 242, 255);
	padding: 6px 12px;
	margin: 6px 0px;	
}
.antrart-infotext {
	background: #004C9F;
	margin: 0 0 10px 0;
	color: white;
	padding: 4px 10px;
	font-size: 12px;
}
.timer {
	margin: 10px;
	padding: 6px;
}
.timer-heading {
	font-weight: normal;
	display: block;
	text-align: right;
}
.timer-counter {
	font-weight: bold;
	display: block;
	text-align: right;
}
/* Redirect */
.redirect-box {
    max-width: 40em;
    margin: auto;
    margin-top: 4em;
    padding: 1em 2em;
    background-color: rgb(225, 242, 255);
}

.align-text-radio{
	display: flex;
	align-items: center;
}

.align-text-radio input{
	margin-bottom: 3px;
}

/* Antragstellung NRW */
.layout-table {
    border-spacing: 15px;
}
.layout-table td {
    vertical-align: top;
}
ul.list-names-mantelbogen {
	list-style-type: none;
	padding: 0;
}

#uploadAusstehend {
	background-color: rgb(225, 242, 255);
	padding: 1em;
}

.align-text-checkbox {
	position: relative;
	display: inline-block;
}

.align-text-checkbox input{
	position:absolute;
	cursor: pointer;
}

.align-text-checkbox label {
	padding-left: 30px;
	display: inline-block;
	cursor: pointer;
}</pre></body></html>