/* $Id: base.css,v 1.2 2015/09/28 10:11:45 jtorborg Exp $ */

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

#frame_zone {
    
}

#header_zone {
    margin-bottom: 0;
    width: 100%;
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1200;
}

#content_zone {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
}

#footer_zone {
   margin-top: 80px;
   padding: 25px 0;
   border-top: 1px solid #E3E3E3;
}

#popup_zone {
    
}

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

#main_sidebar {
    display:none;
    min-height: 1px;
}

#main_content {
    display: block;
    min-height: 1px;
}

.inner_content {
    min-height: 0;
}

#popup_zone #main_content {
    margin: 0;
}

/*#pageid_pagejobform #main_sidebar,
#pageid_pagejob #main_sidebar,*/
#pageid_pagejoboffers #main_sidebar {
    display: none;
    float: left;
    width: 35%;
    padding-right: 5%;
}

/*#pageid_pagejobform #main_content,
#pageid_pagejob #main_content,
#pageid_pagejoboffers #main_content*/ {
    float: left;
    width: 60%;
}


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

.container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.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 {
    color: #C03;
    margin-bottom: 1em;
}


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


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

#frame_zone, 
#popup_zone {
    font-family: 'Helvetica Neue', 'Roboto', Arial;
    letter-spacing: -0.2px;
    font-weight: 400;
    text-rendering: geometricPrecision;
    font-size: 14px;
    color: #707172;
    line-height: 1.2;
}

a, 
a:visited, 
a:hover, 
a:active, 
a:focus {
    text-decoration: none;
    color: #006AB3;
}
h1,
h2,
h3,
h4, 
h5, 
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    color: #006AB3;
}

h1 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1em;
    margin: 20px 0;
    margin-top: 20px;
}

h2 {
    font-size: 17.5px;
}

h3 {
    
}

#headline_first {
    display: none;
}

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

p {
    margin: 0 0 2em 0;
    line-height: 1.5em;
}

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

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;
}


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

/* elements */

.group_field input[type=text], .group_field input[type=date], .group_field input[type=password], .group_field input[type=file], .group_field select, .group_field textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0px solid #d3d3d3;
  background: #EEE;
  font-weight: normal;
  color: #555555;
}

input[type=text], input[type=date], input[type=password] {
  padding: 10px 15px 10px;
  height: 42px;
}

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

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;
}

fieldset, 
.fieldset {
    
}

legend,
.legend {
    display: block;
    padding: .3em 0;
    /*text-indent: .3em;*/
    width: 100%;
}

#application_overview .legend, 
#my_data .legend,
#application_overview legend, 
#my_data legend {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #006AB3;
}

.group_line:before, .group_line:after {
    display: table;
    content: " ";
}

.group_line:after {
    clear: both;
}

.group_box,
.group .actions,
.group .other_actions {
    padding: 0;
    margin: 15px 0 0 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: 0;
}

.group_field label,
.group_field .label {
    padding-bottom: 4px;
    display: block;
}

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


.duty {
    
}

.asterisk {
   color: #C36; 
}

.field_error input[type=text], 
.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,
.field_error .ui-state-default,
.field_error .ui-multiselect .ui-icon, 
.field_error .ui-state-default .ui-icon:before {
    background-color: #FCC !important;
    color: #C36 !important;
}


/*************/
/* 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: 2px;
}

.css_button a {
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    background: #006AB3;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    font-style: normal;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.css_button a:hover {
    background: #095C94;
    color: #FFF;
}

.css_button a:active {
    background: #006AB3;
}

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

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

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


/***********/
/* tables  */
/***********/

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

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

.real_table th {
    text-align: left;
}

.real_table th a {
    color: #000;
}

.real_table tfoot td {
    border: 0;
}

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

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

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

th.real_table_col1 {
  min-width: 200px;
}

.icon_order_dir {
    margin-left: 5px;
}

.icon_order_sort_down,
.icon_order_sort_up {
    color: #000;
}

.icon_order_sort_none {
    color: #AAA;
}
td.real_table_col1:before {
    content: "\f006";
    font-family: 'mfg_labs_iconsetregular';
    font-style: normal;
    display: inline-block;
    speak: none;
    font-weight: normal;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    color: #006AB3;
}
/**************/
/* joboffers  */
/**************/

/* 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: right;
}

#job_filter_advanced .group {
    overflow: auto;
}

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

#job_filter_advanced fieldset ul {
    height: 4em;
}

#job_filter_advanced fieldset ul li span,
#job_filter_advanced select {
    font-size: 1em;
    line-height: 1.7; 
}

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

#filter_area select {
    width: 10em;
}

#filter_area fieldset ul {
    width: 99.5%;
}

#filter_area .group_field_cb {
    width: 32%;
    padding-left: 2%;
}

#filter_area .group_field_cb:first-child {
    padding-left: 0;
}

.job_filter .group_field {
    float: left;
    padding-bottom: 15px;
}

.job_filter label {
    display: none;
}

#filter_career_level .group_field,
#filter_standort .group_field {
    width: 49%;
    padding-right: 1%
}

#filter_aufgabengebiet .group_field {
    width: 49%;
    padding-left: 1%
}

#filter_location .group_field,
#filter_range .group_field {
    width: 23.5%;
    padding-left: 1%;
}

#filter_location .group_field {
    padding-right: 1%;
}

#filter_volltext .group_field {
    width: 100%;
}

#filter_btn_reset {
    width: 50%;
    float: left;
    text-align: left;
}

#filter_btn_search {
    width: 50%;
    float: left;
    text-align: right;
}

#filter_joboffers legend {
    font-size: 14px;
    margin-bottom: 6px;
}

#filter_joboffers .group_field_cb {
    float: left;
    width: 30%;
    padding-right:2%;
}

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

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

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

#jobalert_box #btn_online_application_job_alert {
    margin: 0;
}

#job_alert_filter_adv {
    padding-bottom: 20px;
}

.job_alert_filter {
    padding-bottom: 10px;
}

#sticky_jobalert {
    position: fixed;
    top: 450px;
    right: 0;
}

#sticky_jobalert .sj_job {
    font-weight: bold;
    font-size: 20px;
}

#sticky_jobalert a {
    display: block;
    background: #006AB3;
    color: #FFF;
    padding: 15px 20px;
    text-decoration: none;
}

#sticky_jobalert a:hover {
    text-decoration: none;
    background: #095C94;
}

#sticky_jobalert a:active {
    background: #006AB3;
}

#normal_jobalert {
    display: none;
}


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

#login_box {
    font-size: 1em;
    display: block;
    width: 230px;
    padding: 5px 10px;
}

#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"] {
    
}

#nav_main ul {
    list-style-type: none;
    padding: 0;
    margin-top:0;
}

#nav_top {
    height: 25px;
    background: #F0F1F1;
    color: #707172;
}

#nav_logo_search {
    min-height: 87px;
    background: #FFF;
    color: #707172;
    position: relative;
}


#logo_boellhoff {
  width: 240px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 30px;
}

#logo_karriereentwickler {
  height: 60px;
  position: absolute;
  right: 0;
  top: 10px;
}

#header_image_container {
    margin-bottom: 35px;
}

#header_image {
    height: 250px;
    width: 100%;
    background: url('../images/boellhoff_header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 164px;
    margin-bottom: 35px;
}

#footer_zone #footer_logo {
    display: block;
    float: left;
    width: 146px;
}

#footer_zone #copytext {
    display: block;
    float: left;
    padding-left: 20px;
}

#footer_zone #socialmedia {
    display: block;
    float: left;
    padding-left: 90px;
}

#footer_zone #links {
    float: right;
}

#footer_zone #links a {
    padding-left: 10px;
}

#nav_main {
    display: none;
}

/**********************/
/* 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 {
    float: right;
}

.addthis_toolbox a {
    text-decoration: none;
}


/************/
/* 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;
}

/****************/
/*      CMS     */
/****************/

.blue_headline {
  color: #006AB3;
  display: block;
  font-size: 21pt;
  font-weight: bold;
  border-bottom: 0 !important;
  padding: 0 !important;
  margin: 30px 0;
}

.blue_headline:before { 
  display: block; 
  content: " "; 
  margin-top: -200px; 
  height: 200px; 
  visibility: hidden; 
}

.subheadline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.line_fat_fixed {
    border-bottom: 3px solid #FFF;
    white-space: nowrap;
    width: 80px;
}

.line_thin {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    margin-left: 10px;
    margin-bottom: 2px;
    width: 100%;
}

.gray20 {
    border-color: rgba(112, 113, 114, 0.2);
}

.blue {
    color: #006AB3;
    border-color: #006AB3;
}

/******************/
/* 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;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

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

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


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

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

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,
.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,after,div.row:after,div.row:before {
    display: table;
    content: " "
}

.clearfix:after,.container-fluid:after,.container:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,div.row:after {
    clear: both
}

div.col50 {
    float: left;
    width:48%;
    padding-right: 2%;
    margin-bottom: 40px;
}

div.col-1-3 {
    float: left;
    width:31%;
    padding: 1%;
}

div.col50 img,
div.col-1-3 img {
  width: 100% !important;
  height: auto !important;
}



/***********************************/
/* ------------ Responsive---------*/
/***********************************/
@media (max-width: 1150px) {
    
    #sticky_jobalert {
       display: none;
    }
    
    #normal_jobalert {
       display: block;
    }
}


@media (max-width: 992px) {
    
    #pageid_pagejobform #main_sidebar,
    #pageid_pagejob #main_sidebar,
    #pageid_pagejoboffers #main_sidebar {
        display: none;
        float: left;
        width: 100%;
        padding-right: 0;
    }

    #pageid_pagejobform #main_content,
    #pageid_pagejob #main_content,
    #pageid_pagejoboffers #main_content {
        float: left;
        width: 100%;
    }
    
}

@media (max-width: 767px) {
    
    #sticky_jobalert {
        display: none;
    }
    
    #slider {
        display: none;
    }
    
    .col50 {
        width:98%;
        padding-right: 2%;
    }
    
    #nav_top,
    #nav_logo_search {
        display: none;
    }
    
    #header_image {
        margin-top: 50px;
    }
    
    div.col50 {
        width:98%;
        padding-right: 1%;
    }
    
    div.col-1-3 {
        width:98%;
        padding: 1%;
    }
    
    #links,
    #footer_zone #socialmedia {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    
    #frame_zone {
        width: 100%;
    }
    
    #filter_area .group_field_cb {
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }

    #filter_career_level .group_field, 
    #filter_standort .group_field,
    #filter_aufgabengebiet .group_field {
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }
    
    #filter_location .group_field {
        width: 49%;
        padding-right: 0%;
        padding-left: 0%;
    }
    
    #filter_range .group_field {
        width: 49%;
        padding-left: 2%;
    }
    
    #filter_btn_reset,
    #filter_btn_search {
        width: 100%;
    }
    
    #btn_online_application, #btn_online_application_send {
        position: static;
    }

    .css_button,
    .css_button a {
        display: block;
        margin: 0;
    }
    
    .css_button {
        margin-bottom: 10px;
    }
    
    .real_table_col3, .real_table_col4 {
        display: none;
    }
    
    #header_zone #social_icons {
        display: none;
    }
    
    #s-footer .footer_links {
        display: none;
    }

}

@media (max-width: 319px) {
    
    .real_table_col2 {
        display: none;
    }
}
