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

body {
    background: #fff;
    overflow-x: hidden;
}

#header_zone {
    background: #fff;
    height: 110px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

.header_container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header_img {
    max-height: 80px;
}


.header_img a img {
    height: 28px;
    width: auto;
    margin-top: 41px;
}

#frame_zone {
    max-width: 1170px;
    margin: 0 auto;
    padding: 125px 10px 0 10px;
}

#content_zone {

}

#footer_zone {
    margin-top: 90px;
}

#popup_zone {

}

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

.group_line:after {
    clear: both;
}

/** Custom Header **/

.header_right {
    float: right;
    height: 110px;
    display: flex;
}

.header_navi_icon {
    float: left;
    font-size: 50px;
    height: 100%;
    color: #20866b;
    width: 50px;
}

.header_navi_icon_inner {
    padding-top: 30px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 50px;
}

.header_navi_icon_inner a img {
    width: 100%;
}

.navigation_box {
    width: 64px;
    padding: 42px 0px 0 20px;
    font-size: .8em;
    float: right;
    display: block;
}

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

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

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

#frame_zone,
#popup_zone {
    font-family: "Neutral-Regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #222;
    line-height: 1.42857;
}

a,
a:visited,
a:active {
    text-decoration: none;
    color: #428bca;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: #00936f;
    text-rendering: optimizeLegibility;
}

#frame_zone h1 {
    color: #005a64;
}

h1 {
    font-size: 24px;
    font-weight: 600;
}

h2 {
    font-size: 20px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

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

p {
    margin: 0 0 1em 0;
}

p.more_jobs {
    margin-bottom: 2em;
    color: #005a64;
}

p.more_jobs a,
p.more_jobs a:visited,
p.more_jobs a:hover,
p.more_jobs a:focus {
    color: #005a64;
    font-weight: bold;
}

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


/*********/
/* 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: 1px solid #d4e0ee;
    background: #fcfdfe;
    font-weight: normal;
    color: #555555;
}

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

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

fieldset ul {
    width: 100%;
    height: 5em;
    overflow: auto;
    border: 1px solid #d4e0ee;
    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: .5em;
    background-color: #fcfdfe;
}

#filter_area .group {
    background-color: transparent;
}

fieldset,
.fieldset {

}

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

.job_filter legend,
.job_filter .legend,
#job_alert legend,
#job_alert .legend {
    border-right: 1px solid #00936f;
    font-weight: normal;
    color: #FFF;
}


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

.group_box_inner {

}

.group_comment {
    margin: .3em 0;
}

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

.group_line {
    clear: left;
    margin: 15px 0;
}

.group_field {
    padding: 0;
    margin: 0 0 15px 0;
}

.group_field label,
.group_field .label {

}

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


.duty {

}

.asterisk {
    color: #C36;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

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

.cc-btn,
.cc-btn:focus,
.cc-btn:visited,
.cc-btn.cc-deny,
.cc-btn.cc-choose,
.cc-btn:active,
.css_button a {
    display: inline-block;
    padding: .8em 1.8em .6em;
    margin: 0;
    background: #becd32;
    border: 1px solid #becd32;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px !important;
    line-height: 18px;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
}

.cc-btn,
.cc-btn:focus,
.cc-btn:visited,
.cc-btn.cc-deny,
.cc-btn.cc-choose,
.cc-btn:active {
    padding: .8em 0 .6em !important;
}

.cc-cookie .cc-btn,
.cc-cookie .cc-btn:focus,
.cc-cookie .cc-btn:visited,
.cc-cookie .cc-btn.cc-deny,
.cc-cookie .cc-btn.cc-choose,
.cc-cookie .cc-btn:active {
    padding: .8em 1.8em .6em !important;
}

.css_button a:hover, .css_button a:focus {
    opacity: 0.7;
}

.css_button a:active {

}

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

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

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

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


ul.path_nav li img {
    margin-top: -3px;
}

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

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

.real_table th,
.real_table td {
    border-bottom: 1px solid #d4e0ee;
}

.real_table thead th div {
    float: left;
    width: 24.0%;
    padding: .8em .6em .8em .2em;
}

.real_table tbody td div {
    float: left;
    width: 24.0%;
    padding: .8em .6em .8em .2em;
}

.real_table thead th div:last-child,
.real_table tbody td div:last-child {
    padding-right: 0;
}

.real_table tbody td a {
    color: #222;
}

.real_table th {
    text-align: left;
}

.real_table th a {
    color: #222;
}


.real_table tfoot td {
    border: 0;
}

.real_table .alternative_0 td {

}

.real_table .alternative_1 td {

}


.real_table tbody tr:hover {
    background-color: #3C9673;
    color: #fff;
}

.real_table tbody tr:hover td a {
    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: #222;
}

.icon_order_sort_none {
    color: #AAA;
}

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

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

#jobTplContainer {
    max-width: 760px;
}

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

#filter_taetigkeit,
#filter_aufgabengebiet,
#filter_standort,
#filter_gesellschaft {
    width: 32%;
    float: left;
}

#filter_taetigkeit,
#filter_aufgabengebiet {
    margin-right: 1.9%;
}

.autocomplete_span {
    display: inline;
}

#filter_area {
    margin: 1em 0 2em 0;
    background-color: #eff3f6;
    padding: 10px;
}

#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,
#job_alert fieldset ul {
    height: 8em;
}

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

#job_alert fieldset ul li span,
#job_alert select {
    font-size: .9em;
    line-height: 1.7;
}

#job_filter_advanced fieldset ul li span,
#job_alert 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;
}

/* navigation */
#joblist_navigator {
    text-align: center;
    margin: 0 auto;
}

#joblist_navigator .nav_item,
#joblist_navigator .nav_next,
#joblist_navigator .nav_prev {
    display: inline;
    margin-right: .7em;
}

.stellen_navi {
}

.stellen_navi_sel {
    background-color: #D3D3D3;
    padding: 0 6px;
}

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

/* jobalert */
#jobalert_box,
#initiativ_box {
    margin: 3.2em 0 2em;
    /*padding:15px;*/
    border: 0px solid #d4e0ee;
    width: 37%;
    min-height: 150px;
    position: relative;
}

#jobalert_box .buttonholder,
#initiativ_box .buttonholder {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
}

#jobalert_box {
    /*float:right;*/
}

#initiativ_box {
    float: left;
}

#initiativ_box #btn_online_application_job_initiativ a,
#jobalert_box #btn_online_application_job_alert a {
    width: 175px;
    margin: 0;
}


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

#language_selector .selected_lang {

}

#lang_selector {
    float: right;
    margin-bottom: 2em;
}

#lang_selector .layer {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 1000;
    min-width: 113px;
}

#language_selector li a,
#language_selector li span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    color: #20866b;
}

#language_selector li a:hover {
    text-decoration: underline;
    color: #9bd160;
}

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


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

/***********************************/
/* ------------ ICONS -------------*/
/***********************************/
@font-face {
    font-family: 'rexxicons';
    src: url('../fonts/rexxicons-webfont.eot');
    src: url('../fonts/rexxicons-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rexxicons-webfont.woff') format('woff'),
    url('../fonts/rexxicons-webfont.ttf') format('truetype'),
    url('../fonts/rexxicons-webfont.svg#rexxicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: rexxicons;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-cancel:before {
    content: "c";
}

.fa-eye:before {
    content: "h";
}

.fa-attachment:before {
    content: "i";
}

/**biontech customize**/

#selected_lang {
    display: none;
}

/*footer*/

#footer_zone {
    padding: 75px 0 0;
    color: #ffffff;
}

#footer_zone a, #footer_zone p,
#footer_zone li {
    font-family: "Neutral-Regular", Helvetica, Arial, sans-serif;
}

#footer_zone .follow_us p {
    margin-bottom: 10px;
}

#footer_zone .footer_zone_bottom {
    background-color: #004758;
    background-image: url("../images/wave.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#footer_zone a, #footer_zone a:hover,
#footer_zone a:visited, #footer_zone a:active,
#footer_zone a:focus, #footer_zone a:focus-within {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

#footer_zone p.location_adress {
    margin-bottom: 40px;
    line-height: 20px;
}

#footer_zone p.contact_phones {
    margin-bottom: 20px;
    line-height: 20px;
}

#footer_zone a.mail_to {
    font-weight: 600;
    letter-spacing: 0.3px;
}

#footer_zone a.mail_to:hover {
    color: #7383BE;
}

#footer_zone .footerFingerPrint {
    background: url(../images/fingerprint.png);
    background-position: left top 4px;
    background-repeat: no-repeat;
    background-size: 34px 35px;
    padding-left: 45px;
    height: 42px;
    margin-bottom: 19px;
    line-height: 20px;
    cursor: default;
}

#footer_zone .footer_copyright {
    border: 0;
    color: #fff;
    /*clear: both;*/
    width: 100%;
    text-align: center;
    padding: 24px 0 51px 0;
    font-size: 14px;
    font-family: "Neutral-Regular", Helvetica, Arial, sans-serif;
    line-height: 18px;
}

.footer_bar {
    padding: 25px 25px 40px;
    padding: 0;
}

.footer_container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    /*flex-wrap: wrap;*/
}

#footer_zone .footer_message {
    background-color: #F5F5F5;
    padding: 28px 0 30px;
}

#footer_zone .footer_message .footer_container {
    max-width: 1170px;
    height: 56px;
}

.footer_message .connect_to_us {
    color: #004758;
    font-family: "Neutral-Regular", Helvetica, Arial, sans-serif;
    font-size: 30px;
    /*margin-top: 20px;*/
    width: -webkit-fill-available;
    line-height: 1.8;
    letter-spacing: 1px;
}

#footer_zone .footer_message a {
    background: #BECD32 !important;
    border-color: #BECD32;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 500;
    font-family: "Neutral-Medium", Helvetica, Arial, sans-serif;
    width: auto;
    border-radius: 25px;
    line-height: 14px;
    padding: 18px 25px;
    height: 14px;
    min-width: fit-content;
    letter-spacing: 1.1px;
    margin-top: 6px;
}

#footer_zone .footer_links {
    padding: 50px 0 25px 0;
}

.footer_container .column {
    width: 25%;
    padding: 0 15px;
}

.footer_container .column.external_links,
.footer_container .column.follow_us {
    margin-top: 47px;
}

.footer_container .column.external_links ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    /*margin: 1px 0 0 0;*/
}

.footer_container .column.external_links ul li {
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
    margin: 1px 0 9px 0;
}

.footer_container .column.external_links ul li a {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 1px;
}

.footer_container .column .logo-footer {
    width: calc(80% - 6px);
    /*margin-bottom: 20px;*/
    margin: 1px 0 16px 3px;
}

.footer_bar_top {
    padding-bottom: 25px;
}

.copyright {
    font-family: "Open Sans", sans-serif;
    line-height: 1.61;
    font-size: 14px;
}

.footer_bar_bottom {
    display: flex;
    justify-content: space-between;
}

.footer_bar_bottom_left {
    display: flex;
}

.footer_bar_column {
    padding: 0 20px 0 0;
}

.footer_bar_column:last-of-type {
    padding: 0;
}

.footer_bar_column a {
    color: #fff;
    line-height: 1.61;
    font-size: 14px;
}

.footer_bar_column a:before {
    content: '\00BB';
}

#footer_zone .follow_us i.fa {
    font-size: 20px;
    margin-right: 20px;
}

#footer_zone .fa-angle-right:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #BECD32;
    font-size: 16px;
    line-height: 22px;
    float: left;
    padding-right: 5px;
    margin-top: -4px;
}


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

@media (max-width: 1200px) {
    .footer_container {
        max-width: 970px;
    }

    #footer_zone .footer_message .footer_container {
        max-width: 940px;
        flex-wrap: wrap;
        height: unset;
    }

    #footer_zone .footer_message {
        padding: 27px 0 30px;
    }

    .footer_message .connect_to_us {
        white-space: nowrap;
    }

    #footer_zone .footer_message a {
        margin-left: auto;
        margin-top: -1px;
        letter-spacing: 1px;
    }

    #footer_zone .footer_links {
        padding: 51px 0 25px 0;
    }

    .footer_container .column .logo-footer {
        margin: 3px 0 19px 3px;
    }

    .footer_container .column.external_links,
    .footer_container .column.follow_us {
        margin-top: 46px;
    }
}

@media (max-width: 991px) {

    .real_table_col5 {
        display: none;
    }

    .real_table thead th div {
        width: 23.0%;
    }

    .real_table tbody td div {
        width: 23.0%;
    }

    .footer_bar_bottom_left {
        flex-wrap: wrap;
    }

    .footer_bar_bottom {
        display: block;
    }

    .footer_bar_logo {
        display: flex;
        margin-top: 25px;
    }

    .footer_bar_logo a {
        margin: 0 auto;
    }

    .footer_container {
        max-width: 750px;
        flex-wrap: wrap;
    }

    #footer_zone .footer_message {
        padding: 32px 0 20px;
    }

    #footer_zone .footer_message a {
        margin-bottom: 25px;
        margin-top: 0;
    }

    #footer_zone .footer_message .footer_container {
        max-width: 720px;
    }

    #footer_zone .footer_links {
        padding: 46px 0 25px 0;
    }

    .footer_container .column .logo-footer {
        margin: 3px 0 14px 2px;
        width: calc(80% - 4px);
    }

    .footer_container .column {
        width: 100%;
    }

    #footer_zone .footerFingerPrint {
        margin-bottom: 11px;
    }

    .footer_container .column.external_links {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .footer_container .column.follow_us {
        /*margin-top: 10px;*/
        margin-top: 0;
    }

    .footer_container .column.external_links ul li a {
        letter-spacing: 0;
    }

    #footer_zone .footer_copyright {
        padding-top: 23px;
    }


}

@media (max-width: 768px) {

    #jobTplContainer {

    }

    #joblist_navigator {
        width: 100%;
    }

    .real_table_col4 {
        display: none;
    }

    #filter_taetigkeit,
    #filter_aufgabengebiet,
    #filter_standort,
    #filter_gesellschaft {
        width: 48%;
        margin-bottom: 15px;
    }

    #filter_aufgabengebiet,
    #filter_standort {
        margin-right: 2%;
    }

    #filter_taetigkeit,
    #filter_gesellschaft {
        margin-right: 0;
    }

    .real_table div {
        width: 31% !important;
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        max-width: 250px !important;
    }

    .footer_message .connect_to_us {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 3px;
        white-space: unset;
        text-align: center;
    }

    #footer_zone .footer_message a {
        width: 100%;
        margin-bottom: 24px;
    }

    .footer_container .column .logo-footer {
        margin: 4px 0 14px 0;
        width: 80%;
    }

    #footer_zone p.location_adress {
        line-height: 24px;
        margin-bottom: 44px;
    }

    #footer_zone p.contact_phones {
        line-height: 24px;
        margin-bottom: 22px;
    }

    #footer_zone .footerFingerPrint {
        margin-bottom: 28px;
        background-position: left top 2px;
    }

    #footer_zone .footerFingerPrint a {
        margin-top: 2px;
    }

    .footer_container .column.external_links {
        width: calc(50% - 30px);
        border-top: 1px solid #BECD32;
        padding-top: 26px;
    }

    .footer_container .column.external_links ul li {
        height: unset;
        margin-bottom: 8px;
    }

}

@media (max-width: 480px) {

    #header_zone {
        height: 80px;
    }

    .header_img a img {
        height: 18px;
        margin-top: 31px;
    }

    .header_right {
        height: 80px;
        flex-direction: row-reverse;
    }

    .header_navi_icon_inner {
        padding-top: 15px;
    }

    .navigation_box {
        padding: 50px 15px 0 0;
    }

    #filter_area .group_field_cb {
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }

    .css_button,
    .css_button a {
        display: block;
    }

    .css_button {
        margin-bottom: 10px;
    }

    .real_table_col3, .real_table_col4, .real_table_col5 {
        display: none;
    }

    .real_table div {
        width: 46% !important;
    }

    #application_box .group_field {
        width: 98% !important;
    }

    #jobalert_box,
    #initiativ_box {
        width: 99%;
        padding-right: 0;
        padding-left: 0;
    }

    #jobalert_box {
        float: left;
    }

    #filter_taetigkeit,
    #filter_aufgabengebiet,
    #filter_standort,
    #filter_gesellschaft {
        width: 99%;
        margin-right: 0;
    }

}

@media (max-width: 320px) {

    .real_table_col2 {
        display: none;
    }

    .real_table div {
        width: 98% !important;
    }
}
