/* $Id: base.css,v 1.55 2016/11/28 11:25:05 vgaus Exp $ */

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

#frame_zone {
    width: 100%;
    /*
    max-width: 768px;
    margin: 0 auto;
    */
}

.header {
    height: 63px;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-bottom: 1px solid #f5f4f4;
}
.header-logo img {
    max-width: 240px;
}
/*
.header-logo {
    background-color: #e50654;
    display: block;
    width: 238px;
    height: 100%;
    position: relative;
    text-indent: -9999px;
    z-index: 10;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.header-logo::after {
    background-image: url('../images/sprites-2x.png');
    background-repeat: no-repeat;
    background-size: 400px 500px;
    content: ' ';
    display: block;
    position: absolute;
    left: 62px;
    top: 20px;
    width: 154px;
    height: 22px;
}
*/

.header-nav {
    position: absolute;
    right: 128px;
    left: 128px;
    top: 0;
    text-align: center;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
}

.header-nav-links {
    background: #fff;
    min-width: 700px;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}
.header-nav-links li {
    display: inline-block;
}
.header-nav-links a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 43px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
}


.frame_zone .header-nav-links a,
.frame_zone .header-nav-links a:visited,
.frame_zone .header-nav-links a:active{
    color: #333;
}

.frame_zone .header-nav-links a:hover,
.frame_zone .header-nav-links a.is-selected{
    color: #e50654;
}

#language_selector img{
    margin-top: 20px;
}

.l-container {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    max-width: 1436px;
    margin: 0 auto;
    margin-bottom: 0px;
    box-sizing: border-box;
}
.g-span8{
    width: 66.16%;
    margin:0 auto;
}

#HeaderImg img{
    width: 100%;
}


#main_content {
    margin-top: 70px;
}

#main_content img{
    width: 100%;
}

#pageid_pagejob #header_img{
    display: none;
}

#footer_zone {
   margin-top: 1em;  
}

.footer {
    background: #000;
    padding: 50px 0;
    position: relative;
}
.footer-social, .job_social_sharer_list {
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}
.footer-social li, .job_social_sharer_list li {
    display: inline-block;
    margin-right: 13px;
    margin-top:5px;
    vertical-align: middle;
}

#job_social_sharer {
     display: none;
}

#pageid_pagejob #job_social_sharer {
    display: block;
    text-align: left;
    margin-left: 14px;
}

#job_social_sharer div {
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
}

#pageid_pagejob .actions {
    display: flex;
    flex-wrap: wrap;
}

#pageid_pagejob .css_button_wrapper {
    margin-top: 15px;
    margin-left: auto;
}

#pageid_pagejob #footer_links div {
    align-self: flex-end;
}

#job_social_sharer .Socialbtn {
    background-size: cover;
    background-color:transparent;
}

#share_job_on_Facebook {
    background-image: url(/bilder/groupm_plista/symbole/social_media_facebook.png);
}

#share_job_on_Facebook:hover {
    background-image: url(/bilder/groupm_plista/symbole/social_media_facebook_hover.png);
}

#share_job_on_Llinkedin {
    background-image: url(/bilder/groupm_plista/symbole/social_media_linkedIn.png);
}

#share_job_on_Llinkedin:hover {
    background-image: url(/bilder/groupm_plista/symbole/social_media_linkedIn_hover.png);
}

#share_job_by_Mail {
    background-image: url(/bilder/groupm_plista/symbole/social_media_mail.png);
}

#share_job_by_Mail:hover {
    background-image: url(/bilder/groupm_plista/symbole/social_media_mail_hover.png);
}

#share_job_by_Whatsapp {
    background-image: url(/bilder/groupm_plista/symbole/social_media_whatsapp.png);
}

#share_job_by_Whatsapp:hover {
    background-image: url(/bilder/groupm_plista/symbole/social_media_whatsapp_hover.png);
}

#share_job_on_Xing {
    background-image: url(/bilder/groupm_plista/symbole/social_media_xing.png);
}

#share_job_on_Xing:hover {
    background-image: url(/bilder/groupm_plista/symbole/social_media_xing_hover.png);
}

.is-hidden {
    display: none !important;
    visibility: hidden !important;
}

.footer small {
    font-size: 14px;
}
.l-mt25per {
    margin-top: 10px;
}
.footer-copy {
    display: block;
    line-height: 40px;
}

.Socialbtn{
    display: block;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    background: #333;
}

.Socialbtn.icon-facebook,
.Socialbtn.icon-twitter,
.Socialbtn.icon-linked_in,
.Socialbtn.icon-xing,
.Socialbtn.icon-instagram{
    padding-top:13px;
}



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

.frame_zone a.Socialbtn:hover{
    color:#fff;
    text-decoration: none;
}


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


.navbar-toggle {
    display: none;

}
.navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0; /*9px 6px;*/
    position: absolute;
    top:15px;
    right: 15px;
    width:20px;
    border:0px solid red;
    z-index:100;
    cursor: pointer;
}
.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: #e50654 none repeat scroll 0 0;
    height: 3px;
    margin-bottom: 3px;
    width: 18px;
    border-radius: 1px;
    display: block;
}


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

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

#pageid_pagejob #main_sidebar {
    box-sizing: border-box;
    float: right;
    max-width: 250px;
    position: fixed;
    display: block;
    top: 40%;
    right: 0;
    /*background: #FFF;*/
}

.contactbox {
    position: relative;
    text-align: center;
    margin: 0 0 10px 10px;
}

.contactbox img {
    width: auto !important;
    max-width: 250px;
    max-height: 180px;
    margin-left: 10px;
}

.contactbox h4 {
    text-transform: initial;
    font-size: 18px;
}

.contacttext {
    padding: 0;
    word-wrap: break-word;
    margin: 0 0 10px 20px;
    text-align: left;
}

.contacttext p {
    margin: 0 !important;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

.contacttext a,
.contacttext a:visited,
.contacttext a:active,
.contacttext a:focus {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 12pt;
}

.contacttext a:hover{
    color: #cd1224;
}

#btn_jobanzeige {
    display: inline-flex;
}

#btn_jobanzeige #btn_job_teilen {
    margin-right: 10px;
}

#btn_job_teilen a,
#btn_online_job a{
    padding: 8px;
    line-height: 14px;
    font-size: 13px;
    text-transform: initial;
    border-radius: 4px;
    letter-spacing: .02em;
}

.button_2 #btn_job_teilen a,
.button_2 #btn_job_teilen a:hover,
.button_2 #btn_job_teilen a:focus{
    border: 2px solid #e1005d;
    color: #e1005d;
    background: #FFF;
}
.button_2 #btn_online_job a,
.button_2 #btn_online_job a:hover,
.button_2 #btn_online_job a:focus{
    border: 2px solid #e1005d;
    color: #FFF;
    background: #e1005d;
}

.button_1 #btn_job_teilen a,
.button_1 #btn_job_teilen a:hover,
.button_1 #btn_job_teilen a:focus{
    border: 2px solid #0A2756;
    color: #0A2756;
    background: #FFF;
}
.button_1 #btn_online_job a,
.button_1 #btn_online_job a:hover,
.button_1 #btn_online_job a:focus{
    border: 2px solid #0A2756;
    color: #FFF;
    background: #0A2756;
}

.button_3 #btn_job_teilen a,
.button_3 #btn_job_teilen a:hover,
.button_3 #btn_job_teilen a:focus{
    border: 2px solid #207F7E;
    color: #207F7E;
    background: #FFF;
}
.button_3 #btn_online_job a,
.button_3 #btn_online_job a:hover,
.button_3 #btn_online_job a:focus{
    border: 2px solid #207F7E;
    color: #FFF;
    background: #207F7E;
}

.button_4 #btn_job_teilen a,
.button_4 #btn_job_teilen a:hover,
.button_4 #btn_job_teilen a:focus{
    border: 2px solid #2A1C43;
    color: #2A1C43;
    background: #FFF;
}
.button_4 #btn_online_job a,
.button_4 #btn_online_job a:hover,
.button_4 #btn_online_job a:focus{
    border: 2px solid #2A1C43;
    color: #FFF;
    background: #2A1C43;
}

.button_5 #btn_job_teilen a,
.button_5 #btn_job_teilen a:hover,
.button_5 #btn_job_teilen a:focus{
    border: 2px solid #0A2756;
    color: #0A2756;
    background: #FFF;
}
.button_5 #btn_online_job a,
.button_5 #btn_online_job a:hover,
.button_5 #btn_online_job a:focus{
    border: 2px solid #0A2756;
    color: #FFF;
    background: #0A2756;
}

.button_6 #btn_job_teilen a,
.button_6 #btn_job_teilen a:hover,
.button_6 #btn_job_teilen a:focus{
    border: 2px solid #ed6b31;
    color: #ed6b31;
    background: #FFF;
}
.button_6 #btn_online_job a,
.button_6 #btn_online_job a:hover,
.button_6 #btn_online_job a:focus{
    border: 2px solid #ed6b31;
    color: #FFF;
    background: #ed6b31;
}

.button_7 #btn_job_teilen a,
.button_7 #btn_job_teilen a:hover,
.button_7 #btn_job_teilen a:focus{
    border: 2px solid #00ADBB;
    color: #00ADBB;
    background: #FFF;
}
.button_7 #btn_online_job a,
.button_7 #btn_online_job a:hover,
.button_7 #btn_online_job a:focus{
    border: 2px solid #00ADBB;
    color: #FFF;
    background: #00ADBB;
}

.button_8 #btn_job_teilen a,
.button_8 #btn_job_teilen a:hover,
.button_8 #btn_job_teilen a:focus,
.button_11 #btn_job_teilen a,
.button_11 #btn_job_teilen a:hover,
.button_11 #btn_job_teilen a:focus,
.button_12 #btn_job_teilen a,
.button_12 #btn_job_teilen a:hover,
.button_12 #btn_job_teilen a:focus{
    border: 2px solid #0A2756;
    color: #0A2756;
    background: #FFF;
}
.button_8 #btn_online_job a,
.button_8 #btn_online_job a:hover,
.button_8 #btn_online_job a:focus,
.button_11 #btn_online_job a,
.button_11 #btn_online_job a:hover,
.button_11 #btn_online_job a:focus,
.button_12 #btn_online_job a,
.button_12 #btn_online_job a:hover,
.button_12 #btn_online_job a:focus{
    border: 2px solid #0A2756;
    color: #FFF;
    background: #0A2756;
}

.button_9 #btn_job_teilen a,
.button_9 #btn_job_teilen a:hover,
.button_9 #btn_job_teilen a:focus{
    border: 2px solid #37aa32;
    color: #37aa32;
    background: #FFF;
}
.button_9 #btn_online_job a,
.button_9 #btn_online_job a:hover,
.button_9 #btn_online_job a:focus{
    border: 2px solid #37aa32;
    color: #FFF;
    background: #37aa32;
}

/**************/
/* abteilung logos  */
/**************/

.abteilung_logo_1 {
    background: url("../images/logos/GroupM.jpg") no-repeat;
    min-width: 80px;
    height: 50px;
    display: flex;
    background-size: contain;
    margin: 0 0 10px 40px;
}

.abteilung_logo_2 {
    background: url("../images/logos/Mediacom.jpg") no-repeat;
    min-width: 80px;
    height: 70px;
    display: flex;
    background-size: contain;
    margin: 0 0 0 20px;
}

.abteilung_logo_3 {
    background: url("../images/logos/Kinetic.png") no-repeat;
    min-width: 80px;
    height: 50px;
    display: flex;
    background-size: contain;
    margin: 0 0 10px 25px;
}
.abteilung_logo_4 {
    background: url("../images/logos/Mindshare.png") no-repeat;
    min-width: 80px;
    height: 60px;
    display: flex;
    background-size: contain;
    margin: 0 0 10px 40px;
}
.abteilung_logo_5 {
    background: url("../images/logos/GroupM.jpg") no-repeat;
    min-width: 80px;
    height: 50px;
    display: flex;
    background-size: contain;
    margin: 0 0 10px 40px;
}
.abteilung_logo_6 {
    background: url("../images/logos/Wavemaker.png") no-repeat;
    min-width: 80px;
    min-height: 100px;
    display: flex;
    background-size: contain;
    margin: 0 0 10px 20px;
}
.abteilung_logo_7 {
    background: url("../images/logos/Essence.png") no-repeat;
    min-width: 80px;
    height: 60px;
    display: flex;
    background-size: contain;
    margin: 0 0 10px 30px;
}
.abteilung_logo_8 {
    background: url("../images/logos/GroupM.jpg") no-repeat;
    min-width: 80px;
    height: 50px;
    display: flex;
    background-size: contain;
    margin: 0 0 10px 40px;
}
.abteilung_logo_9 {
    background: url("../images/logos/Plista.jpg") no-repeat;
    min-width: 80px;
    height: 55px;
    display: flex;
    background-size: contain;
    margin: 0 0 10px 50px;
}

.abteilung_logo_11 {
    background: url("../images/logos/M_Science.png") no-repeat;
    min-width: 80px;
    height: 50px;
    display: flex;
    background-size: contain;
    margin: 0 0 10px 20px;
}
.abteilung_logo_12 {
    background: url("../images/logos/M_Studio.png") no-repeat;
    min-width: 80px;
    height: 50px;
    display: flex;
    background-size: contain;
    margin: 0 0 10px 20px;
}

#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: #e50654;
    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: "ITC Franklin Gothic W01","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    color: #666;
    line-height: 1.818181;
}

.frame_zone a, 
.frame_zone a:visited, 
.frame_zone a:active,
.frame_zone a:focus {
    text-decoration: underline;
    color:#666;
}
.frame_zone a:hover{
    text-decoration: underline;
    color: #000;
}

.frame_zone h1,
.frame_zone h2,
.frame_zone h3,
.frame_zone h4, 
.frame_zone h5, 
.frame_zone h6 {
    padding: 10px 0;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    text-align: left;
    letter-spacing: .07em;
    text-rendering: optimizelegibility;
}

.frame_zone h1 {
    line-height: 30px;
    font-size: 31px;
    margin-bottom: 30px;
}

.frame_zone h2 {
    font-size: 17.5px;
}

.frame_zone h3 {
    font-size: 14px;
}

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

.frame_zone p {
    margin: 0 0 2em 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: #e50654;
}

/**
 * @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: 0px solid #EEE;
    background: #f5f4f4;
    color: #878787;
    font-weight: normal;
    font-size:18px;
}

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

.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: #e50654;
}
.field_error input[type=text],
.field_error input[type=date],
.field_error input[type=password],
.field_error input[type=file],
.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 {
    color:#e50654;
}

.field_error input[type=text],
.field_error input[type=date],
.field_error input[type=password],
.field_error input[type=file],
.field_error select,
.field_error textarea,
input.field_error,
select.field_error,
textarea.field_error,
.field_error .ui-state-default{
    border: 2px solid  #e50654;
}

.field_error ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #e50654 !important;
    opacity: 1 !important;
}
.field_error ::-moz-placeholder { /* Firefox 19+ */
    color: #e50654 !important;
    opacity: 1 !important;
}
.field_error :-ms-input-placeholder { /* IE 10+ */
    color: #e50654 !important;
    opacity: 1 !important;
}
.field_error ::-ms-input-placeholder {
    color: #e50654 !important;
    opacity: 1 !important;
}
.field_error ::placeholder {
    color: #e50654 !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: 12px 40px;
    margin: 0;
    background: #fff;
    color: #000;
    border: 2px solid #000;
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.frame_zone .css_button a:hover,
.frame_zone .css_button a:focus {
    background: #000;
    color:#FFF;
}

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

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

.navigation_box{
    float: right;
}
.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  */
/***********/
*, ::before, ::after {
    box-sizing: inherit;
}

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

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

.real_table th {
    text-align: left;
}

.real_table th a {
    color: #000 !important;
    font-weight: 400;
    white-space: nowrap;
    text-decoration: none;
}
.real_table th a:hover {
    text-decoration: none;
}
.real_table tbody td a {
    display: block;
}

.real_table tfoot td {
    border: 0;
}

.real_table .alternative_0 td {

}

.real_table .alternative_1 td {

}

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

#job_teaser{
	font-size:.9rem;
}

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

/* jobalert */

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

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

#sticky_jobalert a {
    display: block;
    color: #000;
    padding: 15px 20px;
    text-decoration: none;
    border:2px solid #000;
}

#sticky_jobalert a:hover {
    text-decoration: none;
    color:#fff;
    background: #000;
}

#sticky_jobalert a:active {
    color:#fff;
    background: #000;
}



#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: 49%;
    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: 25px;
}

#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 a{
    text-decoration: none;
}

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

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

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

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

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

.addthis_toolbox {

}

#pageid_pagejob .addthis_toolbox {

}

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

#rec_captcha{
    margin-right:10px;
    padding-top: 10px;
}
#rec_send{
    padding-top: 10px;
}
#recommend .group_field label{
    display: inline;
}
/******************/
/*    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 screen and (max-width: 70em) {
    /*
    .header {
        height: 48px;
    }
    .header-logo::after {
        background-position: 0 -25px;
        width: 116px;
        height: 17px;
        left: 47px;
        top: 15px;
    }
    .header-logo {
        width: 180px;
    }

    .header-nav-links a {
        padding: 10px;
        line-height: 28px;
        font-size: 11px;
    }
    */
}


@media (max-width: 992px) {

    .l-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .real_table_col4 {
        display: none;
    }

    .navbar-toggle{
        display: block;
    }
    .header-nav ul{
        display: none;
    }
    .header-nav-links li {
        display: block;
        border-bottom: 1px solid #e5e5e5;
    }
    .header-nav {
        position: relative;
        left:0px;
        right: 0px;
        margin: 0 25px;
    }
    .header-nav-links{
        min-width: 100%;
    }

}


@media (max-width: 768px) {

    #frame_zone,
    #popup_zone{
        font-size:16px;
        line-height: 1.5625em;
    }

    #pageid_pagejob #main_sidebar {
        position: relative;
        width: 100%;
        top: 0;
        max-width: unset;
        display: inline-block;
        float: left;
        margin: 30px 0;
    }
    #logo_mandant {
        width: 30%;
        margin: 0 auto;
    }

    .abteilung_logo_6 {
        min-height: 50px;
    }

    .contactbox {
        margin: 0 ;
    }

    .contacttext {
        text-align: center;
    }
    #language_selector img{
        width: 40px;
        margin-top: 0;
    }
    #agreement{
        font-size:16px !important;
    }
    .g-span8 {
        width: 100%;
    }

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

    #sticky_jobalert {
        top: 300px;
    }

    #sticky_jobalert a {
        opacity: 0.8;
        padding: 10px;
    }
    #sticky_jobalert a:hover {
        opacity: 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 {
        display: none;
    }

    #sticky_jobalert {
        display: none;
    }

    #jobalert_box_mobile{
        display: block;
    }
    .emp_nr_outerframe h1 {
        font-size: 22pt;
        line-height: 24pt;
    }

}

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