<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --xxxbulma-column-gap: 0px;
  --bulma-block-spacing: 0px;
}


h1, a.h1, h1.a, h1 a:link, a:link h1, h1 a:visited, a:visited h1 {font-size:1.5rem;margin-bottom:0.8rem;color:#000000;}
h2 {font-size:1.25rem;margin-bottom:0.6rem;color:#000000;font-weight:bold;}
h3 {font-size:1.1rem;margin-bottom:0.6rem;color:#000000;font-weight:bold;}
h4 {font-size:1.0rem;margin-bottom:0.6rem;color:#000000;}

@media screen and (max-width: 1023px)
{
.portal_main {margin-right:0px;}
}

@media screen and (min-width: 1024px)
{
.portal_main {margin-right:20px;}
}


.input_no_border {
  border: 0px;box-shadow:none;padding-left:0px;
}

.input_pseudoborder_normal {
  border:1px solid #dbdbdb;border-radius:5px;padding:3px 6px 3px 6px;
}

.input_pseudoborder_danger {
  border:1px solid #ff3860;border-radius:5px;padding:3px 6px 3px 6px;
}

.fa-ul {
	margin-left: 0.8rem !important;
	padding-left: 0.8rem !important;
}


.card_content_fading_area { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; padding: 30px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  /* background-image: linear-gradient(to bottom, transparent, white); */
  background-image:url('/pix/card_content_fade_to_white2.png')
}

.boxlightgrey_lightgreen {border:1px #CCCCCC solid; background:#DDFFDD; padding:9px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
.boxlightgrey {border:0px #CCCCCC solid; background:#FFFFFF; padding:10px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; }
.boxdarkgrey2 {border:0px #808080 solid; background:#FFFFFF; padding:10px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; }
.boxlightgreen2 {border:2px #AAFFAA solid; background:#FFFFFF; padding:9px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }


table.table_minimal {padding:0px;margin:0px;border:0px;border-spacing:0px;}
table.table_minimal tr {padding:0px;margin:0px;border:0px;border-spacing:0px;}
table.table_minimal td {padding:0px;margin:0px;border:0px;border-spacing:0px;}

table.table_padded {padding:4px;border:0px;}
table.table_padded tr {padding:4px;border:0px;}
table.table_padded td {padding:4px;border:0px;}
table.table_padded_minimal {padding:2px;border:0px;}
table.table_padded_minimal tr {padding:2px;border:0px;}
table.table_padded_minimal td {padding:2px;border:0px;}

.td_centered 	{text-align:center;}

.boxblue_preview {border:3px #000099 solid; background:#FFFFFF; padding:29px 9px 9px 9px;  background-image:url('/pix/bg_preview600x20.gif');background-attachment:scroll;background-repeat:no-repeat;  }

.boxblue_preview_liste {border:3px #000099 solid; background:#FFFFFF; padding:29px 9px 9px 9px;  background-image:url('/pix/bg_preview_liste600x20.gif');background-attachment:scroll;background-repeat:no-repeat; }

.boxblue_preview_detail {border:3px #000099 solid; background:#FFFFFF; padding:29px 9px 9px 9px;  background-image:url('/pix/bg_preview_detail600x20.gif');background-attachment:scroll;background-repeat:no-repeat; }

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips .tooltip_content {
  position: absolute;
  width:300px;
  color: #000000;
  background: #F0F0F0;
  border: 2px solid #444444;
  min-height: 30px;
  line-height: 120%;
  text-align: left;
  visibility: hidden;
  padding:8px;
  border-radius: 6px;
  text-decoration:none;
}
a.tooltips .tooltip_content:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0; height: 0;
  border-bottom: 12px solid #444444;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
a.tooltips .tooltip_content:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #F0F0F0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips .tooltip_content {
  visibility: visible;
  opacity: 1.0;
  top: 30px;
  left: 50%;
  margin-left: -146px;
  z-index: 999;
  text-decoration:none;
}






span.tooltips {
  position: relative;
  display: inline;
}
span.tooltips .tooltip_content {
  position: absolute;
  width:300px;
  color: #000000;
  background: #FFFFFF;
  border: 2px solid #444444;
  min-height: 30px;
  line-height: 120%;
  text-align: left;
  visibility: hidden;
  padding:8px;
  border-radius: 6px;
  text-decoration:none;
  white-space:normal;
  box-shadow: 5px 5px 5px 0px #CCCCCC;
}
span.tooltips .tooltip_content:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0; height: 0;
  border-bottom: 12px solid #444444;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
span.tooltips .tooltip_content:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
span:hover.tooltips .tooltip_content {
  visibility: visible;
  opacity: 1.0;
  top: 30px;
  left: 50%;
  margin-left: -96px;
  z-index: 999;
  text-decoration:none;
  white-space:normal;
}






span.tooltips_bigwhite {
  position: relative;
  display: inline;
}
span.tooltips_bigwhite .tooltip_content {
  position: absolute;
  width:380px;
  color: #000000;
  background: #FFFFFF;
  border: 2px solid #444444;
  min-height: 30px;
  line-height: 120%;
  text-align: left;
  visibility: hidden;
  padding:8px;
  border-radius: 6px;
  text-decoration:none;
  white-space:normal;
  box-shadow: 5px 5px 5px 0px #CCCCCC;
}
span.tooltips_bigwhite .tooltip_content:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0; height: 0;
  border-bottom: 12px solid #444444;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
span.tooltips_bigwhite .tooltip_content:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
span:hover.tooltips_bigwhite .tooltip_content {
  visibility: visible;
  opacity: 1.0;
  top: 30px;
  left: 50%;
  margin-left: -196px;
  z-index: 999;
  text-decoration:none;
  white-space:normal;
}


.tag_public {background-color:#ff99cc;color:#FFFFFF;font-size:13px;padding:0px 2px 0px 2px;border-radius:2px;}
.tag_public_new {background-color:#C0C0C0;color:#FFFFFF;font-size:12px;padding:0px 2px 1px 2px;border-radius:2px;}
.important {background-color:#AA0000;color:#FFFFFF;font-size:13px;padding:0px 2px 0px 2px;border-radius:2px;}
.deprecated {background-color:#CCCCCC;color:#FFFFFF;font-size:13px;padding:0px 2px 0px 2px;border-radius:2px;}

.box-red {border:1px solid #AA0000;padding-19px;width:max-width;height:max-height;}
.box-green {border:1px solid #00AA00;padding-19px;width:max-width;height:max-height;}


.bordergrey 			{border:1px solid #CCCCCC;}
a:hover .bordergrey 	{border:1px solid #000000;}

.bordergrey2 			{border:2px solid #CCCCCC;}

.black1					{color:#000000;}
a black1, a:link black1, .black1 a, .black1 a:link, .black1 a:visited, .black1 a:active		{color:#000000;text-decoration:none;}
a:hover .black1, .black1 a:hover   		{color:#000000;text-decoration:underline;}

.lightgrey1, a lightgrey1, .lightgrey1 a, .lightgrey1 a:link, .lightgrey1 a:visited, .lightgrey1 a:active		{color:#DDDDDD;text-decoration:none;}
.lightgrey1 a:hover   		{color:#DDDDDD;text-decoration:underline;}

.mediumgrey1, a mediumgrey1, .mediumgrey1 a, .mediumgrey1 a:link, .mediumgrey1 a:visited, .mediumgrey1 a:active		{color:#AAAAAA;text-decoration:none;}
.mediumgrey1 a:hover   		{color:#AAAAAA;text-decoration:underline;}

.grey1, .grey1 a, .grey1 a:link, .grey1 a:visited, .grey1 a:active		{color:#BBBBBB;text-decoration:none;}
.grey1 a:hover   		{color:#BBBBBB;text-decoration:underline;}
.igrey					{color:#FFFFFF;background-color:#BBBBBB;}

.darkgrey1, .darkgrey1 a, .darkgrey1 a:link, .darkgrey1 a:visited, .darkgrey1 a:active	{color:#888888;text-decoration:none;}
.darkgrey1 a:hover   	{color:#888888;text-decoration:underline;}

.white1					{color:#FFFFFF;}
.white1 a, .white1 a:link, .white1 a:visited, .white1 a:active{color:#FFFFFF;text-decoration:none;}
.white1 a:hover   		{color:#FFFFFF;text-decoration:underline;}

.green1					{color:#00AA00;}
.green1 a, .green1 a:link, .green1 a:visited, .green1 a:active		{color:#00AA00;text-decoration:none;}
.green1 a:hover   		{color:#00AA00;text-decoration:underline;}
.green1_bg				{background-color:#00AA00;color:#FFFFFF;}

.red1					{color:#FF0000;}
.red1 a, .red1 a:link, .red1 a:visited, .red1 a:active {color:#FF0000;text-decoration:none;}
.red1 a:hover   		{color:#FF0000;text-decoration:underline;}
.red1_bg				{background-color:#FF0000;color:#FFFFFF;}

.orange1, .orange1 a:link, a .orange1			{color:#FF8000;}

.unerledigt				{color:#FFFFFF;background-color:#FFA200;}
.erledigt				{color:#FFFFFF;background-color:#00AA00;}
.abgelehnt				{color:#FFFFFF;background-color:#FF0000;}

.submenu_header {border-bottom:4px solid #C0C0C0;padding:0px 10px 4px 0px;margin-bottom:6px;font-weight:bold;}
.submenu_body {padding:0px 0px 10px 0px;}
.submenu_subtitle {font-weight:bold;}


.search_filter_header {font-weight:normal;color:#000000;padding-bottom:1px;}

.box_helptext {padding-top:2px;padding-bottom:2px;padding-left:2px;padding-right:2px; font-size:11px;color:#000000;text-align:left; text-decoration:none;z-index:1;}
.box_helptext .box_helptext_active {display:none;}
a:hover .box_helptext .box_helptext_active {display:block;text-align:left;text-decoration:none; position:absolute;margin-left:15px;margin-top:-20px;border:1px solid #000000;background-color:#FFFFFF;padding:4px;border-radius:5px; box-shadow: 0px 0px 5px 3px #CCCCCC;}

.detailview_left20		{width:20%;float:left;vertical-align:top;text-align:left;padding-left:10px;padding-top:4px;padding-bottom:4px;border-top:1px solid #EEEEEE;background-color:#FFFFFF;}
.detailview_right80		{width:80%;float:left;vertical-align:top;text-align:left;padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px;border-top:1px solid #EEEEEE;background-color:#FFFFFF;}


.detailview_flexible_left		{width:20%;min-width:200px;float:left;vertical-align:top;text-align:left;padding-left:10px;padding-top:4px;padding-bottom:4px;border-top:1px solid #EEEEEE;background-color:#FFFFFF;}
.detailview_flexible_right		{width:80%;float:left;vertical-align:top;text-align:left;padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px;border-top:1px solid #EEEEEE;background-color:#FFFFFF;}



infoBox a {text-decoration:none;}

a.infoBox {
	position:relative;
	text-decoration:none;
	color:#000000;
	cursor:help;
}

a.infoBox var {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	text-decoration:none;
}

a.infoBox span {
	display:none;
	position:absolute;
	left:0px;
	top:0px;	
	width:100px;
	border:solid 1px #CCCCCC;
	text-align:left;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	text-decoration:none;
}

a.infoBox span em {	
	display:block;
	margin:0px;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	width:98px;
	text-align:left;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
	color:#444444;
	background-color:#CCCCCC;
}

a.infoBox:hover span {
	display:block;
	text-decoration:none;
}
a.infoBox:hover var {
	display:block;
	text-decoration:none;
}




.box_minishadow {overflow:hidden;border:2px #CCCCCC solid; background:#F8F8F8; padding-top:2px;padding-bottom:2px;padding-left:2px;padding-right:2px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
border:1px solid #CCCCCC;background-color:#FFFFFF;padding:2px;font-size:11px;color:#000000;font-family:Tahoma; text-align:left;
-o-box-shadow: 			0px 0px 5px 2px #BBBBBB;
-icab-box-shadow: 		0px 0px 5px 2px #BBBBBB;
-khtml-box-shadow: 		0px 0px 5px 2px #BBBBBB;
-moz-box-shadow: 		0px 0px 5px 2px #BBBBBB;
-webkit-box-shadow: 	0px 0px 5px 2px #BBBBBB;
box-shadow: 			0px 0px 5px 2px #BBBBBB;
}

.box_minishadow2 {overflow:hidden;padding-top:2px;padding-bottom:2px;padding-left:2px;padding-right:2px; font-size:10px;color:#000000;text-align:center; text-transform:uppercase; text-decoration:none;z-index:1;}
.box_minishadow2 .small {display:none;}

a:hover .box_minishadow2 {overflow:hidden;padding-top:2px;padding-bottom:2px;padding-left:2px;padding-right:2px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
font-size:10px;color:#000000;text-align:center; text-transform:uppercase; text-decoration:none; background-color:#FFFFFF;border:0px solid #BBBBBB;z-index:2;
-o-box-shadow: 			0px 0px 2px 2px #BBBBBB;
-icab-box-shadow: 		0px 0px 2px 2px #BBBBBB;
-khtml-box-shadow: 		0px 0px 2px 2px #BBBBBB;
-moz-box-shadow: 		0px 0px 2px 2px #BBBBBB;
-webkit-box-shadow: 	0px 0px 2px 2px #BBBBBB;
box-shadow: 			0px 0px 2px 2px #BBBBBB;
}

a:hover .box_minishadow2 .small {display:inline;text-decoration:none;}



.box_minishadow3 {padding-top:2px;padding-bottom:2px;padding-left:2px;padding-right:2px; font-size:10px;color:#000000;font-family:Tahoma; text-align:center; text-decoration:none;z-index:1;}
.box_minishadow3 .small {display:none;}

a:hover .box_minishadow3 {padding-top:3px;padding-bottom:2px;padding-left:6px;padding-right:6px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
font-size:10px;color:#000000;font-family:Tahoma; text-align:left; text-decoration:none; background-color:#FFFFFF;border:1px solid #BBBBBB;z-index:2;
-o-box-shadow: 			0px 0px 5px 2px #888888;
-icab-box-shadow: 		0px 0px 5px 2px #888888;
-khtml-box-shadow: 		0px 0px 5px 2px #888888;
-moz-box-shadow: 		0px 0px 5px 2px #888888;
-webkit-box-shadow: 	0px 0px 5px 2px #888888;
box-shadow: 			0px 0px 5px 2px #888888;
}

a:hover .box_minishadow3 .small {display:block;text-decoration:none; font-weight:bold;}

.longwordoptimizer2 {
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}



.longwordoptimizer {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}



.comment_box {
	border: 2px dotted #C0C0C0;
	border-radius:10px;
	background: #F8F8F8;

}

.field-label {font-weight:normal;}

.webfoto_logo_xxsmall {width:30px;}
.webfoto_logo_xsmall {width:40px;}
.webfoto_logo_small {width:50px;}
.webfoto_logo_medium {width:80px;}
.webfoto_logo_large {width:100px;}
.webfoto_logo_xlarge {width:120px;}

.webfoto_logo_xxsmall_bordered {width:32px;border:1px solid #C0C0C0;}
.webfoto_logo_xsmall_bordered {width:42px;border:1px solid #C0C0C0;}
.webfoto_logo_small_bordered {width:52px;border:1px solid #C0C0C0;}
.webfoto_logo_medium_bordered {width:82px;border:1px solid #C0C0C0;}
.webfoto_logo_large_bordered {width:102px;border:1px solid #C0C0C0;}



select {text-rendering: auto !important;}



.charCnt {
  position: absolute;
  display: block;
  right: 20px;
  top: 1px;
  padding: 0 2px;
  font-size: 0.6em;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-radius: 2px;
}

.txtWithCnt {
  padding-right: 75px !important;
}</pre></body></html>