/******************/
/* zone positions */
/******************/
:root {
    --buttonColor: #0D64B4;
    --buttonHoverColor: #002642;
    --fontFamily: "OpenSansRegular";
    --fontFamilyBold: "OpenSansBold";
    --fontWeightBold: "normal";
}

#frame_zone {
    width: 100%;
    padding-top: 105px;
}

#header_zone {
    display: flex;
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 50;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    height: 105px;
}

#header_zone .header_img img {
    padding: 5px 50px 5px 50px;
    max-width: 190px;
}

.banner_img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    background: url('/lkw-fahrer-stellenanzeigen/9/5/95346/tmp/12850905510936522.png') 100% 40%;
    background-size: cover;
    padding-top: 23%;
}

.menuid_65 .banner_img,
#pageid_pagejob .banner_img {
    height: 0;
    margin: 0;
    background: none;
    padding-top: 0;
}

.menuid_65:not(#pageid_pagejobform) #content_zone {
    max-width: none;
    margin: 0;
    padding: 0;
}

#content_zone,
.landing_contentbox {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 10px;
    min-height: 75vh;
}

#pageid_pagejobalert #content_zone {
    min-height: 82vh;
}

.landing_contentbox .imagebox {
    position: relative;
    margin-bottom: 15px;
}

.landing_contentbox .imagebox:first-child {
    margin-top: 30px;
}

.landing_contentbox #landing_imagebox_center {
    display: flex;
    justify-content: space-between;
}

.landing_contentbox #landing_imagebox_center .image_center_box {
    width: 49%;
    position: relative;
}

.banner_start_img img,
.landing_contentbox .imagebox img {
    display: block;
    -webkit-transition: -webkit-transform 800ms ease-out;
    -moz-animation: -webkit-transform 800ms ease-out;
    -o-animation: -webkit-transform 800ms ease-out;
    transition: transform 800ms ease-out;
}

.banner_start_img:hover > img,
.landing_contentbox .imagebox a:hover > img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.banner_start_img,
.landing_contentbox .imagebox a {
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff !important;
}

.landing_contentbox .imagebox span {
    position: absolute;
    bottom: 16%;
    color: #fff;
    font-weight: bold;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 0 5px 3%;
    box-sizing: border-box;
    margin: 0;
}

#footer_zone {
    margin-top: 3em;
    background-color: #0067B2;
    padding: 10px 0;
}

#footer_zone .footer_container {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
}

#footer_zone a {
    color: #fff;
}

#footer_zone a:not(:last-of-type) {
    margin-right: 50px;
}

.social_media_footer {
    float: right;
}

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

.layer_bg {
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#pageid_pagejobform .layer_bg {
    display: none;
}

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

.inner_content {
    min-height: 0;
}

#popup_zone #main_content {
    margin: 0;
}

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

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

[class*="col-"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.col-50 {
    width: 50%;
}

.pad-l-5 {
    padding-left: 5%;
}

.pad-r-5 {
    padding-right: 5%;
}

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

#dialog-form,
.cc-window,
#frame_zone,
#popup_zone {
    font-family: var(--fontFamily), Arial, Helvetica, sans-serif;
}

.ui-selectmenu-button,
button.ui-multiselect{
    font-family: var(--fontFamily), Arial, Helvetica, sans-serif;
}

#frame_zone,
#popup_zone {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

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

a.cc-link, a.cc-link:hover {
    color: #4b575f;
}

#frame_zone .jobs_introduction_text a:before,
#agreement a:before,
.col-50 a:before,
p > a:before {
    content: '\00BB';
}

#frame_zone .jobs_introduction_text a:after,
#agreement a:after,
.col-50 a:after,
p > a:after {
    content: '\00AB';
}

.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: var(--fontFamilyBold), Arial, Helvetica, sans-serif;
    font-weight: var(--fontWeightBold);
    line-height: 1.6;
    color: #333;
    text-rendering: optimizelegibility;
}

.frame_zone h1 {
    font-size: 26px;
    line-height: 2.0;
}

.menuid_65 #headline_first {
    display: none;
}

.menuid_65 .banner_start_img p {
    color: rgb(0, 101, 189);
    position: absolute;
    top: 30%;
    left: 8%;
    font-size: 40px;
    margin: 0;
    font-weight: bold;
    padding: 20px;
    background-color: rgba(260, 260, 260, 0.4);
    border-radius: 5px;
    cursor: default;
    pointer-events: none;
}

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

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

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

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

strike {
    text-decoration: line-through;
}


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

.input_box span:focus,
.input_box button:focus {
    border-color: #0067B2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 103, 178, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 103, 178, .6);
}

.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;
    color: #000;
    font-weight: normal;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ccc;
}

.group_field input[type=text]:focus,
.group_field input[type=date]:focus,
.group_field input[type=password]:focus,
.group_field input[type=file]:focus,
.group_field select:focus,
.group_field textarea:focus {
    border-color: #0067B2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 103, 178, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 103, 178, .6);
}

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

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000 !important;
    opacity: 0.54;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
    opacity: 0.54;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000 !important;
    opacity: 0.54;
}

::-ms-input-placeholder {
    color: #000 !important;
    opacity: 0.54;
}

::placeholder {
    color: #000 !important;
    opacity: 0.54;
}

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

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

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

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

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

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

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

legend,
.legend {
    display: block;
    padding: .3em 0;
    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_comment {
    margin: .3em 0;
}

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

#filter_area .group_line {
    display: flex;
}

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

.group_field label,
.group_field .label {
    padding-bottom: 4px;
    display: block;
}

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

.asterisk {
    color: #0067B2;
}

.field_error input,
.field_error select,
.field_error textarea,
input.field_error,
select.field_error,
textarea.field_error,
.field_error .ui-selectmenu-button,
.field_error .ui-selectmenu-button .ui-icon:before,
.field_error .ui-multiselect,
.field_error .ui-multiselect .ui-icon:before {
    background-color: #FCC !important;
    color: #C36 !important;
}

.field_error ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C36 !important;
    opacity: 1 !important;
}

.field_error ::-moz-placeholder { /* Firefox 19+ */
    color: #C36 !important;
    opacity: 1 !important;
}

.field_error :-ms-input-placeholder { /* IE 10+ */
    color: #C36 !important;
    opacity: 1 !important;
}

.field_error ::-ms-input-placeholder {
    color: #C36 !important;
    opacity: 1 !important;
}

.field_error ::placeholder {
    color: #C36 !important;
    opacity: 1 !important;
}

#filter_career_level,
#filter_standort,
#filter_aufgabengebiet,
#filter_locationtype {
    width: 49.5%;
}

#radius_search_location{
    border-right: 0;
}

#filter_range {
    width: 15%;
    padding-right: 1%;
}

#filter_location {
    width: 26%;
}

#filter_volltext {
    width: 50%;
    padding-right: 1%;
}

#filter_area .extended_filter {
    position: relative;
}

#filter_area .extended_filter hr {
    margin: 20px 0;
    height: 3px;
    background: #d3d3d3;
}

#filter_area .extended_filter:hover {
    cursor: pointer;
}

#filter_area #extended_group_line {
    display: none;
}

#filter_area .extended_filter .filter_text {
    text-align: center;
    position: absolute;
    top: -14px;
    width: 100%;
}

#filter_area .extended_filter .filter_text span {
    background-color: #fff;
    padding: 10px 5px 10px 10px;
    text-transform: capitalize;
}

#filter_area .extended_filter .icon_arrow {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: FontAwesome;
}

.ui-multiselect .ui-icon:before,
.ui-selectmenu-button .ui-icon:before,
#filter_area .extended_filter .icon_arrow:before {
    color: #0067B2;
    content: "\f078";
    display: inline-block;
}

#filter_area.active .extended_filter .icon_arrow:before {
    content: "\f077";
}

#filter_area.active #extended_group_line {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}

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

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

#header_links {
    max-width: 832px;
    width: 100%;
    height: 50px;
    position: sticky;
    position: -webkit-sticky;
    border: 1px solid rgba(220, 223, 226, 0.8);
    background: #fff;
    top: 105px;
    padding: 10px 0;
    z-index:20;
}

#header_links  #btn_whatsapp {
    float: left !important;
}

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


#sticky_jobalert .css_button {
    margin: 0;
}

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

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

#pageid_pagejob #btn_online_application_back {
    display: none;
}

.cc-btn,
.cc-btn:focus,
.cc-btn:visited,
.cc-btn.cc-deny,
.cc-btn.cc-choose,
.cc-btn:active {
    background: #ddd;
    color: #000;
}

#dialog-form .cc-btn.active,
.frame_zone .css_button a:hover,
.cc-btn:hover {
    background: var(--buttonHoverColor);
    color: #fff;
    text-decoration: none;
}

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

.navigation_box {
    width: auto;
    display: none;
}

.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 {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    margin-left: 10%;
}

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

.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 15px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-family: var(--fontFamily), Arial, Sans-Serif;
}

.navbar-nav > li > a:active,
.navbar-nav > li > a:visited,
.navbar-nav > li > a:focus {
    color: black;
}

.navbar-nav > li.active a {
    color: var(--buttonColor);
}

.navbar-nav > li > a:hover {
    color: var(--buttonColor);
}

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

ul.path_nav li {
    float: left;
    margin-right: .5em;
}
ul.path_nav a:hover {
    color: var(--buttonColor);
}


.btn-navbar {
    display: none;
    float: right;
    padding: 10px 10px;
    margin: 35px 15px 0 5px;
    color: #ffffff;
    background: var(--buttonColor);
    border: 0;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
}

.btn-navbar:hover {
    background-color: var(--buttonHoverColor);
}

.btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #FFF;
}

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

/**************/
/*  joboffer  */
/**************/
.job_spinner{
    text-align: center;
    font-size: 2em;
    display: none;
    color: var(--buttonColor);
}

.joboffer_container {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;

}
.joboffer_inner, .joboffer_outer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.joboffer_outer{
    border-left: 10px solid transparent;
}
.joboffer_inner{
    margin: 15px 15px 15px 0px;
}

.joboffer_container:hover {
    background-color: #f5f5f5;
    cursor: pointer;
    box-shadow: 5px 5px 5px silver;
}

.joboffer_container .joboffer_outer:hover {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 10px solid var(--buttonColor);
}


.joboffer_box > a {
    font-size: 1.1em;
    display:inline-block;
}

.joboffer_box.joboffer_title_text {
    width: 70%;
    padding-left: 12px;
    box-sizing: border-box;
}

.joboffer_box.joboffer_informations {
    text-align: right;
    font-size: .9em;
    width: 25%;
    box-sizing: border-box;
    margin-top: 5px;
}

.joboffer_box > a,
.joboffer_box > a:active,
.joboffer_box > a:hover {
    color: var(--buttonColor);
}

.joboffer_informations .fa-map-marker {
    /*color: var(--buttonColor);*/
}

.jobcategory_details{
    margin-top: 10px;
}

.jobcategory_details .fas:before{
    font-size: 1.5em;
}
.jobcategory_icon i{
    margin-right:10px;
}

.jobcategory_icon i:last-child{
    margin-right:0px;
}

.distance,
.job_location {
    font-size: .9em;
    color: #666;
    white-space: nowrap;
    margin-top: 1px;
}

.job_details {
    padding: 0 0 4px 0;
    font-size: .8em;
    color: #666;
}

.job_details span {
    display: inline-block;
    margin-right: 14px;
}

.job_teaser {
    font-size: .9em;
    line-height: 1.4;
    color: #666;
}

a.joboffer_maplink,
a.joboffer_maplink:visited {
    color: #000;
}

a.joboffer_maplink:active,
a.joboffer_maplink:hover {
    color: var(--buttonColor);
}

.icontojob{
    font-size: 1.1em;
}

.icontojob.fa-star{
    color:#f2b01e;
}
.joboffer_container i.divtopjob4{
    display: none;
}
/**************/
/* joboffers  */
/**************/

#joboffers_message {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

/* jobalert */
#sticky_jobalert {
    position: fixed;
    top: 440px;
    right: 0;
    z-index: 1;
}

#sticky_jobalert a {
    display: block;
    background: var(--buttonColor);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #FFF;
    padding: 22px;
    text-decoration: none;
}

#sticky_jobalert a:hover {
    background: var(--buttonHoverColor);
}

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

.job_alert_mail_input {
    width: 100%;
}


#jobTplContainer {
    overflow: hidden;
}

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

.autocomplete_span {
    display: inline;
}

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

#filter_area .group {
    overflow: auto;
}

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

#filter_area fieldset ul {
    height: 4em;
}

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

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

#filter_area fieldset ul {
    width: 99.5%;
}

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

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

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

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

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

#filter_area .css_button {
    margin: 0;
}

#btn_submit_search a,
#btn_reset_search a{
    padding: 10px 10px;
    font-size: 22px;
}

#btn_reset_search.css_button {
    margin-left: 4px;
}

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

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

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

/* joblist */
#rexx_footer {
    line-height: 1em;
    text-align: right;
    font-size: .8em;
    padding-top: 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 {
    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;
}

#nav_main {
    display: none;
}

#nav_main ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
}


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

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

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

#language_selector {
    position: absolute;
    top: 40px;
    right: 10px;
    font-size: 0.9em;
}

#language_selector ul.path_nav {
    margin: 0;
    float: right;
}

#language_selector ul.path_nav li:not(:last-child):after {
    content: '|';
    margin-left: .5em;
}
#language_selector .selected_lang{
    color:rgb(0, 101, 189);
}

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

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

/****************/
/* data protection table */
/****************/

.cookieTable {
    font-size: 16px;
}

.flex-table {
    display: flex;
    flex-flow: nowrap;
    border-left: solid 1px #000;
    transition: 0.5s;
}

.header-row {
    font-weight: bold;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
}

.flex-row {
    width: calc(100% / 6);
    text-align: center;
    padding: 0.5em 0.2em;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    word-wrap: break-word;
}

.cookieName {
    width: 14%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.provider {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.purpose {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.process {
    width: 16%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.essential {
    width: 13%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 600px) {
    .cookieTable {
        font-size: 12px;
    }

    .cookieName {
        width: 11%;
    }
}

@media (max-width: 400px) {
    .cookieTable {
        font-size: 9px;
    }
}

/****************/
/* modal window */
/****************/

body.popup_body #popup_zone {
    overflow-y: auto;
}

/******************/
/* iframe resizer */
/******************/

#resizer {
    position: absolute;
    top: 0;
    left: 0;
    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;
}

/*************/
/* Map       */
/*************/
.map-head {
    display: block;
    position: fixed;
    top: 543px;
    right: 0;
    text-align: center;
    z-index: 1;
}

.map-head:hover {
    opacity: 1;
}

.frame_zone .map-head a {
    display: block;
    width: 84px;
    padding: 15px 5px;
    color: #fff;
}

.map-head .fa {
    color: #fff;
}

.map-head a:hover {
    text-decoration: none;
}

.map-head .map-toggle {
    margin-bottom: 0;
    background-color: var(--buttonColor);
    border: 1px solid var(--buttonColor);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.map-head .map-toggle:hover {
    background-color: var(--buttonHoverColor);
}

#mapFrame {
    position: relative;
}

#mapFrame .sidebar-header {
    background-color: var(--buttonColor);
    color: #fff;
    margin: -10px -20px 0;
    padding: 0 20px;
    font-size: 1em;
    font-weight: normal;
    line-height: 2.2;
}

#sidebar .jobList {
    font-size: 0.9em;
}

#sidebar.sidebar {
    z-index: 20;
}

.sidebar-left ~ .sidebar-map {
    margin-left: 0 !important;
}

#mapFrame .jobList .jobDetails {
    margin-left: 20px;
}

@media (max-width: 979px) {
    .map-head {
        top: 398px;
        opacity: 0.8;
    }

    .map-head a {
        padding: 10px 0;
    }
}

@media (max-width: 480px) {
    .map-head {
        position: relative;
        opacity: 1;
        top: 0;
    }

    .frame_zone .map-head a {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 20px;
        line-height: 22px;
        border: none;
    }
}

/**************/
/*rexx-Captcha*/
/**************/

#captcha .block {
    margin: 0 0 5px 0;
}

#captcha.group_field #captcha_input {
    max-width: 300px;
}

#captcha #captcha_img {
    cursor: pointer;
}

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

@media (max-width: 1200px) {

    #language_selector {
        top: 15px;
    }
}

@media (max-width: 1024px) {
    #header_zone .header_img img {
        padding: 5px 20px;
        max-width: 190px;
    }
}

@media (max-width: 992px) {

    #sticky_jobalert {
        top: 295px;
        opacity: 0.8;
    }

    #sticky_jobalert:hover {
        opacity: 1;
    }
}

@media (max-width: 820px) {

    #header_zone {
        display: block;
        min-height: 105px;
    }

    #header_zone .header_img {
        float: left;
    }

    .btn-navbar {
        display: none;
        float: right;
    }

    .navigation_box {
        display: none;
    }

    .navigation_box.active {
        display: block;
        clear: both;
    }

    #language_selector {
        position: relative;
        background: #fff;
        top:unset;
        right: unset;
    }

    #language_selector ul.path_nav {
        float: none;
        padding-left: 10px;
    }

    .navbar-nav {
        align-items: flex-start;
        flex-direction: column;
        margin-left: 0;
    }

    .navbar-nav > li {
        width: 100%;
    }

    .navbar-nav > li:hover {
        background-color: #F9F9F9;
    }

    .navbar-nav > li > a {
        padding-left: 10px;
    }

    .menuid_65 .banner_start_img p {
        font-size: 4vw;
    }

    #footer_zone .footer_container {
        padding: 0 10px;
        box-sizing: border-box;
        text-align: center;
    }

    .privacy_layer .privacy_box {
        margin: 0 10px;
    }

    .joboffer_container {
        flex-direction: column;
    }

    .joboffer_box.joboffer_title_text {
        width: 100%;
    }

    .joboffer_box.joboffer_informations {
        text-align: left;
        padding-left: 12px;
        width: 100%;
    }

    .joboffer_informations .location_item {
        display: inline;
    }

    .joboffer_informations .location_item a {
        margin-right: 10px;
    }

    .job_teaser,
    .job_location {
        display: none;
    }

    .social_media_footer {
        float: none;
    }
}

@media (max-width: 768px) {

    .real_table_col3 {
        display: none;
    }

    .col-50 {
        width: 100%;
        padding-bottom: 30px;
    }

    .pad-r-5, .pad-l-5 {
        padding-right: 0;
        padding-left: 0;
    }

    .job_count_box {
        margin-left: 40px;
    }

    .privacy_layer {
        top: 1%;
    }

    #rexx_product_video {
        height: 400px;
    }
}

@media (max-width: 600px) {

    .menuid_84 iframe {
        height: 280px !important;
    }
}

@media (max-width: 480px) {

    #filter_area .group_line,
    #filter_area.active #extended_group_line {
        display: block;
        margin-bottom: 15px;
    }

    #filter_area .extended_filter hr {
        margin: 50px 0 20px;
    }

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

    #filter_career_level,
    #filter_standort,
    #filter_aufgabengebiet,
    #filter_locationtype {
        width: 100%;
        padding: 0;
    }

    #filter_location,
    #filter_range,
    #filter_volltext {
        width: auto;
        padding: 0;
    }

    #radius_search_location {
        border-right: 1px solid #ccc;
    }

    .group_field {
        width: 100%;
    }
    #header_links{
        height: auto;
    }
    #header_links #btn_whatsapp {
        float: none !important;
    }
    .frame_zone .css_button,
    .frame_zone .css_button a {
        display: block;
    }

    .frame_zone .css_button {
        margin-bottom: 10px;
    }

    #btn_reset_search.css_button {
        margin: 4px 0;
    }

    .joboffer_box.joboffer_informations {
        display: block;
    }

    .landing_contentbox .imagebox p {
        font-size: 16px;
    }

    #sticky_jobalert {
        position: relative;
        opacity: 1;
        top: 0;
        margin: 20px 0;
    }

    #sticky_jobalert a {
        padding: 10px 20px;
    }

    #sticky_jobalert a > br,
    .jobcategory_icon {
        display: none;
    }

    #sticky_jobalert .sj_job {
        font-weight: normal;
        margin-right: 10px;
        font-size: 18px;
    }

    #rexx_product_video {
        height: 250px;
    }
}

@media (max-width: 320px) {

}