/* $Id: base.css,v 1.149 2019/09/20 09:19:51 jtorborg Exp $ */

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

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

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

#frame_zone {
    width:auto;
}

#header_zone {
    margin-bottom:1em;
}

#content_zone {
    background-color: #FFF;
    padding-bottom: 55px;
}

#footer_zone {
   margin-top:1em;
}

#popup_zone {

}


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

#main_content {
    /*margin-right: 20px;
    margin-left: 20px;*/
}

.inner_content {
    min-height:0;
}

#popup_zone #main_content {
    margin:0;
}

.container, .inner_content {
    max-width: 1164px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#intranet_marker {
    float: left;
    margin-top: 26px;
    margin-left: 45px;
    font-weight: bold;
    font-size: 22px;
    color: #000;
}

@media (max-width: 767px) {
  #intranet_marker {
      margin-top: 16px;
      margin-left: 10px;
      font-size: 16px;
  }
}

@media (max-width: 520px) {
  #intranet_marker {
    margin-top: 6px;
    font-size: 14px;
    width: 84px;
  }
}

@media (max-width: 450px) {
  #intranet_marker {
    display: none !important;
  }
}



/**************/
/* 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: #F03;
    border: 1px solid #F03;
    color: #FFF;
    text-align: center;
    padding: 20px;
    margin: 10px 0;
}

#pageid_pagejob .error_msg {
    margin: 100px 0;
}

.error_msg a, .error_msg a:visited {
    color: #fff;
    font-weight: bold;
}

.error_msg a:hover {
    color: #fff;
    text-decoration: underline;
}

.success_msg {
    background-color: #00BC1F;
    text-align: center;
    color: #FFF;
    border: 0;
    padding: 20px;
    margin: 10px 0;
}

/*********************/
/* background-Images */
/*********************/

.bgwrap-welcome,
.bgwrap-joboffers,
.bgwrap-jobpage,
.bgwrap-account,
.bgwrap-etc,
.bgwrap-bewerbung {
    background-size: cover !important;
    background-position: center;
    position: relative;
    border-bottom: 1px solid #fff;
    border: 0;
    color: #FFF;
    min-height: 100px;
}

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

#frame_zone,
#popup_zone {
    font-family: "Interstate Light", sans-serif;
    font-size: 18px;
    color: #666;
    line-height: 1.4em;
}

a,
a:visited,
a:active,
a:focus {
    text-decoration: none;
    color: #F03;
}

a:hover {
    color: #666;
    text-decoration: none;
}

h1 {
    /*margin: .5em 0 .5em 0;*/
    margin: 0;
    color: #F03;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    font-family: "Interstate", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
    /*margin: .5em 0 .5em 0;*/
    margin: 0;
    color: #666;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 24px;
}

#headline_first {margin: 45px 0;}

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

p {
    margin: 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;
}


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

/* elements */
input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=text],
input[type=password],
input[type=file],
select,
textarea {
    width: 100%;
    line-height: 20px;
    font-size: 18px;
    color: #666666;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
    background-color: #F2F2F2;
    border: 2px solid #F2F2F2;
    padding: 13px 20px;
    height: 50px;
    font-weight: bold;
}

input:focus::-webkit-input-placeholder{
    color: transparent!important;
}
input:focus::-moz-placeholder{
    color: transparent!important;
}
input:focus:-moz-placeholder{
    color: transparent!important;
}

textarea {
    height: 150px;
    white-space:pre;
    resize: none;
    overflow: auto;
    line-height: 24px;
}

#job_filter_basic .input_box {
    padding-left: 20px;
}

#volltext {
    border: 0;
    background: #fff;
    padding: 20px 20px;
    line-height: 24px;
    height: 64px;
    width: 238px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    color: #d8d8d8;
}

.volltext-icon {
    display: inline-block;
    vertical-align: top;
    height: 64px;
    width: 38px;
    line-height: 64px;
    background: #fff;
    color: #f03;
}

.volltext-icon:hover {
    color: #666;
    cursor: pointer;
}

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

fieldset,
.fieldset {

}

legend,
.legend {
    display:block;
    color: #666;
    font-weight: bold;
    padding: .3em 0;
    width:100%;
}

.group_box,
.group .actions,
.group .other_actions {
    padding: 0;
    margin: 0;
}
#contact .group_box{
    margin-bottom: 12px;
}
#contact_links #btn_contact_form{
    margin: 0 0 0 16px;
}
.group_box_inner {

}

.group_comment {
    margin: .3em 0;
}

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

.group_field {
    padding:0;
    margin: 0;
    margin-bottom: 24px;
}
#contact .group_field, #my_data .group_field, #pw_request .group_field, #application_login .group_field {
    margin-bottom: 24px;
}

.group_field label,
.group_field .label {
    font-size: 16px;
    line-height: 1;
    color: #666;
    display: block;
    margin-bottom: 10px;
}

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

.duty {
   color: #B9B9B9;
}

.asterisk {
    color: #666;
}

.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 {
    border-color: #F03;
}

.field_error label {
    color: #F03;
}
.field_success label {
    /*color: #F03;*/
}




/*************/
/* 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 20px;
}
#btn_contact_form a{
    padding: 13px;
}
.css_button.gray a {
    padding: 13px;
}
.css_button a {
    margin:0;
    padding:0;
    background: #F03;
    border: 0;
    padding: 20px;
    text-decoration:none;
    font-size: 18px;
    font-family: "Interstate Light", sans-serif;
    font-weight:normal;
    font-style:normal;
    color: #FFF;
    cursor:pointer;
    display:inline-block;
    white-space:nowrap;
    line-height: 24px;
    height: 24px;
    min-width: 210px;
    text-align: center;
}

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

.css_button.green a {
    text-align: center;
    background: #00BC1F;
}

.css_button.green a:hover {
    background: #00AF1D;
}

.css_button.grayred a, .css_button.graygreen a, .css_button.gray a {
    background: #666;
}

.css_button.grayred a:hover {
    background: #F03;
}

.css_button.grayred a:active {
    background: #D4042E;
}

.css_button.graygreen a:hover {
    background: #00BC1F;
}

.css_button.graygreen a:active {
    background: #00AF1D;
}

.css_button.gray a:hover {
    background: #4B4B4B;
}

.css_button i {
    margin-right: 20px;
}

.position_jobform {
    position: absolute;
    top: 46px;
    left: 104px;
}

.position_jobpage {
    position: absolute;
    top: 368px;
    left: 104px;
}

.position_jobtemplate {
    position: absolute;
    left: 104px;
    bottom: 20px;
}

#btn_online_application_back a {
    width: 292px;
    text-align: center;
}

.btn_apply_now {
    margin-left: 0;
}

.btn_apply_now a {
    text-align: left !important;
}

.btn_apply_now a > i {
    margin-right: 35px;
}

.btn_share {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.btn_share a {
    color: #00B3D9;
}

.btn_share a:hover {
    color: #666;
}

.emp_box_button .css_button {
    margin: 0;
}

.emp_box_button .css_button a {
    width: 168px;
    min-width: 0;
    text-align: left;
}

.emp_nr_outerframe .css_button a {
    color: #fff !important;
    text-decoration: none !important;
}

#btn_cvparser {
    margin: 33px 0 30px;
}

.btn_xing {
    margin-left: 0;
    vertical-align: top;
}

.btn_linkedin {
    margin-left: 99px;
    vertical-align: top;
}

.btn_xing a, .btn_linkedin a, #btn_cvparser a {
    padding: 13px 20px;
    background: #666;
    width: 272px;
}

.btn_xing a {
    padding: 8px 20px 16px;
    line-height: 26px;
    height: auto;
}

.xing-text-pre,
.xing-text-after  {
    line-height: 18px;
    display: inline-block;
    vertical-align: bottom;
}

.btn_xing .fa {
    vertical-align: top;
}

.btn_xing a:hover, .btn_linkedin a:hover, #btn_cvparser a:hover {
    background: #4B4B4B;
}

.btn_xing a > i, .btn_linkedin a > i {
    font-size: 24px;
    margin-right: 5px;
    margin-left: 5px;
}

#application_confirm_account .css_button,
#application_login .css_button {
    margin-left: 0;
}

#btn_alljobs a {
    display: inline-block;
    color: #fff;
    background-color: #F03;
    border-color: #F03;
    margin: 16px 6px 0 0;
    padding: 9px 20px 6px;
    font-size: 16px;
    line-height: 24px;
}

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

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

ul.path_nav li {
    display: inline;
    margin-right: 10px;
}

#joblist_navigator {
    margin-bottom: 100px;
}

#joblist_navigator li {
    display: inline-block;
}

#joblist_navigator li > a {
    color: #F03;
    font-weight: bold;
    padding: 0;
    line-height: 26px;
    height: 26px;
    text-decoration: none;
    float: left;
    /*width: 20px;*/
}

#joblist_navigator li > a:hover {
    color: #666;
    font-size: 24px;
}

#joblist_navigator li.stellen_navi_sel > a {
    font-size: 24px;
    text-decoration: underline;
}


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

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

.real_table th,
.real_table td {
    padding:.4em;
    border-bottom:1px solid #000;
}

.real_table th {
    background-color:#D3D3D3;
    text-align:left;
}

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

ul.real_table {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 100px;
}

.real_table li {
    color: #666;
    width: 100%;
}

.real_table_head li, .real_table_head a {
    color: #B9B9B9 !important;
}

/*.col1 a:visited, .col1 a a:visited, .col2 a:visited, .col2 a a:visited, .col4 a:visited, .col4 a a:visited {
    color: #ccc;
}

.col1 a, .col1 a a, .col2 a, .col2 a a, .col4 a, .col4 a a {
    color: #666;
}*/

.real_table li a.more-infos {
    color: #666;
}

a.more-infos i, .btn_share a i {
    margin-right: 15px;
    color: #B9B9B9;
}

.real_table li a.more-infos:hover {
    color: #F03;
}

li.real_table_content {
    cursor: pointer;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
}

.real_table_content.activ, .real_table_content_more {
    background-color: #F2F2F2;
}


li.real_table_content_more {
    margin-bottom: 10px;
    padding: 0;
}

li.real_table_content_more [class*="col"] {
    height: 205px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.real_table_content_more .job_teaser {
    max-height: 160px;
    margin-bottom: 10px;
    padding-right: 20px;
    line-height: 26px;
    overflow: hidden;
}

.contact-col1, .contact-col2 {
    display: block;
    float: left;
    min-height: 1px;
}

[class^="col"] {
    display: block;
    float: left;
    min-height: 1px;
    padding: 20px 0;
    height: 32px;
    line-height: 32px;
}

.col1 {
    /*width: 40%;*/
    width: 580px;
}

.col2 {
    width: 270px;
    padding-left: 60px;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    /*width: 20%;*/
}

.col3 {
    width: 120px;
    padding-left: 30px;
/*     width: 20%; */
}

.col4 {
    width: 232px;
/*     width: 20%; */
}

.col5 {
    padding-left: 60px;
    width: 360px;
}

.real_table_content_more .col2 {
    width: 174px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#order_dir_img {
    margin-left: 10px;
    width: 11px;
    display: inline-block;
    vertical-align: middle;
}

.col3 #order_dir_img {
    vertical-align: baseline;
}

.col1.wrap-middle p {
    width: 460px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-middle {
    height: 72px;
    /*display: table;*/
    padding: 0;
}

.wrap-middle .middle {
    display: flex;
    padding: 20px 0;
}

.wrap-middle .middle a {
   color: #666;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.job_details:first-child {
    margin-bottom: 40px;
}

/**************/
/*   topjob   */
/**************/

.divtopjob1{
    float:left;
    margin: 0px 10px 0 0;
}

.divtopjob2{
    float:left;
    margin: 8px 10px 0 0;
}

.divtopjob3{
    float:left;
    margin: 8px 10px 0 0;
}

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

}

#filter_area {
    padding-top: 53px;
}

#filter_area fieldset select {
    width: 210px;
}

/* navigation */

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

/* jobalert */
#jobini_container .row {
    display: flex;
    justify-content: center;
}

#jobalert_box, #initiativ_box,
#career_box1, #career_box2 {
    width: 532px;
    background: #f2f2f2;
    margin-bottom:1em;
    padding: 30px 20px 50px 20px;
    text-align: center;
    float: left;
}

#initiativ_box .tshare-box {
    padding: 70px 0;
}

#jobalert_box h2 {margin: 0;}

#jobalert_box .fa {
    color: #f03;
    font-size: 38px;
    margin: 40px 0;
}

#jobalert_box .css_button,
#initiativ_box .css_button {margin: 0 0 0 0;}

#jobalert_box .css_button a,
#initiativ_box .css_button a {padding: 13px 20px;}

#initiativ_box {margin-left: 20px;;margin-bottom: 100px;}
#jobalert_box {margin-bottom: 100px;}

#jobalert_box form {
    margin-top: 30px;
}

#jobalert_box #job_alert_mail_input {
    width: 260px;
    background-color: #FFF;
    border: 2px solid #FFF;
    margin-right: 15px;
    color: #b9b9b9;
    font-weight: normal;
}

#jobalert_box input::-webkit-input-placeholder {
   color: #b9b9b9;
}

#jobalert_box input:-moz-placeholder {
   color: #b9b9b9;
}

#jobalert_box input::-moz-placeholder {
   color: #b9b9b9;
}

#jobalert_box input:-ms-input-placeholder {
   color: #b9b9b9;
}

#jobalert_box .css_button a {
    min-width: 1px;
}

#career_box1 {
    background: url(../images/Du_hast_Talent_Stage.png) no-repeat #000;
    background-size: cover;
    color: #fff;
    height: 383px;
}

#career_box1 h2 {
    color: #fff;
    margin-bottom: 45px;
}

#career_box1 p {
    width: 82%;
    margin: 0 auto;
    line-height: 1.5em;
}

#career_box1 .career_types {
    font-family: Interstate, sans-serif;
    margin: 30px 0 52px 0;
    line-height: 1.5em;
}

#career_box1 .css_button a {
    min-width: 359px;
    padding: 13px;
}

#career_box2 {margin-left: 20px;}

#career_box2 h2 {margin-bottom: 45px;}

#career_box2 p {line-height: 1.5em;}

#career_box2 .career_categories {
    margin: 26px 0 26px 0;
    text-align: center;
}

.cg-col {
    display: inline-block;
    width:80px;
    margin-right: 18px;
}

.cg-col:last-child {margin-right: 0;}

#career_box2 .css_button a {
    min-width: 149px;
    padding: 13px;
}

.white_circle {
    transition: all 0.5s ease;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #FFF;
    color: #F03;
    border-radius: 50%;
    margin-right: 16px;
    vertical-align: top;
}

.white_circle:hover {
    background: #F03;
    color: #FFF;
}

.white_circle .fa {
    font-size: 40px;
    margin-top: 18px;
}

.white_circle .fa-marketing {
    font-size: 46px;
    margin-top: 22px;
}

.activ.white_circle {
    background: #F03 !important;
    color: #FFF !important;
}

.cgtext {
    font-size: 13px;
    line-height: 1.4em;
    font-family: Interstate, sans-serif;
    margin-top: 15px;
}

#agenturplace {
    background: #2b3346;
    padding: 50px 0 216px 0;
}


#number_jobs {
    color: #ff0033;
    font-size: 152px;
    line-height: 1;
    font-family: "Interstate", sans-serif;
    font-weight: bold;
    display: inline-block;
    padding-right: 20px;
}

#number_jobs_text {
    color: #666;
    font-size: 56px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    padding-top: 14px;
}



.group_field_cb {
    margin-left: 19px;
}

.group_field_cb:last-child {

}

#jobs_headline, #job_filter_basic {
    display: block;
    float: left;
}

#jobs_headline {
    width: 868px;
}

#job_filter_basic {
    padding-top: 88px;
    width: 296px;
}

#job_filter_advanced {
    margin-top: 0;
}

.job_filter_multiselect .group_line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.job_filter_multiselect .group_line:before,
.job_filter_multiselect .group_line:after {
    display: none;
}

.job_filter_multiselect .group_line .group_field_cb {
    width: 24%;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 1220px) {

    .job_filter_multiselect .group_line .group_field_cb {
        width: 49%;
        margin: 0;
    }
}

@media (max-width: 767px) {

    .job_filter_multiselect .group_line .group_field_cb {
        width: 100%;
        margin: 2px 0;
    }
}

.btn_cancel {
    display: none;
}
.btn_cancel a i{
    display: block;
}
.btn_cancel a {
    display: block;
    background: #F03;
    color: #FFF;
    height: 24px;
    width: 24px;
    font-size: 24px;
    padding: 20px;
    text-align: center;
}

.btn_cancel a:hover, btn_cancel a:active {
    background: #666;
}

.share-box {
    display: inline-block;
    background: #fff;
    /*border: 1px solid #DDD;*/
    -webkit-box-shadow: 1px 0px 5px 3px rgba(221,221,221,0.8);
    -moz-box-shadow: 1px 0px 5px 3px rgba(221,221,221,0.8);
    box-shadow: 1px 0px 5px 3px rgba(221,221,221,0.8);
    padding: 20px 0 20px 25px;
}

.share-box a {
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    color: #F03;
    margin-right: 25px;
}
.sharex_link a {
    font-size: 42px;
    margin-right: 6px;
}

.share-box a:hover {
    color: #666;
}

.img-linkedin-r {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: url(../images/linkedin_icon.png);
}


/********************/
/*  NAVBAR & Login  */
/********************/

#nav_header {
    display: block;
    color: #666666;
    height: 74px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #eaeaea;
}

#nav_footer {
    background-color: #ECEDEE;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.navbar-container {
    width: 100%;
    max-width: 1204px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.nav {
    list-style-type: none;
    padding: 8px 0;
    margin:0;
    display: block;
    float: left;
}

#nav_footer .nav {
    padding: 15px 0;
}

.nav > li {
    float: left;
    padding-right: 50px;
}

.nav li > a {
    color: #666666;
    text-decoration: none;
}

.nav li > a:hover {
    color: #ff0033;
}

.navbar-brand {
    margin-top: 16px;
}

.navbar-brand >img {
    height: 42px;
}

#nav_main_74 {
    padding-right: 0;
}

#nav_main_1 {display: none;}

.nav.collapsed #nav_main_1 {display: list-item;}

/* ----- TopMenu ----- */
.topmenu {
    display: flex;
}

.topmenu .box {
    float: left;
    display: block;
    position: relative;
}

.topmenu .box > a {
    padding: 8px 20px;
    display: block;
    background: #f03;
    color: #fff;
    width: 84px;
    text-align: center;
    line-height: 20px;
}

.topmenu .box.active > a {
    background: #666;
    color: #fff;
}

.topmenu .box > a:hover {
    background: #666;
}

.topmenu .box .layer {
    display: none;
    width: 298px;
    position: absolute;
    background: #666;
    top: 34px;
    left: -174px;
    z-index: 1000;
}

#account_box {
    padding: 20px;
}

#account_btn {
    display: block;
    margin: 0;
}

#account_btn a {
    color: #fff !important;
    padding: 13px;
    display: block;
    min-width: 0;
}

#logout_link {
    margin: 30px 0 7px;
    text-align: center;
}

#logout_link a {
    color: #fff !important;
    font-size: 12px;
    padding-bottom: 1px;
    border-bottom: 1px solid #FFF;
}

#logout_link a:hover {
    color: #fff;
}

.activ_menu > a {
    color: #F03 !important;
}



/* ----- Loginbox ----- */

#login_box {
    display: none;
}

#login_box .actions {
    margin:0;
}

#login_menu {

}

#forgot_password {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}

#forgot_password a {
    color: #fff !important;
}

#forgot_password a:hover {
    color: #fff !important;
    text-decoration: underline;
}

#login_box input[type="text"],
#login_box input[type="password"] {
    width: 100%;
    padding: 10px;
}

#login_box .group {
    padding: 20px;
}

#login_box .group_comment {
    color: #fff;
    font-size: 14px;
    margin: 0 0 20px 0;
}

#login_box label {
    color: #fff;
}

#login_box .group_field {
    margin-bottom: 20px;
}

#login_cssbutton {
    display: block;
    margin: 0;
}

#login_cssbutton a {
    color: #fff !important;
    padding: 13px;
    display: block;
    min-width: 0;
}

#login_box input {
    background-color: #ECEDEF;
    border: 2px solid #ECEDEF;
}

#login_box input::-webkit-input-placeholder {
   color: #666;
   font-weight: normal;
}

#login_box input:-moz-placeholder {
   color: #666;
   font-weight: normal;
}

#login_box input::-moz-placeholder {
   color: #666;
   font-weight: normal;
}

#login_box input:-ms-input-placeholder {
   color: #666;
   font-weight: normal;
}


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

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


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

#language_selector {
    padding: 8px 0;
    margin: 20px 14px 0;
    visibility: visible;
}
#language_selector ul.path_nav {
    margin:0;
}
#language_selector ul li {
    margin-right: 0;
}
#language_selector ul li:first-child {
    margin-right: 5px;
}

#language_selector .selected_lang {
    color: #b9b9b9;
}

#language_selector a,
#language_selector a:visited {
    color: #666;
}

#language_selector a:hover,
#language_selector a:active,
#language_selector a:focus {
    /*color: #f03;*/
    color: #000;
}

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

.addthis_toolbox {
    float:right;
}

.addthis_toolbox a {
    text-decoration:none;
}


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

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

#pageid_pagemydata .inner_content {
    max-width: 728px;
}

.my_app_group {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.my_app_group:last-child {
    border: none;
}

.my_app_group h2 {
    padding-bottom: 25px;
}

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

.appointment {
    margin-top:1em;
}

/******************/
/* CONTACT SUPPORT */
/******************/
#contact {
    margin-bottom: 170px;
}

.h2_kontakt {
    color: #f03;
    margin: 55px 0 45px 0;
}

#contact form {
    max-width: 832px;
}
#contact_links{
    border-top: 0px solid #DDD;
}
.contact-col1 {
    width: 312px;
    margin-right: 84px;
}

.contact-col2 {
    width: 436px;
}

#contact textarea {
    height: 250px !important;
}

#contact .group_comment {
    margin: 10px 0 60px;
}

#contact .css_button a {
    min-width: 134px;
}

.contact-col1 .asterisk {
    display: none;
}

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

.container:before, .inner_content:before, .container:after,
.group_line:before, .group_line:after,
.row:before, .row:after, .inner_content:after,
.navbar-container:before, .navbar-container:after,
.navbar:before, .navbar:after {
    content: " ";
    line-height: 0;
    display: table;
}

.container:after, .inner_content:after, .group_line:after,
.row:after, .navbar-container:after, .navbar:after {
    clear: both;
}

/* ------------- SELECT BOX ------------------------------ */
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font-family: "Interstate Light", sans-serif;
  font-size: 18px;
  font-style: italic;
  color:#666666;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */

#adac_rp_destSelectBoxIt{
    width:240px !important;
}

#filter_joboffers #countrSelectBoxItContainer .selectboxit,
#filter_joboffers #aufgabengebietSelectBoxItContainer .selectboxit,
#filter_joboffers #taetigkeitSelectBoxItContainer .selectboxit,
#filter_joboffers #job_field_280SelectBoxItContainer .selectboxit
{
    width:260px !important;
}

#radius_search_rangeSelectBoxItContainer .selectboxit {
    width:132px !important;
}

#header-quick-formular .selectboxit {
    width: 250px !important; /* Width of the dropdown button */
}

.selectboxit-container .selectboxit {
  width: 100%; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 20px 15px;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  color:#FFF;
  text-decoration:none;
  font-style: normal;
  height: 24px; /* Height of the drop down */
  line-height: 24px; /* Vertically positions the drop down text */
  display: block;
}

.selectboxit-container .selectboxit-options a {
    color: #FFF;
    background: #F03;
    padding: 10px;
}

.selectboxit-container ul li a {
  font-style:normal !important;
}


/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  /*opacity: 0.65;
  filter: alpha(opacity=65);*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  font-style:italic;
  text-indent: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width:85%;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 0px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 2px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 25px;
  position: absolute;
  right: 16px;
  border-left: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 25%;
  font-size: 14px;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.selectboxit.selectboxit-btn {
    width: 246px
}
.selectboxit.selectboxit-btn.with_reset {
    width: 225px;
}

.selectboxit.selectboxit-btn.selectbox-activ {
    background: #666;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #F03;
  border: 0;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 9px solid #FFF;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.selectboxit-default-arrow:hover {
  border-top: 8px solid #FFF;
}

.selectboxit-list {
  background-color: #ffffff;
  /*border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-top: 1px solid #FFF;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #FFF;
  background-color: #D4042E;
  font-style:italic;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.selectbox-activ .selectboxit-arrow-container {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    height: 64px;
    width: 39px
}

.selectbox-activ .selectboxit-arrow-container .selectboxit-arrow {
    top: 0;
    line-height: 64px;
    padding-left: 5px;
}

/* ----------- */
.ui-widget-content {
    border: 1px solid #f2f2f2;;
    background: #fff;
}

.ui-dialog .ui-dialog-content {
   overflow: hidden;
}

.ui-widget-header {
    border: 0;
    background: #fff;
    color: #666;
}

.ui-widget-overlay {
    background: #666;
    opacity: .20;
    filter:Alpha(Opacity=20);
}

.ui-dialog .ui-dialog-title {
    float: none;
    margin: 0;
}

.ui-widget-header {
    text-align: center;
    font-size: 24px;
    line-height: 1em;
}

.ui-dialog .ui-dialog-titlebar {
    padding-top: 25px;
}

.ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*.ui-widget-content .ui-icon {background-image: none; }*/

.job_favourite_star_active {
    font-family: PSIcons;
    color: #FFC500;
    padding-left: 20px;
    display: inline-block;
}

.job_favourite_star_inactive {
    font-family: PSIcons;
    /*color: #828282;*/
    padding-left: 20px;
    display: inline-block;
}

#stars_sort_href {
    font-family: PSIcons;
    font-size: 24px;
    padding-left: 20px;
}

.interstatebold {
  font-family: Interstate, sans-serif;
  font-style: normal;
  font-weight: bold;
}

.interstatelight {
  font-family: "Interstate Light", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.sticky-jobsearch {
    position: fixed;
    top: 642px;
}

.sticky-jobsearch a {
    color: #fff;
    background: #F03;
    display: block;
    padding: 20px;
    text-transform: uppercase;
}

.sticky-jobsearch a:hover {
    color: #fff;
    background: #D4042E;
}

.sticky-jobsearch .job {
    font-family: Interstate, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

.sticky-jobsearch .search {
    font-family: "Interstate Light", sans-serif;
    font-style: normal;
    font-weight: normal;
}

#jobs_germany_total {
    font-weight: 900;
    color: #B9B9B9;
    padding: 0px 0px 0px 30px;
    margin-top: 30px;
    position: relative;
    float: left;
    left: 0;
    top: 0;
    border: 0;
    text-align: left;
    width: 30%;
    height: auto;
    line-height: 0.75em;
}

#jobs_germany_total_number {
    font-family: Interstate, sans-serif;
    font-size: 52px;
    float:left;
    line-height: 1em;
}

#jobs_germany_total_jobs {
    float: left;
    font-weight: normal;
    padding-left: 5px;
    padding-top: 4px;
    font-size: 22px;
    line-height: 1em;
}

#jobs_germany_total_country {
    float:left;
    font-family: Interstate, sans-serif;
    font-weight: bold;
    line-height: 1em;
}

#jobs_location_total_box {
    display: none;
    position: relative;
    float: left;
    right: 0;
    top: 0;
    width: 33%;
    border: 0;
    padding-top: 85px;
}

#jobs_location_total {
    border: 0px solid blue;
    border-radius: 50%;
    background-color: #f03;
    color: #fff;
    width: 126px;
    height: 126px;
    margin: auto;
    margin-bottom: 20px;
/*    position: absolute;
    bottom: 88px;*/
    left: 50%;
}

#jobs_location_total_number, #jobs_location_total_name {
    font-family: Interstate, sans-serif;
    font-weight: bold;
    font-size: 44px;
    line-height: 1em;
    padding-top: 30px;
}

#jobs_location_total_name {
    font-size: 30px;
    padding-top: 10px;
}

#jobs_location_total_jobs, #jobs_location_total_in {
    font-size: 24px;
    line-height: 1em;
}

#job_map {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

.claim-jp {
    position: absolute;
    right: 0;
    bottom: 72px;
    width: 350px;
    height: 166px;
    width: 401px;
    height: 196px;
}
.c1 {
    float:right;
}
.c2 {
    float:right;
}
.c3 {
    float:right;
}
.claim-jp .c3 {
    margin-right: 56px;
}
.claim-jp .c1 .ct {
    background-color: #FF0033;
    color:#FFFFFF;
    font-size:21px;
    line-height: 21px;
    padding:20px 80px 0 60px;
    text-align:right;
}
.claim-jp .c2 .ct {
    background-color: #FF0033;
    color:#FFFFFF;
    font-family:Interstate, sans-serif;
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
    padding: 20px 80px 15px 20px;
    text-align:right;
}

.claim-jp .c3 .ct {
    background-color: #FF0033;
    color:#FFFFFF;
    font-family:Interstate, sans-serif;
    font-size: 56px;
    line-height: 44px;
    font-weight: bold;
    padding:0 25px 20px 20px;
    text-align:right;
}

#claim_opener.claim-jp {
    height: 123px;
    width: 610px;
    bottom: 94px;
}

#claim_tipps.claim-jp {
    height: 123px;
    width: 350px;
    bottom: 94px;
}

#claim_opener .c1 .ct, #claim_tipps .c1 .ct{
    background-color: #FF0033;
    color: #FFFFFF;
    font-family: "Interstate", sans-serif;
    font-size: 56px;
    line-height: 1.2em;
    font-weight: bold;
    padding: 15px 80px 15px 40px;
    text-align: right;
    position: relative;
}

#claim_opener .c2 .ct, #claim_tipps .c2 .ct {
    background-color: #FF0033;
    color: #FFFFFF;
    font-family: "Interstate", sans-serif;
    font-size: 56px;
    line-height: 1.2em;
    font-weight: bold;
    padding: 15px 40px 15px 40px;
    text-align: right;
    margin: -27px 40px 0 0;
}

.hide {
    display: none !important;
}

#jobini_link {
    width: 100%;
    text-align: center;
    margin: 20px 0 40px 0;
}

#job_filter_advanced .selectboxit-container ul li:first-child {
    visibility: hidden;
    display: none;
}

.langid_eng #nav_main_78,
.langid_eng #nav_main_79,
.langid_eng #nav_main_73,
.langid_eng #nav_main_72,
.langid_eng #nav_main_74 {
    display: none;
}


/******************/
/* JOBALERT       */
/******************/
#job_alert_filter_adv {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.job_alert_filter {
    width: 32%;
}

.job_alert_filter legend {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #F03;
    color: #fff;
    padding: 19px 30px 19px 15px;
    font-family: "Interstate Light", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
}

.job_alert_filter fieldset ul {
    display: block;
    width: auto;
    height: 200px;
    overflow: auto;
    border: 1px solid #ececed;
    list-style: none;
    background-color: #FFF;
    padding: 0;
    margin: 0;
}

.job_alert_filter fieldset ul li {
    width: 100%;
    overflow: hidden;
    padding: 4px 0;
    background: none;
}

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

.job_alert_filter fieldset ul label span {
    display: block;
    color: #666;
    line-height: 1.2;
}

#jobalert_links {
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    #job_alert_filter_adv {
        flex-wrap: wrap;
    }

    .job_alert_filter {
        width: 100%;
    }
}
