<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/* =============================================================================
   BOOTSTRAP 3 legacy
   ========================================================================== */
@import url('layout.min.css');
@import url('bs_pager.min.css');
@import url('bootstrap3_legacy.min.css');
@import url('passwordvalidator.min.css');
/* =============================================================================
   GENERAL
   ========================================================================== */
.hidden{
	display:none;
}
h2 small.userinfos{
	float:right;
}
.well{
	background-color:#fff;	
}
div.userfoto_container img, img.userphoto, img.firmenlogo{
	width:100%;
}
div.change-userphoto img{
	width: inherit;
	max-width: 50%;
}
.dl-horizontal.dt-left dt{
	text-align:left;
}
div.skills-well .panel-group .panel{
	margin-top:0px;
	margin-bottom: 10px;
	padding: 0;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
div.jobgraphic{
	padding:0px;
}
/*.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}*/
/* =============================================================================
   TABLES
   ========================================================================== */

td.nowrap{
	white-space: nowrap;
}
/* =============================================================================
   Form elements
   ========================================================================== */
input[type="checkbox"]{
	width:auto;
	height:auto;
}
input.validate_error, select.validate_error, textarea.validate_error{
	border: 1px solid #990033;  
}
div.checkboxselect ul:after, div.checkboxselect ul li:last-child:after{
	clear:both;
}
div.checkboxselect ul{
	padding-left:0px;
}
div.checkboxselect ul li{
	list-style-type:none;
	font-weight:normal;
}
div.checkboxselect ul li label{
	font-weight:normal;
}
div.checkboxselect ul li input{
	margin-right: 10px;
}
div.error_hidden{
	display:none;
}
select[multiple] {
    min-height: 115px;
}
/* =============================================================================
   LIST elements
   ========================================================================== */
dl.dl-horizontal.dl-horizontal-align-left dt{
	text-align:left;
}
ul.wt-list, ul.multi-liste{
	padding-left: 10px;
}
ul.multi-liste li, ul.wt-list li{
	list-style-type:none;
}
ul.tag-liste li{
	list-style-type:none;
	display:inline-block;
	border:1px solid #ccc;
	background-color:#ccc;
	border-radius: 2px;
	color:#fff;
	margin:4px 10px;
	padding: 4px 8px;
}
li span.remove-list-element{
	cursor:pointer;
}
/* =============================================================================
   Tag Cloud
   ========================================================================== */
div.suchwolke_inner ul ul li span::after {
    color: #000000;
    content: " Ã—";
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    opacity: 0.2;
    position: relative;
    text-shadow: 0 1px 0 #ffffff;
    top: 1px;
}
div.suchwolke_inner ul.tag-cloud{
	padding-left:0px;
}
div.suchwolke_inner ul ul{
	padding-left: 0px;
}
div.suchwolke_inner ul li{
	list-style-type:none;
	margin:0px;
}
div.suchwolke_inner ul ul li span{
    background-color: #999999;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 21px;
    margin: 2px 3px 2px 2px;
    padding: 1px 4px 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
}

/* =============================================================================
   FILEUPLOADER
   ========================================================================== */
.qq-uploader { position:relative; width: 100%;cursor:pointer;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;color:#000 !important;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;color:#000 !important;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-file, .qq-upload-size, .qq-upload-failed-text{color:#000 !important;}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("../loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

.qq-upload-button {
/*    display:block;
	text-align:center;*/
	cursor:pointer;
/*	line-height: 20px;
	vertical-align:middle;
	
	height: 24px;
	background-color:#CCC;
	border: 1px solid #990033;
	color:#000;
	border-bottom-right-radius: 5px;*/
	margin-top:10px;
	margin-bottom: 10px;
/*	min-width:100px;
	width: 200px;*/
}
.qq-upload-button-hover {background:#F0F0F0;}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FAF0A4; text-align:center;color: #2E4362; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;color: #2E4362 !important;
}
.qq-upload-drop-area-active {
	background:#b2b8c4;
}
/* =============================================================================
   Silbentrennung bei Ãœberschriften
   ========================================================================== */
@media only screen and (max-width: 768px){
	h1, h2, h3, h4, h5, h6{
		hyphens:auto;
	}
}
/* =============================================================================
   jobeXLang hidden
   ========================================================================== */
span#jobeXLang{
	display:none;
}
/* =============================================================================
   resonponsive Jobtable
   ========================================================================== */
table.jobliste th, table.jobliste td{
	hyphens:auto;
}
@media only screen and (min-width: 769px){
	table.jobliste span.low-res-info{
		display: none;
	}
}
@media only screen and (max-width: 768px){
	table.jobliste{
		width: 100%;
	}
	table.jobliste span.low-res-info{
		display: block;
	}
	table.jobliste tr td:nth-child(3), table.jobliste tr td:nth-child(4), table.jobliste tr th:nth-child(3), table.jobliste tr th:nth-child(4) {
		display: none;
	}
}
/* =============================================================================
   INPUT Switch
   ========================================================================== */
   
 /* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 16px;
}
.switch.switch-lg{
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.switch.switch-lg .slider:before{
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
}
input:checked + .slider {
	background-color: #090;
}
.switch.switch-blocking input:checked + .slider{
	background-color: #F00;
}
input:focus + .slider {
	box-shadow: 0 0 1px #090;
}
.switch.switch-blocking input:focus + .slider {
	box-shadow: 0 0 1px #F00;
}
input:checked + .slider:before {
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}
.switch.switch-lg input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 16px;
}
.switch.switch-lg .slider.round {
	 border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.well{
	-webkit-box-shadow: none;
	box-shadow: none;
}
small.userinfos{
	font-size: 16px;
}

.ui-autocomplete
{
    position:absolute;
    cursor:default;
    z-index:1001 !important
}

/* jquery ui autocomplete **************/

.ui-autocomplete {
	max-height: 300px;
    overflow-y: auto;
	overflow-x: hidden;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #f5f5f5 !important;
    font-weight: 0 !important;
    color: #000 !important;
    border:none;
} 

.ui-widget{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
	font-size: 1rem !important;
	font-weight: 100  1important;
	line-height: 1.5 !important;
}



.ui-autocomplete &gt; li &gt; div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  cursor: pointer;
}

input.autocomplete-not-found {
  text-decoration: line-through;
  color: #990033;
}

span.ltrText {unicode-bidi: bidi-override; direction: rtl;white-space:nowrap;}
span.mailltrText{
	user-select: none;
}
.nowrap{
	white-space:nowrap;
}











</pre></body></html>