/* $Id: base.css,v 1.15 2016/09/12 16:27:28 jtorborg Exp $ */

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

#frame_zone {
    /*
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    */
}
.site {
    min-height: 100%;
   /* padding: 0 0 78px;*/
    position: relative;
}

.site-header {
    width: 100%;
    z-index: 999;
}

.site-header .site-branding {
    font-size: 0;
    padding: 20px 0 20px 86px;
}

#topback{
	margin:5px 0;
}

.logo-mobile {
    display: none;
}

#jobslisting,
.inner_text,
#unsolApplication
{
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width:936px;
}

.container {
  /*  margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; */
}

.header-image-text {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    top:0;
    right: 0;
    font-weight: 500;
    width: 100%;
    font-family: "AzoSans-Bold";
    font-size: 83px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.header-image-text span{
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
}

.background_image_2 .header-image-text,
.background_image_3 .header-image-text,
.background_image_4 .header-image-text
{
    font-size: 50px;
    font-weight: 700;
}

.fullwidth-header-image {
    display: block;
    overflow: hidden;
    font-size: 0;
    position: relative;
    width: 100%;
    height: 740px;
}

#pageid_pagejob .fullwidth-header-image .background_image_1,
#pageid_pagejobform .fullwidth-header-image .background_image_1{
    height: 400px;
    background-position: 40% 0%;
}

.fullwidth-header-image .container {
    margin: auto;
}

.fullwidth-header-image img {
  /*  margin-left: -10%; */
    height: 100%;
    width: auto;
}

.fullwidth-header-image .site-branding-scroll {
    bottom: 0;
    top: 0;
    color: #fff;
    font-size: 100px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.fullwidth-header-image .site-branding-scroll i {
    bottom: 60px;
    cursor: pointer;
    font-size: 135px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
}



/* CUSTOM */
.btn {
    background-color: white;
    border: 2px solid #7f3f98;
    color: #7f3f98;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 22px;
    font-family: "AzoSans-Bold";
}
.btn--block {
    display: block;
    width: 100%;
}

/* CUSTOM */

.fa {
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.main-navigation {
    background-color: #fff;
    height:90px;
    z-index: 999999;
}

.wpb_content_element {
    margin-bottom: 40px;
}


/*
.TeaserPageFooter{
	display:none;
}

#pageid_pagejob .TeaserPageFooter{
	display:block;
	margin: 0 0 100px;
}

#content {

}
*/
.article-layer-one{
    text-align: center;
}

.site-footer {
    font-size: 0;
    padding: 40px 0 0;
}

#colophon .row {
    margin: 0 86px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center!important;
}

.site-footer img {
    max-width: 345px;
    width: 100%;
    height: auto;
}

.site-footer a {
    color: #666666 !important;
    font-size: 20px;
    text-decoration: none;
}

.site-footer .text-left a {
    margin-right: 40px;
}
.site-footer .text-left a:last-of-type {
    margin-right: 0;
}
.site-footer .text-right a {
    margin-left: 40px;
}
.site-footer .text-right a:first-of-type {
    margin-left: 0;
}
.site-footer a:hover {
    color: #666666 !important;
    text-decoration: underline !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    position: relative;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}

.text-right {
    text-align: right;
}
.col-md-4 {
    width: 33.3333%;
}
.col-md-3{
    width: 25%;
}

#pageid_pagejobform #footer_links {
    margin: 41px auto 90px auto;
}

#unsolApplication,
#additionell_info_under_joboffer,
#notice_paragraph {
    font-family: "AzoSans-Bold";
    font-size: 25px;
    font-weight: 500;
    color: #666666;
    line-height: 1.5;
}


#additionell_info_under_joboffer p,
#notice_paragraph{
    margin: 0 0 76px 0;
    padding: 0 15px;
}

#unsolApplication p {
    margin: 0 0 76px 0;

}
#additionell_info_under_joboffer p{
    max-width: 822px;
    margin: 0 auto;
}


.wpb_wrapper{
    padding: 0 0 90px;
}

.jobalert_wrapper{
	background-color: #f7f7f7;
    padding: 50px 40px 50px;
    margin: 100px 0 50px 0;
}

.wpb_wrapper_filter{
	background-color: #f7f7f7;
    padding: 35px 30px;
}

#countjobs{
    font-family: "AzoSans-Bold";
    font-size:48px;
    font-weight:500;
    color:#82358c;
    display: inline-block;
}


#popup_zone {
    
}

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

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

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


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


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

#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: "\f00c";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    margin-right: 5px;
}

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



#frame_zone, 
#popup_zone {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #656c71;
    line-height: 1.4;
}

.frame_zone a{
    color:#82358c;
    text-decoration:none;
}
.frame_zone .css_button a:hover,
.frame_zone .css_button a:focus,
.cvparser_hover a {
    color:#fff;
    background-color: #7f3f98;
}
.cvparser_hover a {
    color:#fff !important;
}

.frame_zone .css_button a:focus{
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}


.site-branding-scroll a,
.site-branding-scroll a:visited, 
.site-branding-scroll a:hover, 
.site-branding-scroll a:active, 
.site-branding-scroll a:focus{ 
	color:#FFF;
}


.frame_zone h1,
.frame_zone h2,
.frame_zone h3,
.frame_zone h4, 
.frame_zone h5, 
.frame_zone h6 {
    padding: 0;
    margin: 0;
    font-family: "AzoSans-Bold";
    font-weight: 500;
    line-height: 1.1;
    color: #3e484f;
    text-rendering: optimizelegibility;
}

.frame_zone h1 {

    font-size: 50px;
    color: #7f3f98;
    line-height: 1.5;
    font-weight: 700;
}

.frame_zone h2 {
    margin: 0;
    margin-top: 90px;
    padding: 0;
    font-family: "AzoSans-Bold";
    font-weight: 700;
    line-height: 1.5;
    font-size: 50px;
    color: #7f3f98;
}

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

/*h1 ~ p::after,*/
#untertitel,
#additionell_info_under_joboffer #untertitel
{
    background-color: #dfdfdf;
    content: " ";
    display: block;
    height: 3px;
    margin: 40px auto 64px auto;
    width: 118px;
}

#application_form #untertitel {
    width: 100px;
    height: 2px;
    background-color: #7f3f98;
}

#btn_kununu {
    margin: 76px 0 90px;
}

#additionell_info_under_joboffer p span:first-of-type {
    font-size: 47px;
    line-height: 18px;
    padding-right: 10px;
    display: inline-block;
}

#additionell_info_under_joboffer p span:last-of-type {
    font-size: 47px;
    line-height: 18px;
    padding-left: 10px;
    display: inline-block;
}

.untertitel {
    background-color: #82358c;
    content: " ";
    display: block;
    height: 2px;
    margin: 30px auto;
    width: 100px;
}

.textuntertitel{
	text-align:center;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size:24px;
}


hr {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: transparent;
}

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

/**
 * @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 #CCC;
  background: #FFF;
  font-weight: normal;
  color: inherit;
  font-family: "AzoSans-Bold";
}

.upload_input_box:hover .upload_icon,
.upload_input_box:hover .upload_field
{
    border: 1px solid #7f3f98;
}

.group_field input[type=text], 
.group_field input[type=date], 
.group_field  input[type=password] {
  padding: 10px 20px 10px 30px;
  height: 46px;
    color: #666666;
    font-weight: 500;
    font-size: 17px;
}

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

fieldset ul {
    width: 100%;
    height: 5em;
    overflow: auto;
    border: 1px solid #D3D3D3;
    list-style: none;
    background-color: #FFF;
    padding: 0;
    margin: 0;
}

fieldset ul li {
    width: 98%;
    overflow: hidden;
    margin: .2em;
    padding: 0;
    background: none;
}

fieldset ul li span {
    display: block;
    margin-left: 1.2em;
}

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

fieldset ul li:hover {
    background: #F5F5F5;
}

fieldset ul label span {
    color: #000;
    line-height: 1.5;
}

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

#job_alert .group {
    margin-bottom: 0;
}

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

.field_error input, 
.field_error select, 
.field_error textarea, 
input.field_error, 
select.field_error, 
textarea.field_error, 
.field_error .ui-state-default,
.field_error .ui-multiselect .ui-icon, 
.field_error .ui-state-default .ui-icon:before {
    color: #f00 !important;
}

.field_error input[type=text], 
.field_error input[type=date],
.field_error input[type=password],
.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{
    border:1px solid #f00;
}

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

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

#header_links {
    margin-top: 0;
}

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

.frame_zone .css_button a {
    display: inline-block;
    padding: 10px 22px;
    margin: 0;
    color: #82358c;
    border: 2px solid #7f3f98;
    text-decoration: none;
    font-family: "AzoSans-Bold";
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
}

.frame_zone .css_button a:hover, .frame_zone .css_button a:focus {
   color:#3e484f;
}

.frame_zone .css_button a:active {
   
}

#btn_reset_search.css_button a {
   /* background: #515151;*/
}
#btn_online_application_back a::after,
#btn_back a::after,
#btn_online_application_back_initiativ a::after,
#btn_reset_search.css_button a::after {
    content: "";
}
/*
#btn_online_application_back a::before,
#btn_back a::before,
#btn_online_application_back_initiativ a::before,
#btn_reset_search.css_button a::before {
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 20px;
    content: "\f060";
}
*/
#pageid_pagejob #footer_links {
    margin-top: 76px;
}

#btn_reset_search.css_button a:hover, 
#btn_reset_search.css_button a:focus {
   /* background: #333;*/
}

#btn_reset_search.css_button a:active {
   /* background: #515151;*/
}

/*
#pageid_pagejob #btn_online_application_back{
	display:none;
}
*/
#information_under_joboffer .hr {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

#joboffer_print_button {
    float: left;
}

.joboffer_social_buttons {
    text-align: right;
    padding-top: 2px;
}

.emp_nr_outerframe,
#footer_links,
#information_under_joboffer {
    padding: 0px;
    width: 100%;
    max-width: 906px;
    margin: 0 auto;
}

.frame_zone #emp_nr_button .css_button {
    display: block;
}

.frame_zone #emp_nr_button .css_button a {
    display: block;
    color: #82358c;
}

.frame_zone #emp_nr_button .css_button a:hover {
    color: #3e484f;
}

/*
.frame_zone .css_button a::after {
    content: "\f061";
    display: inline-block;
    font-family: FontAwesome;
    padding-left: 20px;
}

.frame_zone #btn_print_joboffer {
    margin-top: 10px;
}
*/

.frame_zone #btn_print_joboffer a::after {
    content: "";
    display: none;
}

.frame_zone #joboffer_print_button .css_button a {
    box-sizing: border-box;
    height: 48px;
    font-size: 16px;
    width: 167px;
    color: #7f3f98;
    font-weight: 500;
    padding: 0 5px 0 22px;
    text-align: center;
    line-height: 44px;
    text-transform: uppercase;
    border: 2px solid #e9e9e9;
}
.frame_zone #joboffer_print_button .css_button a:hover {
    border: 2px solid #7f3f98;.background_image_1
}


.frame_zone #joboffer_print_button .css_button a:before {
    font-family: FontAwesome;
    content: "\f02f";
    font-size: 21px;
    display: inline-block;
    padding-right: 3px;
    float: left;
    vertical-align: middle;
}

.frame_zone #joboffer_print_button .css_button a {
    color: #7f3f98;
    background-color: transparent;
}

#header_links .css_button a{
	background:none;
    border:none;
    font-family:Arial;
    font-size:15px;
}

#header_links .css_button a::before {
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 20px;
    content: "\f060";

}
#header_links .css_button a::after {
	content: " ";
}

#pageid_pagejobform #header_links #btn_online_application_send.css_button{
	display:none;
}

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

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

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


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

.real_table {
    width: 100%;
    margin: 100px 0 50px 0;
    text-align:left;
}

.real_table th,
.real_table td {
    border-bottom: 1px solid #F7F7F7;
    font-family: "AzoSans-Bold";
}

.real_table th {
    text-align: left;
    font-weight:normal;
}

.real_table th a {
    color: #7d8387 !important;
    white-space: nowrap;
}

.real_table tfoot td {
    border: 0;
}

.real_table .alternative_0 td {

}

.real_table .alternative_1 td {

}

.real_table tbody td a{
    color: #3e484f;
    z-index: 3;
    height: 100%;
    width: 100%;
    display: table;
}


.real_table thead th div{
    float:left;
    width: 27.0%;
    padding:0 20px 30px 20px;
}

.real_table tbody td div{
    float:left;
    width:27.0%;
   padding:20px;
}

.real_table thead th div.real_table_col1,
.real_table tbody td div.real_table_col1 {
    width:45%;
    /*font-weight:bold;*/
}


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



.real_table tbody tr,
.real_table tbody td{
	position:relative;
    overflow:visible;
}

.real_table tbody tr td a::after {
    clear: both;
}


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

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

.icon_order_dir {
    margin-left: 5px;
}

.icon_order_sort_down,
.icon_order_sort_up {
    color: #82358c;
}

.icon_order_sort_none {
    color: #82358c;
    opacity:0.8;
}


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

#job_teaser{
    font-size:0.9em;
    display:block;
}

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

/* jobalert */

#sticky_jobalert {
    position: fixed;
    top: 0;
    right: 0;
    display:none;
}

#btn_jobalert {
    display: none !important;
}
#sticky_jobalert .sj_job {
    font-weight: 500;
    font-size: 30px;
}

#sticky_jobalert a {
    font-family: "AzoSans-Bold";
    font-size:24px;
    display: block;
    background: #82358c;
    color: #FFF;
    padding: 20px 20px;
    text-decoration: none;
}

#sticky_jobalert a:hover {
    text-decoration: none;
    opacity:0.9;
}

#sticky_jobalert a:active {
    background: #82358c;
}



#job_alert_box {
    margin-top: 0;
}

#jobTplContainer{
    overflow: hidden;
    margin-top: 90px;
}



#job_alert .input_box {
    position: relative;
    display: inline-block;
    width: 60%;
}

#job_alert .group_field label,
#job_alert .group_field .label {
    display: inline-block;
    float: left;
    width: 30%;
    color: #82358c;
    font-family: "AzoSans-Bold";
    text-align: right;
    padding: 12px 30px 0 0;
}

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

.autocomplete_span {
    display: inline;
}

#filter_area {
    max-width: 655px;
    margin: 0 auto;
}

#filter_area .FilterAccent{
	color:#82358c;
}


#filter_area .other_actions {
    text-align: right;
    margin: 0;
}

#filter_area .group {
    overflow: auto;
    margin-bottom:0px;
}

#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: 47.5%;
    padding-left: 5%;
}

#number_jobs{
    text-align:left;
    color:#3e484f;
    font-family: 'AzoSans-Bold';
    font-size:20px;
    line-height:1.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: 30px;
}

#filter_area .css_button {
    margin: 0;
}

#filter_area .other_actions .group_field {
    padding-bottom: 0;
}

.input_box{position:relative;}
.volltext-icon{
    border:0px solid red;
    width:30px;
    position:absolute;
    right:13px;
    top:10px;
    color:#82358c;
}

.volltext-icon:hover{
    cursor:pointer;
}

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

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

.stellen_navi {}

.stellen_navi_sel a {
    color: #FFF;
    font-weight: normal;
    padding: 6px 11px 5px;
    text-decoration: none;
    background: #82358c none repeat scroll 0 0;
    font-family:Arial;
    font-size:16px;
}

.stellen_navi_sel a:hover {
    color: #FFF;
}
/* joblist */
#rexx_footer {
    line-height: 1em;
    text-align:right;
    font-size:.8em; 
    padding-top:1em;
    padding-bottom: 2em;
}

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

#jobalert_box #btn_online_application_job_alert {
    margin: 0;
}

#job_alert_filter_adv {
    padding-bottom: 20px;

}

.job_alert_filter .button_label{

}

.job_alert_filter {
    padding-bottom: 15px;
}


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

#customer_logos {
    margin:0;
}

#customer_logos ul{
	margin:0;
	padding:0;
}

#customer_logos img {
    width: 170px !important;
    height: auto !Important;
}

#customer_logos ul li {
    display: inline-block;
    vertical-align: top;
    height: 160px;
    list-style-type: none;
    border: 1px solid #cacaca;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: 15px;
    transition: 0.5s box-shadow ease-out;
}

#customer_logos ul li:hover {
    box-shadow: 0px 0px 13px 0px #707070;
    -webkit-box-shadow: 0px 0px 13px 0px #707070;
    -moz-box-shadow: 0px 0px 13px 0px #707070;
    -o-box-shadow: 0px 0px 13px 0px #707070;
    -ms-box-shadow: 0px 0px 13px 0px #707070;
}

#header_text b{
    font-size: 20px;
}


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

#language_selector ul.path_nav {
    margin: 0;
}

#language_selector .selected_lang {
    
}

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

.addthis_toolbox {
    float: right;
}

.addthis_toolbox a {
    text-decoration: none;
}


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

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


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

.appointment {
    margin-top: 1em;
}


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

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

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

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

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

.show_mobile {
  display: none !important;
}



.footer_social_icon_stack {
    position: relative;
    display: inline-block;
}
.footer_social_icon_stack_1x
{
    position: absolute;
    left: 0;
    width: 25px;
    top: 15px;
    text-align: right;
    font-weight: 600;
}
.footer_social_icon_stack_1x {
    font-size: 13px !important;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.footer_social_buttons{
    text-align: center;
    padding: 40px 0;
    background-color: #f6f6f6;
    font-size: 0;
}

.footer_social_entry{
    display: inline-block;
    overflow: hidden;
    margin: 0 15px 0 15px !important;
    width: 173px;
    height: 48px;
    border: 2px solid #e9e9e9;
}

.footer_social_entry .button{
    position: absolute;
    margin: 15px 0 0 55px;
}

.frame_zone a:hover .footer_social_icon i,
.frame_zone a:hover .footer_social_text p {
    color: #7f3f98 !important;
}

.frame_zone a:hover .footer_social_text {
    border-left: 2px solid #7f3f98;
}
.frame_zone a.footer_social_entry:hover {
    border: 2px solid #7f3f98;
}

.footer_social_icon {
    float: left;
    padding-top: 11px;
    width: 51px;
    height: 100%;
    text-align: center;
}

.footer_social_icon i{
    color: #666;
    font-size: 23px;
}

.footer_social_text {
    position: relative;
    float: left;
    width: 116px;
    border-left: 2px solid #e9e9e9;
    height: 100%;
}
.footer_social_text p {
    position: relative;
    top: 13px;
    margin: 0;
    font-size: 16px;
    color: #666;
    font-family: "AzoSans-Bold";
    text-align: center;
    font-weight: 500;
}

#information_under_joboffer .footer_social_entry:last-of-type {
    margin-right: 0 !important;
}

.welcome_boxes {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.box_item {
    display: flex;
    padding: 90px 0;
    width: 25%;
    border-right: 10px solid #f2f2f2;
}
.box_item:last-of-type {
    border-right: none;
}

.box_wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}
/*
.frame_zone a.box_wrapper:hover,
.frame_zone a.box_wrapper:focus {
    text-decoration: none;
}

.frame_zone a.box_wrapper:hover .box_btn,
.frame_zone a.box_wrapper:focus .box_btn {
    background-color: #7f3f98 !important;
    color: #fff;
}*/
.frame_zone .box_wrapper a:hover .box_btn,
.frame_zone .box_wrapper a:focus .box_btn {
    background-color: #7f3f98 !important;
    color: #fff;
    cursor: pointer;
}
.frame_zone .box_wrapper a:hover,
.frame_zone .box_wrapper a:focus {
    text-decoration: none;
}
.box_content p {
    margin: 0 0 60px 0;
}

.box_content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 25px 16px 16px 16px;
}
.box_image {
    position: relative;
    height: 100px;
    text-align: center;
}
.box_image img.box_logo_big {
    width: 171px;
    height: 100px;
}

.box_image img.box_logo_small {

    width: 184px;
    height: 57px;
}

.box_title {
    color: #7f3f98;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "AzoSans-Bold";
}

.box_text {
    flex: 1 1 auto;
    font-size: 22px;
    line-height: 1.5;
    color: #666666;
    font-weight: 400;
    margin-bottom: 1.25rem;
    font-family: "AzoSans-Bold";
}

.background_image_1 {
    background-image: url('/bilder/ghg/symbole/wir-dreispaltenbild-arm-3806x1256.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 40%;
}

.background_image_2 {
    background-image: url('/bilder/ghg/symbole/43-50646097-wom-3840x1256.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 40%;
    height: 665px;
}

.background_image_3 {
    background-image: url('/bilder/ghg/symbole/44-50646098-men-3840x1256.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80%;
    height: 665px;
}

.background_image_4 {
    background-image: url('/bilder/ghg/symbole/45-50646098-men-3840x1256.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60%;
    height: 665px;
}

#information_under_joboffer,
#additionell_info_under_joboffer {
    display: none;
}
#pageid_pagejob #information_under_joboffer
{
    display: block;
    margin-bottom: 90px;
}
#pageid_pagejob #additionell_info_under_joboffer,
#pageid_pagejobform #additionell_info_under_joboffer
{
    display: block;
    margin-bottom: 0;
}


.site-footer .col-md-4 {
    width: 30%;
    overflow: hidden;
}
.site-footer .col-md-4:first-of-type,
.site-footer .col-md-4:last-of-type {
    width: 35%;
}

#application_box {
    max-width: 906px;
    margin: 90px auto 0;
}

#pageid_pagejobform .background_image_1,
#pageid_pagejob .background_image_1 {
    height: 400px;
    background-position: 40% 0%;
}

.menuid_0 #headline_first {
    padding: 0 15px;
    max-width: 906px;
    margin: 90px auto 76px;
}

#success_message {
    font-family: "AzoSans-Bold";
    font-size: 25px;
    font-weight: 500;
    color: #666666;
    line-height: 1.5;
    display: block;
    padding: 0 15px;
    max-width: 906px;
    margin: 90px auto 76px;
}

.menuid_0 #footer_links {
    text-align: center;
}

#pageid_pagejob #footer_links,
#pageid_pagejobform #footer_links {
    text-align: left;
}



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

@media (min-width: 767px) {

    .real_table tbody tr td a:hover {
        border: 1px solid #F7F7F7;
        -webkit-box-shadow: 0 2px 10px -3px rgba(136, 135, 135, 0.71);
        -moz-box-shadow: 0 2px 10px -3px rgba(136, 135, 135, 0.71);
        box-shadow: 0 2px 10px -3px rgba(136, 135, 135, 0.71);
    }

    .real_table tbody tr td:hover a::after {
        content: "\f105";
        font-family: 'FontAwesome';
        color: #82358c;
        font-weight: normal;
        font-size: 1.5em;
        font-style: normal;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 12px;
        z-index: 1;
    }
}

@media (max-width: 1248px) {

    .site-footer .col-md-4,
    .site-footer .col-md-4:first-of-type,
    .site-footer .col-md-4:last-of-type {
        width: 100%;
    }
    .site-footer .col-xs-12 {
        margin-bottom: 20px;
        text-align: center;
        float:none;
    }
}

@media (max-width: 1024px) {

    #jobTplContainer,
    #footer_links,
    #information_under_joboffer {
        padding: 0 15px;
    }

    .background_image_4 {
        background-position: 75%;
    }
    .background_image_2 {
        background-position: 34%;
    }
    .site-header .site-branding {
        padding: 20px 0 20px 20px;

    }
    .box_item {
        padding: 30px 0;
    }
    #colophon .row {
        margin: 0 20px 40px;
        flex-direction: column;
    }
    .site-footer .col-xs-12 {
        margin-bottom: 20px;
        text-align: center;
        float:none;
    }
    .site-footer .col-md-4,
    .site-footer .col-md-4:first-of-type,
    .site-footer .col-md-4:last-of-type {
        width:100%;
    }

    .background_image_2,
    .background_image_3,
    .background_image_4 {
        height: 600px;
    }

    .background_image_1 {
        height: 680px;
    }

    #pageid_pagejob .background_image_1,
    #pageid_pagejobform .background_image_1 {
        height: 350px;
        background-position: 40% 0%;
    }

    /*
    .fullwidth-header-image img {
        margin-left: -50%;
    }*/
    .box_item {
        width: 50%;
    }
    .header-image-text  {
        font-size: 66px;
    }

    .background_image_2 .header-image-text,
    .background_image_3 .header-image-text,
    .background_image_4 .header-image-text
    {
        font-size: 45px;
    }

    .box_item:nth-child(2) {
        border-right: none;
    }
    .box_item:nth-last-of-type(-n+2) {
        border-top: 10px solid #f2f2f2;
    }
    #information_under_joboffer .footer_social_text {
        display: none;
    }
    #information_under_joboffer .footer_social_entry {
        width: auto;
    }

}

@media (max-width: 800px) {
    .site-branding img {
        width: 200px;
    }

    #colophon .row {
        display: block;
    }
    .real_table_col4 {
        display: none;
    }
    .real_table thead th div.real_table_col1,
    .real_table tbody td div.real_table_col1{
        width:60%;
    }
    .real_table tbody td div.real_table_col3{
        width:40%;
    }
    
    #sticky_jobalert {
        display: none;
    }

    .show_mobile {
      display: block !important;
    }

    .show_desktop {
      display: none !important;
    }
    
    #customer_logos ul li {
        padding-right: 25px;
        padding-left: 25px;
    }
}


@media (max-width: 767px) {


    .frame_zone .css_button a {
        font-size: 18px;
    }

    .background_image_2,
    .background_image_3,
    .background_image_4 {
        height: 514px;
    }

    .background_image_1 {
        height: 580px;
    }

    .frame_zone h2,
    .frame_zone h1 {
        font-size: 40px;
    }
    .box_text,
    #unsolApplication,
    .btn,
    #additionell_info_under_joboffer p,
    #notice_paragraph
    {
        font-size: 18px;
        line-height: 27px;
    }
    .footer_social_text {
        display: none;
    }
    .footer_social_entry {
        width:auto;
    }
    /*
    #frame_zone {
        width: 98%;
        margin: 0 1%;
    } */
    .header-image-text {
        font-size: 52px;
    }
    .background_image_2 .header-image-text,
    .background_image_3 .header-image-text,
    .background_image_4 .header-image-text
    {
        font-size: 40px;
    }
    .frame_zone h1 {
        word-wrap: break-word !important;
    }


    
    .fullwidth-header-image .site-branding-scroll {
        display: none;
    }
    
    #customer_logos ul li {
        display: block !important;
        margin: 0 0 20px !important;
        padding-right: 50px;
        padding-left: 50px;
    }
    
    #customer_logos img {
        width: 170px !important;
        height: auto !important;
    }
    
    #job_alert .group_field label, 
    #job_alert .group_field .label,
    #job_alert .input_box {
        float: none;
        width: 100%;
        text-align: left !important;
        padding-bottom: 6px;
    }
}

@media (max-width: 690px) {
    .site-branding img {
        width: 150px;
    }
    .header-image-text {
        font-size: 38px;
    }
    .background_image_2 .header-image-text,
    .background_image_3 .header-image-text,
    .background_image_4 .header-image-text
    {
        font-size: 34px;
    }
    .real_table_col3 {
        display: none;
    }
    .real_table thead th div.real_table_col1,
    .real_table tbody td div.real_table_col1{
        width:100%;
    }
    .box_item {
        width: 100%;
        border-top: 10px solid #f2f2f2;
        border-right: none;
    }
    .box_item:first-of-type {
        border-top: none;
    }

}

@media (max-width: 550px) {

    .background_image_2 {
        background-image: url(/bilder/ghg/symbole/ghg_mobile_girl.png);
    }
    .background_image_3 {
        background-image: url(/bilder/ghg/symbole/ghg_mobile_vrbrille.png);
    }
    .background_image_1 {
        background-image: url(/bilder/ghg/symbole/ghg_mobile_hand.png);
    }
    .site-footer .text-left a,
    .site-footer .text-right a {
        margin: 0;
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
    }
    .real_table_col2 {
        display: none;
    }
    .frame_zone h2,
    .frame_zone h1 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    #job_filter_advanced  .other_actions .group_field:first-of-type {
        margin-bottom: 10px !important;
    }
    #cvparser, #agreement {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .site-footer a {
        font-size: 18px;
    }
    #joboffer_print_button {
        float: none;
    }
    #joboffer_print_button a {
        margin: 0 auto;
    }
    .joboffer_social_buttons {
        text-align: center;
    }
    #information_under_joboffer .footer_social_entry:last-of-type {
        margin-right: 15px !important;
    }
    .background_image_4 {
        background-position: 66%;
    }
    .background_image_2 {
        background-position: 21%;
    }
    .background_image_1 {
        background-position: 43%;
    }
    .header-image-text {
        font-size: 32px;
    }
    #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;
    }
    .real_table thead th div.real_table_col1,
    .real_table tbody td div.real_table_col1{
        width:100%;
    }


    /*
    .logo-screen{
        display: none;
    }
    .logo-mobile{
        display: block;
        height: 50px;
        position: absolute;
        right: 0;
        top: 10px;
        width: 50px !important;
    }
    
    .wpb_wrapper,
    .jobalert_wrapper,
    .wpb_wrapper_filter {
        padding-left: 20px;
        padding-right: 20px;
    }*/
    

}

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