/* $Id: base.css,v 1.1 2016/11/04 11:19:02 vgaus Exp $ */

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

#frame_zone {
    width: 100%;
    max-width: 916px;
    margin: 0 auto;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}


header {
    height: 6.5em;
    padding: 0;
}
.logo {
    float: left;
    margin: 0;
    padding: 1.375em 0 0;
    width: 11.688em;
}

.headerRight {
    float: right;
    padding: 0.5em 0 0;
    width: 40em;
}
.pageTools {
    height: 1.125em;
    padding: 0 0 0.5em;
}

.pageTools ul {
    float: right;
    width: 5em;
    list-style: outside none none;
    margin:0;
    padding: 0;
}

.pageTools ul li {
    float: left;
    padding: 0 0 0 0.563em;
}


.topLinks {
    float: right;
    padding: 0.188em 0 0 0;
    width: 18.75em;
}

.topLinks ul {
    float: right;
    list-style: outside none none;
    margin:0;
    padding: 0;
}

.topLinks li {
    float: left;
    padding: 0 0 0 1.25em;
}

.topLinks li a {
    color: #000;
    font-size: 0.875em;
    text-transform: uppercase;
}


.topLinks li a:hover {
    text-decoration: none;
    opacity: .8;
}

#mainNavigation {
    height: 2.625em;
    padding: 0;
    position: relative;
    z-index: 999;
}

#mainNavigation ul{
    list-style: outside none none;
    margin:0;
    padding: 0;
}
#mainNavigation li {
    float: left;
    padding: 0 1.875em 0 0;
}

#mainNavigation li a {
    color: #17375e;
    display: block;
    font-size: 1.125em;
    line-height: 1.111em;
    padding: 0 0 0.833em;
    text-transform: uppercase;
}

#mainNavigation li a:hover, #mainNavigation li:hover a {
    text-decoration:none;
    color:#0f5fc2;
}
#headerBild {
    display:none;
}

#pageid_pagejoboffers #headerBild {
    display:block;
    height: 9.375em;
    margin: 0 auto 2.188em;
}

#information {
    float:none;
    width:100%;
    /*padding:0 0 1.563em;*/
}

.contentBlock {
    padding: 0 0 1.25em;
}

#sidebar {
    /*float:right;*/
    position: fixed;
    right: 0;
    top: 280px;
    width:20em;
}

.shedowBox {
    background: rgba(0, 0, 0, 0) url("../images/block-bot.jpg") no-repeat scroll right bottom / 5.875em 5.813em;
    margin: 0 0 2em;
}

#sidebar .shedowBox .shedowBoxInner {
    background: rgba(0, 0, 0, 0) url("../images/block-top2.jpg") no-repeat scroll left top / 9.813em 8em;
}

.shedowBox .shedowBoxInner {
    background: rgba(0, 0, 0, 0) url("../images/block-top.jpg") no-repeat scroll left top / 9.813em 8em;
    padding: 1.75em 1.85em;
}


/*----Footer---*/
#footer { padding:1.25em 0 1.25em 0;}
.footerTopLink { padding:0 0 0.313em; border-bottom:1px solid #dddddd; }
.footerTopLink .copyright { float:left; width:53.75em; font-size:0.75em; color:#848d8f; }
.footerTopLink .copyright a { color:#848d8f;}
.footerTopLink .copyright a:hover { text-decoration:none; color:#000; }
.footerTopLink .createdby { float:right; text-align:right; width:23.333em; font-size:0.75em; color:#848d8f; padding:0 1.25em 0 0;}
.footerContent { float:left; padding:1em 1.25em 0 0; font-size:0.75em; line-height:1.667em; }
.footerContent h3 { color:#494949 !important; }
.footerContent p { line-height:1.667em; color:#858d90; }
.footerContent a { color:#858d90; }
.footerCall1 { width:24.75em; }
.footerCall2 { width:26.25em; }
.footerCall3 { width:22.500em; }
.iphone .footerTopLink .copyright { font-size:11px !important; }
/*---End Footer---*/


.readmore {
    height: 1.25em;
    padding: 0;
}

a.readmore {
    background: rgba(0, 0, 0, 0) url("../images/arrow-blue.gif") no-repeat scroll right 0.188em;
    font-style: italic;
    padding: 0 1.071em 0 0;
}


.navbar-toggle {
    display: none;
}

.navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    float: none;
    margin: 0px 5px 0 0;
    padding: 9px 6px;
    position: relative;
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.navbar-toggle .icon-bar {
    background: #858d90 none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 4px;
    margin-bottom: 5px;
    width: 29px;
}
.navbar-toggle{
    clear: both;
}


#content_zone {

}

#footer_zone {
   margin-top: 1em;  
}

#popup_zone {
    
}

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

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

.group_line:after {
  clear: both;
}
.row:after {
  clear: both;
}


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

#main_sidebar {
    float: left;
    width: 13em;
    display:none;
}

#main_content {
/*    margin-left: 14em;*/
}

.inner_content {
    min-height: 0;
}

#popup_zone #main_content {
    margin: 0;
}

/**************/
/* Datenschutz 2 Spaltig */
/**************/

.menuid_3 #pageframework_content{
    -webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

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

#frame_zone .success_msg,
#frame_zone #formMsgs {
    border: 1px solid #95ad3c;
    padding: .2em;
    margin: 1em 0;   
}

#frame_zone #formMsgs{
    display:none;
}

#frame_zone #formMsgs::before {
    color: #95ad3c;
    content: "\2713";
    display: inline-block;
    font-family: "mfg_labs_iconsetregular";
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    margin-right: 5px;
}

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

#frame_zone, 
#popup_zone {
    font-family: Verdana,myriad-pro,sans-serif;
    font-size: 0.95em;
    font-weight:300;
    color: #000;
    line-height: 1.2;
}

.frame_zone a, 
.frame_zone a:visited, 
.frame_zone a:active,
.frame_zone a:focus {
    text-decoration: none;
    color: #17375e;
}

.frame_zone a:hover{
    text-decoration:underline;
}


.frame_zone h1,
.frame_zone h2,
.frame_zone h3,
.frame_zone h4, 
.frame_zone h5, 
.frame_zone h6 {
    padding-bottom:0.37em;
    margin: 0;
    font-family: inherit;
    font-weight: normal;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
}

.frame_zone h1 {
    font-size:1.688em;
    line-height:1.185em;

}

.frame_zone h2 {
    font-size:1.4em;
    line-height:1.15em;

}

.frame_zone h3 {
    font-size:1.25em;
    line-height:1.1em;

}

.frame_zone h4 {
    font-size:1.125em;
    line-height:1.1em;

}

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

.frame_zone p {
    margin: 0 0 1em 0;
}

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

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

strike {
    text-decoration: line-through;
}


/**********/
/* INPUTS */
/**********/

.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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #858d90;
    background: #FFF;
    color: inherit;
    font-weight: normal;
}

.group_field input[type=text], 
.group_field input[type=date], 
.group_field input[type=password] {
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
}

.group_field textarea {
    height: 5em;
    padding: 10px 15px 10px;
    white-space: pre;
    resize: none;
    overflow: auto;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000 !important;
    opacity: 0.54;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
    opacity: 0.54;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #000 !important;
    opacity: 0.54;
}
::-ms-input-placeholder {
    color: #000 !important;
    opacity: 0.54;
}
::placeholder {
    color: #000 !important;
    opacity: 0.54;
}

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

.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, 
.field_error select, 
.field_error textarea, 
input.field_error, 
select.field_error, 
textarea.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;
}

.field_error ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C36 !important;
    opacity: 1 !important;
}
.field_error ::-moz-placeholder { /* Firefox 19+ */
    color: #C36 !important;
    opacity: 1 !important;
}
.field_error :-ms-input-placeholder { /* IE 10+ */
    color: #C36 !important;
    opacity: 1 !important;
}
.field_error ::-ms-input-placeholder {
    color: #C36 !important;
    opacity: 1 !important;
}
.field_error ::placeholder {
    color: #C36 !important;
    opacity: 1 !important;
}

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

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

#header_links {
    margin-top: 0;
}

.frame_zone .css_button {
    padding: 0;
    border: 0;
    display: inline-block;
    margin: 2px;
}

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

.frame_zone .css_button a:hover, .frame_zone .css_button a:focus {
    background: #515151;
}

.frame_zone .css_button a:active {
    background: #515151;
}

#btn_reset_search.css_button a,
#btn_online_application_back a {

}

#btn_reset_search.css_button a:hover, 
#btn_reset_search.css_button a:focus,
#btn_online_application_back.css_button a:hover,
#btn_online_application_back.css_button a:focus {

}

#btn_reset_search.css_button a:active,
#btn_online_application_back.css_button a:active {

}

/********************/
/* navigation       */
/********************/

.navbar-container {
    width: auto;
}

.navbar-container:before, .navbar-container:after {
  display: table;
  content: " ";
}

.navbar-container:after {
  clear: both;
}

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

.navbar-nav {
    float: left;
    margin: 0;
}

.nav > li {
    position: relative;
    display: block;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

.navbar-nav > li > a:hover {
    text-decoration: none;
}

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

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


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

.real_table {
    width: 100%;
    margin:2em 0 1em 0;
}

.real_table th,
.real_table td {
    padding: 10px 15px 10px 5px;
    border-bottom: 1px solid #858d90;
}

.real_table th {
    text-align: left;
}

.real_table th a {
    font-weight:normal;
    color: #000 !important;
    white-space: nowrap;
}

.real_table tbody td a {
    display: block;
}

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

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


.distance {
    font-size: 11px;
    color: #333;
}

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

/* jobalert */

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

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

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

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

#sticky_jobalert a:active {
    background: #515151;
}

#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;
    margin: 0;
}

#filter_area .group {
    overflow: auto;
}

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

#filter_area fieldset ul {
    height: 4em;
}

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

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

#filter_area  fieldset ul {
    width: 99.5%;
}

#filter_area .group_field_cb {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 32%;
    padding-left: 2%;
}

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

#filter_area .group_field_btn {
    width: 50%;
    text-align: left;
}

#filter_area .group_field_btn:last-child {
    text-align: right;
}

#filter_area .group_field {
    padding-bottom: 15px;
}

#filter_area .css_button {
    margin: 0;
}

/* joblist navigation */
#joblist_navigator {
    text-align: center;
    padding: 10px 0 0;
}

#joblist_navigator ul.path_nav {
    display: inline-block;
}

.stellen_navi {}

.stellen_navi_sel a {
    color: #000;
    text-decoration: underline;
}

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


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

#login_box {
    font-size: 1em;
}

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


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

/******************/
/* Rexx Sharer */
/******************/

.rexx_sharer{
    display:none;
}

#pageid_pagejob .rexx_sharer {
    display:block;
    float:left;
}

.rexx_sharer a,
.rexx_sharer a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    #pageid_pagejob .rexx_sharer {
        display: block;
        float: none;
    }
}



/************/
/* my_data  */
/************/

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


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

.appointment {
    margin-top: 1em;
}


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


#recommend .group_field label{
    display:inline;
}

#rec_send{
    margin-left:300px;
}

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

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

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

/******************/
/*    Kontakt     */
/******************/
#contact .group_box {
    float: left;
    width: 48%;
    margin: 0;
}

#contact .group_box:first-child {
    padding-right: 4%;
}

#contact .group_line {
    margin-top: 15px;
}

#contact textarea {
    height: 202px;
}

@media (max-width: 767px) {
    
    #contact .group .group_box {
        width: 100%;
        padding: 0;
    }
}


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

/***********************************/
/* ------------ Responsive---------*/
/***********************************/

@media (max-width: 1525px) {
    #sidebar{
        display: none;
    }
}

@media (max-height: 830px) {
    #sidebar {
        display: none;
    }
}



@media (max-width: 1199px) {
    #sticky_jobalert {
        top:450px;
    }
}

@media (max-width: 915px) {

    #frame_zone {
        width: 98%;
        margin: 0 1%;
    }
    .headerRight{
       width:auto;
    }
    #information,
    #sidebar {
        float: none;
        width: 100%;
    }
    #mainNavigation li a {
        font-size: 1.0em;
        padding-right: 1.0em;
    }
    #mainNavigation li{
        padding-right: 0.5em;
    }
}
@media (max-width: 767px) {

    .navbar-toggle{
        display:block;
    }
    .real_table_col3,
    .pageTools,
    .topSearch,
    .navbar-container{
        display: none;
    }
    #nav_full{
        background:#fff;
        opacity:0.75;
    }
    #mainNavigation li {
        float:none;
        border-bottom:1px solid #858d90;
    }
    #mainNavigation li a{
        padding: 0.5em 0 0.5em 0.5em;
    }
    .footerTopLink .copyright,
    .footerTopLink .createdby{
        float: none;
        width: 100%;
        margin:0 0 10px 0;
        padding:0;
    }

    .headerRight,
    .topLinks{
        width:auto;
    }


    .menuid_3 #pageframework_content{
        -webkit-column-count: 1; 
        -moz-column-count: 1; 
        column-count: 1;
    }
}

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

    .frame_zone .css_button,
    .frame_zone .css_button a {
        display: block;
    }
    
    .frame_zone .css_button {
        margin-bottom: 10px;
    }
    
    .real_table_col2,
    #sticky_jobalert,
    .headerRight{
        display: none;
    }
    .footerCall1,
    .footerCall2,
    .footerCall3 {
        width:100%;
        padding-right: 0;
    }
}

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