/* $Id: base.css,v 1.7 2014/01/07 15:43:52 jtorborg Exp $ */

/******************/
/* zone positions */
/******************/

#modal_div {

overflow: scroll!important;
-webkit-overflow-scrolling: touch;
}



#frame_zone {
    width: 565px;
}

#header_zone {
    display: none;
}

#content_zone {

}

#footer_zone {
   margin-top:1em;  
   text-align: center;
   background-color: #E7E7E7;
}

#popup_zone {
    
}


/****************/
/* zone modules */
/****************/

#main_sidebar {

}

#main_content {
    
}

.inner_content {
    min-height:0;
}

#popup_zone #main_content {
    margin:0;
}


/**************/
/* blocks     */
/**************/

.none {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.empty_element {
    font-size:0;
    line-height:0;
}

.error_msg {
    background-color: #FBD9DD;
    border: 1px solid #D78B93;
    padding: .2em;
    margin: 1em 0;   
}

.success_msg {
    background-color:#DBDBFD;
    border: 1px solid #0000FF;
    padding: .2em;
    margin: 1em 0;   
}


/**************/
/* typo       */
/**************/

#frame_zone, 
#popup_zone {

}

a, 
a:visited {
    color: #006567;
    text-decoration: none;
}

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

h1 {
    color: #333;
    font-size: 21px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 15px;
}

h2,
h3,
h4, 
h5, 
h6 {
    margin:0 0 .8em 0;
}

h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 12px;
    margin-top: 12px;
    color: #006567;
    font-weight: bold
}

hr {
    margin:2em 0;
    border:0;
    border-top:1px solid #D3D3D3;
    border-bottom:transparent;
}

p {
    margin:0 0 10px 0;
}

ul, 
ol, 
dl {
    margin: .6em 0;
    padding: 0 0 0 2em;
    list-style-type:disc;
    list-style-position:outside;
}

ol {
    list-style-type:decimal;
}

.error_msg p,
.success_msg p {
    margin:0;
}

/**
 * @deprecated  used in ckeditor
 */
u {
    text-decoration: underline;
}

strike {
    text-decoration: line-through;
}

#headline_first {
    display: none;
}


/*********/
/* forms */
/*********/

/* elements */
input[type=text], 
input[type=password], 
input[type=file],
select, 
textarea {
    width:95%;
    line-height:1em;
    font-size:1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    height:5em;
    white-space:pre;
    resize: none;
    overflow: auto;
}

select {
    background: #FFF;
    border-radius: 2px;
    border: 1px solid #C8C8C8;
    outline: 0;
    padding: 4px 2px;
}

input[type=text] {
    background: #FFF;
    border-radius: 2px;
    border: 1px solid #C8C8C8;
    outline: 0;
    padding: 5px 3px;
}

input[type=text]:focus {
    border-color: #808080;
}

#volltext {
    width: 488px;
}

fieldset ul {
    width:100%;
    height:5em;
    overflow:auto;    
    border:1px solid #D3D3D3;
    list-style:none;
    background-color:#FFF;
    padding:0;
    margin:0;
}

fieldset ul li {
    width:98%;
    overflow:hidden;
    margin:.2em;
    padding:0;
    background:none;
}

fieldset ul li span {
    display:block;
    margin-left:1.2em;
}

fieldset ul li input {
    width:1em;
    float:left;
    margin-top:.2em;
}

fieldset ul li:hover {
    background:#F5F5F5;
}

fieldset ul label span {
    color: #000;
    line-height: 1.5;
}

/* structure */
.group {
    margin-bottom: 1em;
}

#job_filter_basic .group {
    margin-top: 5px;
    margin-bottom: 0;
}

fieldset, 
.fieldset {
    
}

legend,
.legend {
    background-color:#D3D3D3;
    display:block;
    padding: .3em 0;
    text-indent: .3em;
    width:100%;
}

.group_box,
.group .actions,
.group .other_actions {
    padding: .3em;
    margin:0;
}

.group_box_inner {
    
}

.group_comment {
    margin: .3em 0;
}

.group_comment p {
    margin:0 0 .6em 0;
}

.group_line {
    clear:left;
}

.group_field {
    padding:0;
    margin: 1% 1% 1% 0;    
}

.group_field label,
.group_field .label {
    font-weight: bold;
}

/* decoration */
label img.error_img {
    display:none;
}

.duty,
.asterisk {

}

.field_error input, 
.field_error select, 
.field_error textarea, 
.field_error fieldset,
.field_error checkbox, 
input.field_error, 
select.field_error, 
textarea.field_error, 
fieldset.field_error, 
checkbox.field_error {
    background-color: #FBD9DD;
}


/*************/
/* buttons   */
/*************/

.actions {
    margin:1em 0 0 0;
    text-align:right;
    min-height:0;
}

#header_links {
    margin-top:0;
}

.css_button {
    padding:0;
    border:0;
    display: inline-block;
    margin:0 0 0 .6em;
}

.css_button a, #btn_submit_search a {
    margin:0;
    background-color: #E0E472;
    background-image: -webkit-linear-gradient(top,#E0E472 10%,#BCC605 90%);
    background-image: linear-gradient(to bottom,#E0E472 10%,#BCC605 90%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e472', endColorstr='#bcc605')";
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    text-transform:uppercase;
    text-decoration:none;
    font-size:1em;
    font-family:arial;
    font-weight:normal;
    font-style:normal;
    color:#000;
    text-align:left;
    cursor:pointer;
    display:inline-block;
    padding: 5px 10px;
    text-shadow: 0 1px 2px #FFF;
    white-space: nowrap;
}

.css_button a:hover, #btn_submit_search a:hover {
    background-image: -webkit-linear-gradient(top,#E0E472 10%,#AEB805 90%);
    background-image: linear-gradient(to bottom,#E0E472 10%,#AEB805 90%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e472', endColorstr='#aeb805')";
    text-decoration: none;
}

#btn_initiativ_filter {
    position: absolute;
    top: 0;
    right: 0;
}


/********************/
/* path navigation  */
/********************/

ul.path_nav {
    list-style-type:none;
    padding:0;
}

ul.path_nav li {
    float:left;
    margin-right:1em;
}


/***********/
/* tables  */
/***********/
.real_table_container {
   margin: 0 20px;
}

.real_table {
    width:100%;
    margin-bottom:1em;
}

.real_table th,
.real_table td {
    padding: 10px 0;
    border-bottom: 1px solid #C9C9C9;
}

.real_table th {
    text-align:left;
}

.real_table tfoot td {
    border:0;
}

.real_table .alternative_0 td {
    background-color: #FFF;
}

.real_table .alternative_1 td {
    background-color: #FFF;
}

.real_table caption {
    caption-side:bottom;
    text-align:left;
    padding:1.2em 0;
    font-weight:bold;
}

.stellen_titel {
    color: #006567;
    font-weight: bold;
}

.stellen_link {
    margin-top: 15px;
}

.stellen_link a {
    background: url(../images/icons.png) no-repeat center;
    padding-left: 10px;
    background-position: 0 -11929px;
}

/**************/
/* joboffers  */
/**************/

#filter_area {
    background: #EBEBEB;
    padding: 10px;
    padding-left: 15px;
    padding-right:0;
    margin: 0 20px;
    margin-top: 25px;
    position: relative;
}

#filter_area h4 {
    margin: 0;
    font-size: 18px;
    color: #006567;
    font-weight: bold;
}

/* jobalert */
#job_alert_box {
    margin-top:0;
}

#jobTplContainer{
    overflow: hidden;
}

/* filter */
#job_filter_basic .group_field {
    float:none;
}

.autocomplete_span {
    display:inline;
}

#filter_area .other_actions {
    text-align: left;
    margin-top: 10px;
}

#job_filter_advanced .group {
    overflow: auto;
    margin-bottom: 0;
}

#job_filter_advanced legend,
#job_filter_advanced span.mini {
    font-size: 1em;
    color: #fff;
    background: #026466;
}

#job_filter_advanced fieldset ul {
    height: 105px;
}

#job_filter_advanced fieldset ul li span,
#job_filter_advanced select {
    
}

#job_filter_advanced fieldset ul li span {
    margin-left: 1.5em;
}

#filter_area fieldset ul,
#filter_area select {
    width: 234px;
}

.group_field_cb {
    margin-right: 15px;
}

.filter_selbox {
    margin: 0;
}

.filter_selbox label {
    display: block;
    font-weight: normal;
    font-size: 1em;
    color: #FFF;
    background: #026466;
    padding: .3em 0;
    text-indent: .3em;
    width: 100%;
}

/* navigation */
.stellen_navi {}
.stellen_navi_sel{background-color:#D3D3D3;}

/* joblist */
#rexx_footer {
    text-align:right;
    font-size:.8em; 
    padding-top:1em;
}

/* jobalert */
#jobalert_box {
    margin-bottom:1em;    
}

#jobalert_box #btn_online_application_job_alert {
    margin:0;
}

#jobslisting h1 {
    display: none;
}


/********************/
/* login & menu     */
/********************/

#login_box {
    font-size:.8em;
}

#login_box .actions {
    margin:0;
}

#login_menu {
    float:right;
}

#login_box .other_actions {
    float:left;
    line-height:1.6;
}

#login_box input[type="text"], 
#login_box input[type="password"] {
    width:15em;
}

#nav_main {
    margin-bottom: 25px;
}

#nav_main:after {
    clear: both;
}
#nav_main:before, #nav_main:after {
    display: table;
    line-height: 0;
    content: "";
}

#nav_main .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0;
    border-bottom: 1px solid #EEE;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(242,242,242,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(242,242,242,1);
    box-shadow: 0px 2px 5px 0px rgba(242,242,242,1);
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    float: left;
    width: 113px;
}

.nav > li > a{
    vertical-align: middle;
    text-align: center;
    display: block;
    color: #333;
    font-size: 12px;
    line-height: 20px;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
}

.nav > li > a:hover{
    text-decoration: none;
    background: #F5F5F5;
}

.nav > li > a:active{
    text-decoration: none;
    background: #EBEBEB;
}

.nav > li > a.active {
    background: #F5F5F5;
}

.navi_home {
    background: url(../images/navi-home.png) no-repeat center;
}
.navi_jobs {
    background: url(../images/navi-jobs.png) no-repeat center;
}
.navi_bereiche {
    background: url(../images/navi-bereiche.png) no-repeat center;
}
.navi_benefits {
    background: url(../images/navi-benefits.png) no-repeat center;
}
.navi_tips {
    background: url(../images/navi-tips.png) no-repeat center;
}

.navi_home,
.navi_jobs,
.navi_bereiche,
.navi_benefits,
.navi_tips {
    height: 45px;
    width: 113px;
}

.content-block {
    background: #F5F5F5;
    padding: 20px;
    margin: 0 20px;
}

.content-block h2 {
    color: #006567;
    font-size: 17px;
    font-weight: bold;
}

.content-block .subhead {
    color: #707070;
    font-size: 17px;
}

.bumptext {
    padding-left: 65px;
    padding-right: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
}

.bbump, .pbump, .gbump {
    padding-left: 65px;
    height: 36px;
    margin-bottom: 0;
}

.bbump {
    background: url(../images/bbump.png) no-repeat 15px;
}

.pbump {
    background: url(../images/pbump.png) no-repeat 15px;
}

.gbump {
    background: url(../images/gbump.png) no-repeat 15px;
}

.bump_eat {
    background: url(../images/benefits-eat.png) no-repeat 15px;
}

.bump_coach {
    background: url(../images/benefits-coach.png) no-repeat 15px;
}

.bump_barrier {
    background: url(../images/benefits-barrier.png) no-repeat 15px;
}

.bump_time {
    background: url(../images/benefits-time.png) no-repeat 15px;
}

.short-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#unsolApplication {
    text-align: center;
    color: #006567;
}

/**********************/
/* display attachment */
/**********************/

#display_attachment img {
    display: block;
    margin: auto;
    max-width: 20em;
    height:auto;
}


/*****************/
/* lang selector */
/*****************/

#language_selector ul.path_nav {
    margin:0;
}

#language_selector .selected_lang {
    
}

/******************/
/* widget addthis */
/******************/

.addthis_toolbox, .social_media_links {
    padding: 10px 0 5px 0;
    display: inline-block;
    background: #E7E7E7;
}

.addthis_toolbox a {
    text-decoration:none;
    margin: 0 5px;
}

.social_media_icons-sprite, .social_media_icons-facebook, .social_media_icons-flickr, .social_media_icons-google-plus, .social_media_icons-slideshare, .social_media_icons-twitter, .social_media_icons-xing, .social_media_icons-xing_community, .social_media_icons-youtube {
    background: url("../images/social_media_icons.png") no-repeat scroll 0 0 transparent;
}
.social_media_icons-facebook {
    background-position: 0 -224px;
}
.social_media_icons-flickr {
    background-position: 0 -192px;
}
.social_media_icons-google-plus {
    background-position: 0 -128px;
}
.social_media_icons-slideshare {
    background-position: 0 -64px;
}
.social_media_icons-twitter {
    background-position: 0 0;
}
.social_media_icons-xing {
    background-position: 0 -160px;
}
.social_media_icons-xing_community {
    background-position: 0 -32px;
}
.social_media_icons-youtube {
    background-position: 0 -96px;
}
.social_media_icons {
  display: block;
  width:32px;
  height:32px;
  float:left;
  margin-right:8px;
} 
/************/
/* my_data  */
/************/

#application_overview .actions {
    margin-top:1em;
    padding:0;
}


/************/
/* event    */
/************/

.appointment {
    margin-top:1em;
}


/******************/
/* recommendation */
/******************/

#recommend #rec_text {
    padding-top:.4em;
}

#recommend #rec_input {
    padding-top:.9em;
}

#recommend #rec_input input[type="text"] {
    width:14%;
}


/****************/
/* modal window */
/****************/

body.popup_body,
body.popup_body #popup_zone {
    height:100%
}

body.popup_body #popup_zone {
    overflow-y: auto;
}


/******************/
/* iframe resizer */
/******************/

#resizer { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    visibility: hidden;
}


/***************/
/* no js alert */
/***************/

#no_js_alert_layer {
    text-align:center;
    margin:.2em;
}

#no_js_alert_layer p {
    font-size:.8em;
    margin:0;
    padding:0;
}


/**************/
/* captcha    */
/**************/

.captchapict {
    border:1px solid #BABABA;
}


/*************/
/* clearance */
/*************/

.breaker {
    clear:both;
    height:.1px;
    font-size:0;
    line-height:0;
}

.ui-widget-header{
    border: 1px solid #026466;
    background:#026466;
}
