/**
 *   reponsive style rules for mobile devices.
 *   Author: Djoulako vicky
 *   Company : Zinger Systems
 *
 **/



 body{
    min-width: 320px;
}


.wrapper{
    margin: 0px auto;
    max-width: none;
    width: 97%;
    padding: 0 10px;
}


#banner #header {
    border: medium none;
}

#container #left .c3.banners{
    display: none;
}

#main.c6{
    min-height: 725px;
}

#container #left .banner_title.center h3{
    font-size: 22px;
}

#container #left #banner-clicks li a{
    background: none;
}

#banner #container #show_job_contents {
    /*width: 78%;*/
    width: 100%;
}
.text_field{
    display: block;
    position: relative;
}

.text_field .dropdown-suche-spezial{
    margin-top: -10px;
}

.text_field .dropdown-suche-spezial .group{
    padding: 5px 0;
}

.text_field .dropdown-suche-spezial label{
    display: inline-block;
}

.text_field .dropdown-suche-spezial input{
    float: left;
}


#banner #container #show_job_contents #job_frame{
    width: 100%;
}

#search input.firmensearch.firmenSearchInput{
    width: 100%;
}

.btn-bewerben{
    display: none;
}


/*****************Mail Modal Box*******************/
#formBloc{
    border: 1px solid #ccc;
    display: none;
    width: 100%;
}

#formBloc h3{
    margin: 0;
    padding: 10px;
    background-color: #5186d4;
    color: #fff;
}

.mailBoxForm{
    margin: 10px;
}

.mailBoxForm p label{
    display: block;
    margin-bottom: 5px;
    width: 100%;
}

.mailBoxForm p input{
    background: url("/images/bg-ip2.gif") repeat-x scroll left top #F4F4F4;
    border: 1px solid #A8ACAD;
    font: 14px Arial,Helvetica,sans-serif,"Trebuchet MS";
    height: 16px;
    margin: 4px 0;
    padding: 7px 5px;
    width: 97%;

}

.mailBoxForm p .note {
    color: #787878;
    font-size: 11px;
}

.mailBoxForm p textarea{
    background: url("/images/bg-ip2.gif") repeat-x scroll left top #F4F4F4;
    border: 1px solid #ccc;
    border-radius: 0;
    display: block;
    height: 267px;
    padding: 5px 10px;
    width: 95%;
}


.MailBox{
    -moz-border-radius: 0 !important;;
    -webkit-border-radius: 0 !important;;
    border-radius: 0 !important;;
    padding: 0 !important;;
}

.MailBox.ui-dialog .ui-dialog-titlebar-close{
    display: none !important;;
}

.MailBox .ui-dialog-titlebar{
    background: #6e90d5 !important;;
    -moz-border-radius: 0 !important;;
    -webkit-border-radius: 0 !important;;
    border-radius: 0 !important;
}

.MailBox .ui-dialog-title{
    color: #fff;
    height: 25px;
    padding-top: 7px
}

.MailBox.ui-dialog .ui-dialog-buttonpane button{
    float: right;
    padding: 8px;
}

.actions button{
    cursor: pointer;
}

.actions .send{
    background: rgba(0, 0, 0, 0) url("/images/button_green.png") no-repeat scroll 0 0;
    border: medium none;
    color: white;
    width: 100px;
    font-weight: bold;
    background-size: 100px 40px;
    height: 40px;
    font-size: 16px;
    margin: 0;
}

.actions .close{
    background-color: #888585;
    border-radius: 5px;
    border: medium none;
    color: white;
    font-weight: bold;
    height: 30px;
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 80px;
}

/*********** social buttons ***************/

.socials{
    margin-top: 15px;
    position: relative;
    width: 100%;
}

.btn-social{
    display: inline-block;
    text-decoration: none;
    text-indent: -10000px;
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
}

.flike{
    background-image: url("../images/flike.png");
    width: 48%;
    height: 40px
}

.tlike{
    background-image: url("../images/tlike.png");
    width: 46%;
    height: 40px;
}


.btn-social:hover{
    text-decoration: none;
}


/********************** header style *********************************/



#body #user_bar .main-menu > li a, #body #user_bar .main-menu > li a:hover {
    color: #111;
}

#container{
    margin-top: 30px;
}

#hwrap{
    /*background-image: url(../images/header-bg.png);*/
    background-color: #fff;
    background-image: url(../images/Fraufading.png);
    background-position: 80% 70px;
    background-repeat: no-repeat;
    width: 100%;
}

#header .slogan {
    font-size: 17px;
    color: #6B6B68;
    text-align: left;
    margin: 15px 0 0 20px;
}

#footer-wrapper {
    background: #6e90d5 none repeat scroll 0 0;
}

#footer-wrapper p{
    color: #222;
}

#footer-wrapper p a{
    text-decoration: none;
}

#search_box, #header, #tabs {
    background: transparent;
}

#search_type a{
    font-size: 20px;
    height: 34px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
}


#search_box #search_type a.active {
    background-color: #6f8ee0;
    background-position: left -98px;
}

#search_type a.stellen{
    background: transparent;
    background-color: #afbff2;
    color: #fff;
}

#search_type a.detail{
    background: linear-gradient( to right, #6e90d5 5%, rgba(129, 155, 243, 0.3) 100%);
    color: #fff;
}

#search_options{
    /*background: #6e90d5 none repeat scroll 0 0;*/
    background: linear-gradient( to right, #6e90d5 45%, rgba(129, 155, 243, 0.3) 100%);
}

#header {
    color: #444;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

#header h1 {
    margin: 0 0 0 -22px;
    text-align: left;
    text-indent: -10000px;
    width: 100%;
    position: relative;
}


#header h1 a{
    background: url("/images/img-logo-admin.png") 5px 0 no-repeat;
    /* display: block;
    height: 102px;
    margin: 25px 0 0 20px;
    width: 100%;
    max-width: 325px;
    position: relative;
    background-size: contain; */
    display: block;
    height: 150px;
    margin: 25px 0 0 20px;
    width: 100%;
    max-width: 240px;
    position: relative;
    background-size: contain;
}

#banner_wrapper{
    margin: 0px; width: 100%;
}

#banner_wrapper p{
    margin: 0;
}


#high_impact_banners{
    height: 250px;
}

#banner_wrapper .right, #banner_wrapper .left{
    height: auto;
    margin: 0 0.5%;
    margin-top: 108px !important;
    max-width: 140px;
    width: auto;
}

#banner_wrapper .left img{
    width: 100%;
}

#spruche{
    display: none;
}

#search_options_wrapper{
    padding: 0px;
}

#search_options #searchSimpleTable .field{
    display: inline;
}
#search_options #searchSimpleTable .field > label{
    color: #FFF;
    display: inline-block;
    float: none;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    width: 13%;
}

#search_options #searchSimpleTable input[type="text"] {
    margin-left: 1.1%;
    margin-right: 6px;
    max-width: 675px;
    width: 65%;
}

#search_options input.search, #search input.firmsearch {
    background: url("/images/bg-ipTxt.gif") repeat-x scroll left top #fff;
    border: 1px solid #426b0c;
    color: #000;
    font-size: 16px;
    height: 25px;
    margin-top: 6px;
    padding: 4px 8px;
    width: 95%;
}

#searchDetailsTable #search_options input.search{
    font-size: 13px;
}

.search .dropdown-wohnort, .search  .dropdown-schnellSuche, .search  .dropdown, .search .dropdown-suche-spezial, .text_field .dropdown-suche-spezial{
    border: 1px solid #1b1b1b;
}

#search_options input#search_submit {
    background-image: url(/images/btn-search.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: 0;
    background-color: #FF7C01;
    border: medium none;
    cursor: pointer;
    height: 35px;
    width: 147px;
}

#search_options #searchDetailsTable {
    margin: 0px;
}

#search_options #searchDetailsTable .field > label {
    color: #FFF;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    margin: 0px 3px;
    padding: 0px;
}

#search_options #searchDetailsTable .field{
    display: inline-block;
    margin: 0 6px;
    width: 11%;
}

#search_options #searchDetailsTable .field.field-button{
    width: 15.3%;
}


#container {
    background: none ;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: auto;
}

.bxslider{
    margin-top: 7px;
}

#container #left #bigButtons a.publizieren {
    background: transparent  url(/images/btn-Infos-suchende.png) no-repeat scroll 0 ;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
}

#container #left #bigButtons a.detailsuche{
    background: transparent  url(/images/btn-Infos-firmen.png) no-repeat scroll 0 ;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
}

#container #left #bigButtons a.kontakt {
    background: transparent  url("/images/btn-inserieren.png") no-repeat scroll 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
}

#container #left #bigButtons a.btn-firma-eintrag {
    background: transparent  url("/images/btn-firma-eintrag.png") no-repeat scroll 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
}

#aktuelle{
    margin: 0 auto 25px;
    text-align: center;
    width: 100%;
    min-height: 28px;
}

h5.aktiv-links{
    line-height: 20px;
}

.aktiv-links a{
    color: #096CFF;
    text-decoration: none;
    font-size: 15px ;
}

.aktiv-links a:hover{
    text-decoration: underline;
}

#container #right{
    margin-top: -11px;
}

ul#jobs.spy{
    margin: 30px 0 0;
}

#firmen_info.firma .details{
    margin-top: 0px;
}

#firmen_info.firma{
    margin-top: 0px;
}

#firmen_info.firma .details h2{
    color: #7CA709;
    font-size: 23px;
    line-height: initial;
}
/*************** BANNER RIGHT ************************/
.banner_title h2{
    background-color: #fff;
    margin: 0;
    padding: 10px 0 0;
}

.banners h2{
    color: #096CFF;
    font-size: 20px;
    text-align: center;
}
#container  .banners .banner_wrapper{
    background-color: rgba(129, 155, 243, 0.3);
    border: 1px solid rgb(148, 195, 223);
    padding: 15px 2px 15px;
    margin-bottom: 20px;
}

#container .banners li{
    width: 74px;
}
#container .banners .banner-head{
    background-color: #fff;
    padding: 0px 0px 1px 5px;
    margin: 0;
}

#container .banners #old-banners{
    background-color: #fff;
    padding: 10px 0px 20px 0px;
    margin: 0;
}

#container .banners #old-banners .last-item{
    float: none;
}

#container .banners .banner-head li {
    width: 95%;
    height: auto;
    overflow: hidden;
    float: none;
    margin: 0 5px 5px 0;
    text-align: center;
}

#container .banners .banner-head li a{
    display: block;
    float: none;
    width: auto;
    height: auto;
    background-color: transparent;

}

#container .banners .banner-head li a img{
    display: block;
    margin: 5px auto;
    width: 100%;
    max-width: 147.25px;
}

/*************************/

#high_impact_banners{
    min-height: 285px;
    height: auto;
}


#search_options_wrapper{
    width: 100%;
}

#banner_wrapper {
    margin: 0 auto;
}

#container {
    margin: 30px 0 0;
}


.bookmark_buttons .button{
    float: left;
    margin-right: 8px;
}

.bookmark_buttons .button.zuruck{
    margin-right: 0;
}

.clearfix{
    clear: both;
}

.menu-left, .menu-right{
    width: 45%;
    float: left;
}

.menu-right{
    margin-left: 12px;
}



.menu-left{
    margin-right: 10px;
}



.left_group, .right_group{
    width: 47%;
    position: relative;;
    display: inline-block;
    float: left;
}

.left_group{
    margin-right: 4%;
}





.search-row .spinner{
    height: 320px;
    background-size: 6%;
    background-color: #61595914;
    background-repeat: no-repeat;
    background-image: url(/images/ajax-loader.gif);
    background-position: center;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.popupSearch{
    position: absolute;
    display: none;
    border: 2px solid #aaa;
    padding: 5px;
    width: 12.9em;
    margin-left: -10px;
    z-index: 100;
    background: #fbfbfb;
    font-size: 15px;
    line-height: 20px;
    margin-top: 2px;
    color: #444;
}


.search-row .mini-spinner{
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/images/ajax-loader.gif);
    background-position: center;
    width: 25px;
    margin-left: 40px;
    position: absolute;
    margin-top: 5px;
}

.btn-text{
    display: inline-block;
    position: absolute;
    left: 20px;
    z-index: 100;
    border: 1px solid #dcdcdc;
    margin-top: 32px;
    background: white;
    padding: 10px;
    width: 158px;
    box-shadow: 2px 5px 7px;
}

.btn-text p{
    margin: 0 0 0.5em 0;
}

.search .search-row .search-text.medium{
    width: 10em;
}



/*****************************************************/

.search{

}

.search .search-row{
    margin:10px 10px 10px 0;
    min-height: 30px;
    position: relative;
}

.search .search-row > *{
    float: none;
    display: inline-block;
}

.search .search-row label {
    background: #5499ca;
    text-align: center;
    color: #fff;
    padding: 6px;
    font-size: 15px;
    width: 10.7em;
    margin-right: 13px;
    /* background: linear-gradient(to right, rgba(10, 170, 255, 0.86), #0B6DB1 );*/
}


.search .search-row .search-text{
    border: 1px solid #0B6DB1;
    height: 23px;
    font-size: 14px;
    margin: 0 4px;
    width: 10.8em;
    padding-left: 10px;
}

.search .search-row .search-text.short{
    width: 8em;
}

.search .search-row .search-select{
    border: 1px solid #0B6DB1;
    height: 28px;
    font-size: 14px;
    margin: 0 4px;
    width: 10.8em;
    padding-left: 10px;
    background: #fff;
}

.search .search-row .search-select option:first-child{

}

.search-row p{
    border: 1px solid #0B6DB1;
    margin-left: 6px;
    padding: 4px 10px;
    margin-top: 0;
}

.search-row p a{
    color: #888;
    font-size: 16px;
    margin-right: 10px;
    text-decoration: none;
}

.search-row p a:hover{
    color: #000;
    text-decoration: underline;
}


.search-row .search-btn{
    background: #fb5418;
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    position: absolute;
    border: medium none;
    font-weight: bold;
    cursor: pointer;
    padding: 4px;
}



body {
    overflow-x: hidden;
}

/* wrapper styles */
#main_wrapper {
    position: relative;
    min-height: 100vh;
    padding: 0;
}

.sidebar {
    padding-top: 1em;
    color: #ddd;
    width: 0;
    background: #5499ca;
    display: none;
}

.sidebar nav{
    margin-top: 30px;
}

nav a {
    display: block;
    padding: .7em;
    margin-bottom: 2px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}


.nav-button-open, .nav-button-close{
    position: absolute;
    margin: 15px 10px;
    background-image: linear-gradient(to right, #7BA708, #7BA708),
    linear-gradient(to right, #7BA708, #7BA708),
    linear-gradient(to right, #7BA708, #7BA708);
}

.closeSidebar{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
}

.sidebar nav a{
    font-size: 1.1em;
    border-bottom: 2px solid;
    text-decoration: none;
}

.sidebar nav a{
    margin-bottom: 0px;
}

body:target .sidebar{
    display: block;
}


.sidebar nav a:first-child{
    padding-top: 0;
}


.content_buttons a{
    box-shadow: 0.5px 3px 4.5px #aaa;
    background-color: #00DAF8;
    border: 1px solid #fcfcfc;
    color: #000;
    display: inline-block;
    float: left;
    font-size: 16px;
    padding: 10px 12px;
    text-align: center;
    width: 167px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 10px;
    margin-bottom: 10px;
}
.application-text-contents > div{
    display: none;
}





/********************* register company **********************/

#job_feed{
    text-align: center;
    margin-top: 0px;
}

#job_feed h1{
    font-size: 22px;
    margin-bottom: 42px;
}

#job_feed form{
    margin-top: 20px;
}


#job_feed form input[type="text"], #job_feed form textarea{
    border: 2px solid #2f87ff;
    padding: 10px;
    width: 90%;
    margin-bottom: 10px;
    font-size: 15px;
}


#job_feed .extra{
    border: 2px solid #2f87ff;
    margin-bottom: 9px;
    margin-left: 35px;
    padding: 10px;
    width: 86.5%;
}

#job_feed .extra label{
    color: #999;
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

#job_feed form input[type="file"]{
    display: block;
    width: 100%;
}

#job_feed h1, #job_feed h2{
    color: #7CA709;
}

#job_feed form > label{
    width: 100%;
    display: block;
    text-align: left;
    color: #888;
    margin-left: 15px;
    line-height: 18px;
}

#job_feed form textarea{
    height: 120px;
    width: 90%;
}


#job_feed form .btn-submit{
    background-color: #7CA709;
    padding: 12px 18px;
    border: 1px solid #7CA709;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
    cursor: pointer;
}

#job_feed .fieldWithErrors > * {
    border: 2px solid red !important;
}

#job_feed #errorExplanation{
    text-align: left;
}

#job_feed #errorExplanation h2{
    display: none;
}

#job_feed #errorExplanation p{
    border: medium none;
    margin-left: 25px;
}

#job_feed #errorExplanation ul{
    margin-bottom: 25px;
    margin-left: 40px;
}



.btn-fk{
    background: transparent url(../images/fk-teilen.jpg) no-repeat center;
    background-size: cover;
    display: inline-block;
    width: 97px;
    height: 36px;
    cursor: pointer;
    margin-bottom: 10px;
}



.link-fk{
    background: url(../images/fk.jpg) no-repeat left;
    background-size: contain;
    padding-left: 18px;
    margin-left: 10px;
    color: #0B6DB1;
    font-weight: bold;
}

/******************* bewerbung layout style ********************/

#bewerbung{

}

#bewerbung h1{}

#bewerbung #header h1 a{
    /*display: inline-block;*/
}


#bewerbung .headLogo{
    float: left;
    margin: 5px 0 0;
    max-width: 170px;
    width: 100%;
}

#bewerbung .headLogo img{
    width: 100%;
}

#bewerbung .headImg{
    float: right;
    margin-top: 20px;
    width: 300px;
}

#bewerbung .headImg img{
    width: 100%;
}


#bewerbung .row{
    border: 1px solid #ccc;
    padding: 5px 15px;
}

#bewerbung .row#absender{
    min-height: 200px;
}

form#apply_mailer .row span{
    margin: 0;
    padding: 10px 0;
}

#apply_mailer span{
    font-size: 16px;
}

#apply_mailer span b{
    color: #777;
    display: inline-block;
    min-width: 80px;
}

#apply_mailer span i{
    color: #0066bb;
    font-style: normal;
}


#apply_mailer span i em{
    cursor: pointer;
}

#bewerbung .row .row-left{
    float: left;
    width: 100%;
}


body #anschreiben.row  .row-left{
    float: left;
    width: 50%;
    margin-right: 3%;
}

body #anschreiben.row  .row-right{
    width: 47%;
}


#bewerbung .row .row-right{
    float: left;
    width: 30%;
}

#bewerbung form .text_medium{
    border-bottom: 1px dashed #0066bb;
    border-top: medium none;
    border-left: medium none;
    border-right: medium none;
    padding-left: 2px;
    font-size: 16px;
    width: 80%;
    color: #0066bb;
}

textarea#apply_body{
    width: 100% !important;
}

form#apply_mailer textarea#apply_body{
    margin: 8px 0;
    padding: 10px;
    border: 1px solid #ccc;
}

.col-md-4{
    width: 25%;
    display: inline-block;
    float: left;
    text-align: center;
}

form#apply_mailer #apply_submit{
    background-size: contain;
    cursor: pointer;
    display: inline;
    float: none;
    height: 80px;
    margin-top: 20px;
    width: 70%;
}

#bewerbung form#apply_mailer #apply_body{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    width: 90%;
    padding: 10px;
    margin: 0;
    font-size: 16px;
}

#simple_captcha{
    padding: 0;
    width: 100%;
    text-align: center;
}

#simple_captcha .simple_captcha_image,
#simple_captcha .simple_captcha_field {
    width: 100% !important;
}

#simple_captcha .simple_captcha_field input{
    padding: 0 14px;
}

#simple_captcha input
{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    height: 30px;
    width: 99%;
}

#bewerbung .last-row .row{
    width: 180px;
    margin: 0 auto;
    padding: 15px 20px;
    min-height: 80px;
}

#bewerbung .last-row input[type="file"]{
    width: 100%;
}

#bewerbung #container{
    margin-top: 0;
}

.top{
    padding: 12px;
    margin-top: 15px;
    background: #64b1e2;
    display: inherit;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.top:hover{
    text-decoration: none;
}


.popup{
    position:relative;
    opacity:1;
    transition:all 1s;
    -webkit-transition:all 1s;
}


.popup div
{
    width: 15px;
    font-size: 15px;
}

.popup .popup-text
{
    background-color: #318fca;
    border-radius: 16px;
    box-shadow: 1px 5px #e0e0e0;
    color: white;
    font-weight: bold;
    line-height: 1.2em;
    padding: 20px 10px;
    text-align: center;
    width: 200px;
}

/* button */
/*.button{
    position:fixed;
    top:50vh;
    margin-top:-78px;
    left:50vw;
    margin-left:-78px;
    display:inline-block;
    text-align:center;
    background-color:yellow;
    padding:40px;

    font-size:30px;

    border-radius:100px;

    transition:all 1s;
    -webkit-transition:all 1s;
}*/

/*.button:hover{
    background-color:#00FFFF;
    cursor:pointer;
}*/
/* Gestion des évenements */

.button:hover ~.popup
{
    margin-left:45px;
    opacity:1;
}

.pleft, .popup-text{
    float: left;
}

.pleft{
    position: absolute;
    left: -50px;
    top: 10px;
}

.pleft svg{
    position: absolute;
    fill: #318fca;
}

#check_body{
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

#anschreiben .popup{
    float: left;
}

#anschreiben .pleft{
    left: -13px;
}

#anschreiben .popup-text{
    margin-left: 40px;
    width: 170px;
    margin-top: 5px;
}

#anschreiben .popup{
    margin-top: -5px;
}

#catpachaBild.popup{
    margin-left: 25px;
}

#catpachaBild.popup .popup-text{
    padding: 5px;
    width: 100px;
}


#search_results svg{
    fill: #fff;
}

#search_results .popup{
    margin-left: -55px;
    position: absolute;
}

#search_results .popup-text{
    background: #fff none repeat scroll 0 0;
    border-image: none;
    border: 2.5px solid #555;
    border-radius: 47%;
    border-top: 1px solid;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    margin-left: -101px;
    margin-top: 9px;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 190px;
}

#bewerbung #absender .row-left, #bewerbung #absender .row-right{
    width: 50%;
}

#bewerbung #absender .line{
    width: 100%;
    position: relative;
}

#bewerbung #absender input[type='checkbox']{
    float: left;
    margin-top: 20px;
    margin-left: 40px;
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
    border: 2px solid #ccc;
}

#bewerbung #absender .popup{
    float: left;
}

#bewerbung #absender .pleft{
    left: 0;
}
#bewerbung #absender .popup-text{
    margin-left: 40px;
    width: 180px;
    margin-top: 5px;
}


#bewerbung form .text_medium.error{
    border: 1px solid red;
}



/****************** company page layout ************************/

.application.company-page #container #main{
    width: 100%;
    margin: 0;
}


.company-page #firmen_info.firma .logo{
    float: none;
    margin-left: 30px;
}


.company-page #firmen_info.firma .details{
    float: none;
}

.company-page #firmen_info.firma .details h2{
    color: #555;
    text-align: center;
}


.company-page .firma .bookmark_buttons{
    text-align: center;
    width: 100%;
    display: block;
    margin: 30px auto;
}


.company-page .firma .btn, .job-page #container .bookmark_buttons .btn{
    padding: 4px 12px;
    background: #5499ca;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}


.company-page .firma a:hover, .job-page #container .bookmark_buttons a:hover{
    text-decoration: none;
    background-color: #4db4f3;
}


.company-page .firma-left, .company-page .firma-right{
    float: left;
}


.company-page .firma-left{
    margin-right: 2%;
    width: 50%;
}

.company-page .firma-right{
    width: 48%;
}

.navigation{
    background: #5499ca;
    padding: 0;
    margin-bottom: 15px;
}

#bewerbung.company-page .navigation{

    margin-top: 80px;
}


.navigation .menu-item{
    float: left;
    width: auto;
}

.navigation .menu-item h4, .navigation .menu-item h3{
    background: #5499ca;
    border: medium none;
}


.navigation .menu-item h4 a, .navigation .menu-item h3 a{
    padding: 6px 8px;
    font-size: 14px;
}


/*.navigation .menu-item:hover ul {
    display: block;
}*/

.navigation .menu-item  ul{
    position: absolute;
    border: 1px solid #ccc;
    margin-top: -10px;
    background: #5499ca;
    box-shadow: 0 2px #f5f5f5;
}

.navigation .menu-item  ul::after{
    clear: both;
    content: '';
}


.navigation .menu-item  ul li{
    background: #5499ca;
    width: 100%;
}


.company-page #high_impact_banners{
    height: 100px;
}


.navigation .menu-item .expanded{
    display: block;
    z-index: 100;
}

.navigation .menu-item  ul li a{
    color: #fff;
    font-weight: 600;
}


.company-page .company-pic{
    position: absolute;
    height: 230px;
    width: 100%;
    background-position: left top;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
}


.company-page .company-pic img{
    width: 100%;
}

.company-page .info{
    position: relative;
    height: 280px;
    margin-top: 20px;
}


#firmen_info.firma .details{
    width: 100%;
}


#company-box{
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}


/****************** Other page *****************/

.application.page #container #main {
    width: calc(100% - 280px);
    margin-left: 40px;
}

#bewerbung.page #container{
    margin-top: 40px;
}

#bewerbung.page #aktuelle{
    margin-bottom: 0px;
}


#bewerbung .flash-notice, #bewerbung .flash-error{
    position: relative;
    font-size: 16px;
}

.login_container form .text, .page form input.text{
    height: 36px !important;
}


#company-box > h2{
    margin-top: 25px !important;
}


.inner_title{
    background-color: rgba(149, 211, 255, 0.47843137254901963);
    color: #5499ca;
    padding-left: 10px;
}

#bewerbung table .name{
    width: 30em;
}

#bewerbung table .stellen{
    text-align: left;
}

#bewerbung table th, #bewerbung table td{
    padding: 4px 5px;
}

.job-page #header, .home #header, .page #header, .search-page #header{
    background-color: #fff;
    background-position: 80% 16px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.company-page #header{
    background-color: #fff;
    background-position: 80% 16px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.job-page #job_frame{
    width: 100%;
    height: 1000px;
}


.job-page #container .bookmark_buttons {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 18px;
    margin-left: -25px;
}

.job-page #content{
    padding: 0;
}

#show_job_contents .title{
    margin-top: 40px;
}


.job-page .firma a:hover {
    text-decoration: none;
    background-color: transparent;
}

ul#jobs li div.jobs h4 a:hover{
    background-color: transparent;
}

.job-page #container .bookmark_buttons .btn-orange{
    background-color: #ff5f1c;
    padding: 8px 12px;
}

.job-page #container .bookmark_buttons a.btn-orange:hover{
    background-color: #ff4b1c;
}


.video-play{
    display: inline-block;
    width: 40px;
    height: auto;
    position: absolute;
    margin-left: 15px;
    cursor: pointer;
}

.video-play img{
    width: 100%;
}

.marker{
    background: #fff;
    display: inline-block;
    width: 40px;
    height: auto;
    position: absolute;
    margin-left: 15px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
}

.marker img{
    width: 100%;
    max-width: 25px;
}

.wrapper{
    position: relative;
}

.navigation .back-btn{
    float: right;
    height: 45px;
    width: auto;
    min-width: 45px;
    background: #fb683f;
    display: inline-block;
    font-size: 39px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    position: absolute;
    right: 0;
    margin-top: -5px;
}

.navigation .back-btn img{
    width: 100%;
}

.navigation .btn-more{
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-right: 100px;
    position: relative;
    margin-top: 2px;
}

.navigation .btn-more span{
    color: #fff;
    padding: 10px 8px;
    display: inline-block;
    float: left;
}


.navigation .btn-more .btn-orange{
    background: #fb683f;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin-top: 4px;
    float: right;
}



.mailBoxForm  p input[type="text"]{
    font-size: 16px;
}

.mailBoxForm  p input[type="text"], .mailBoxForm  p input[type="file"]{
    height: inherit;
}

#search .firmen-search-form{
    margin: 0 auto;
    max-width: 380px;
    width: 100%;
}


#search .firmen-search-form h1{
    margin-bottom: 5px;
}

#search input.firmensearch.firmenSearchInput{
    background: none;
}

#results tbody td{
    vertical-align: middle;
}

/************ customer checkbox *******************/

.checkbox_wrapper{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox_wrapper input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

form#apply_mailer .row .checkbox_wrapper .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    padding: 0;
    margin: 0;
}


.checkbox_wrapper:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox_wrapper input:checked ~ form#apply_mailer .row .checkbox_wrapper .checkmark {
    background-color: #2196F3;
}


form#apply_mailer .row .checkbox_wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.checkbox_wrapper input:checked ~ form#apply_mailer .row .checkbox_wrapper .checkmark:after {
    display: block;
}


form#apply_mailer .row .checkbox_wrapper  .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



#hwrap{
    background: none;
}

.home #container #left, .search-page #container #left{
    width: 380px;
}

.home #container #left .banners, .search-page #container #left .banners{
    width: 100%;
}

.home #left.c3 .banner, .search-page #left.c3 .banner{
    float: left;
    width: 175px;
    margin-right: 10px;
}



.menu-links label{
    background: #5499ca;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

.menu-links.menu-item{
    width: auto;
}

.menu-links label a, .menu-links label a:hover{
    text-decoration: none;
    padding: 8px 6px;
    color: #fff;
    width: 12.79em;
    display: block;
    font-weight: 600;
}

.home .banners h2, .search-page .banners h2{
    font-size: 17px;
}

.home #main.c6{
    height: 960px;
}

.search .menu-item label{
    width: 10.6em;
    padding: 6px 2px;
    text-align: center;
}

.search .menu-item label a{
    display: inline;
    font-size: 12.5px;
}

.search .search-row .menu-item{
    float: left;
    margin: 0;
}

.menu-item ul{
    width: 260px;
}

.menu-item ul.opened{
    display: inline-block;
    position: absolute;
    z-index: 1;
    margin-left: 175px;
    top: 0;
}


.menu-item li {
    border-bottom: 1px solid #eee;
    background: #5499ca;
    /*background: linear-gradient(to right, rgba(89, 183, 233, 0.86), #5499ca );*/
}

.menu-item li  a{
    color: #fff;
    /*background: linear-gradient(to right, rgba(89, 183, 233, 0.86), #5499ca );*/
    background: #5499ca;
    padding-left: 8px;
    font-weight: 600;
}


#header .slogan:last-child{
    margin-bottom: 40px;
}

#results td.name{
    width: 15em;
}

#results td.region img{
    width: 100%;
}

.dropdown-field{
    position: absolute;
    border: 1px solid #0B6DB1;
    width: 100%;
    min-height: 50px;
    padding: 10px 15px 15px;
    z-index: 100;
    background: #fff;
    margin-left: 3px;
    display: none;
    left: 0px;
    top: -130px;
}

.dropdown-field strong{
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.dropdown-field > p{
    text-align: right;
    border: medium none;
    padding: 0;
}

.dropdown-field p span{
    color: #fff2f2;
    display: inline-block;
    padding: 3px;
    border: 1px solid #fb683f;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    background: #fb683f;
    font-weight: bold;
}

.dropdown-field table tr td{
    padding-top: 6px;
    width: 10%;
}

.dropdown-field a{
    color: #555;
    text-decoration: none;
    margin-right: 5px;
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
}

.dropdown-field a:hover{
    color: #0B6DB1;
}

.search .search-row select{
    color: #888;
}


#anschreiben .pleft svg{
    left: 12px;
}

#container #left {
    /*margin-right: 15px;*/
    margin-right: 0;
    margin-left: 3px;
}

#left .menu-links.menu-item{
    margin-bottom: 3px;
}

button.link-to-apps a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
button.link-to-apps{
    padding: 5px 25px;
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 3px;
}

#left .menu-links label{
    text-align: center;
    width: 14.5em;
}

.ac_results{
    width: 300px !important;
}

.ac_results li{
    padding: 4px 5px !important;
    font-size: 14px !important;
}

.ac_over{
    background: #0aaaff !important;
}


#logo-ort label{
    color: #0B6DB1;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.job-page #container .wrapper{
    max-width: 1000px;
}


.hidden-row{
    display: none;
}

.open-search-option, .close-search-option{
    font-size: 16px;
    color: #6a6a68;
}

.open-search-option span{
    color: green;
}

.close-search-option span{
    color: red;
}

.open-search-option span, .close-search-option span{
    font-weight: bold;
    margin-left: 5px;
    font-size: 17px;
    margin-right: 2px;
}


.companies #main.c6{
    height: auto;
}
.companies .search .search-row label{
    width: 11.5em;
    text-align: right;
}

.companies .search .search-row label a, .companies  #left label a{
    text-transform: uppercase;
}

.companies .search .search-row label a{
    cursor: text;
}

.companies .search .search-row p{
    margin: 0 0 0 8px;
    padding-left: 0;
    max-width: 640px;
    border-top: medium none;
    border-left: medium none;
    border-right: medium none;
    border-bottom-color: #cacaca;
    /*width: calc(100% - 15.2em);*/
}

.companies .custom-login{
    background: #fb683f;
    display: inline-block;
    padding: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 60px;
    text-align: center;
}

.companies .custom-login:hover{
    text-decoration: none;
}

.search .search-btn.btn-res{
    display: none;
}

#bewerbung .wrapper form{
    position: relative;
    width: 98%;
}


#bewerbung .vorab_frage .last-row .row{
    margin: 0 ;
}

#bewerbung .vorab_frage .last-row .row-left,
#bewerbung .vorab_frage .last-row .row-right {
    float: left;
    width: 27%;
    min-width: 254px;
}

#bewerbung .vorab_frage .last-row .row-right{
    padding-top: 60px;
}

.home .menu-right .menu-item-label>a, .search-page .menu-right .menu-item-label>a{
    padding: 18px 6px;
    line-height: 17px;
}

#left .menu-links.menu-item{
    position: relative;
}

#left .menu-links.menu-item .orange-label
{
    background: #fb683f;
    text-align: left;
    width: 14.5em;
}

#left .menu-links.menu-item .orange-label a{
    float: left;
    width: auto;
    display: inline;
}

#left .menu-links.menu-item i{
    float: right;
    font-size: 30px;
    margin-right: 4px;
    margin-top: -4px;
}

center #orders a {
  display: inline-block;
  width: 23%;
}

center #orders a img{
  width: 100%;
}



@media (max-width: 939px) {
    #prufen{
        display: none;
    }

    .application_form .col-md-4{
        width: 33.33%;
    }
}


@media (max-width: 980px) {
    .bookmark_buttons .button{
        margin-right: 0.5%;
    }

    #container #main {
        float: left;
        width: 56%;
    }

    #bewerbung .wrapper{
        padding: 0 20px;
        position: relative;
    }


    #bewerbung .row{
        position: relative;
        width: 96%;
        padding: 5px 0;
    }

    form#apply_mailer .row span{
        padding-left: 10px;
        padding-right: 10px;
        line-height: 20px;
    }
}

@media all and (max-width: 956px){
    #container #left, #container #right{
        margin: 2px;
    }

    #content {
        padding: 14px 5px 0;
    }


    ul#jobs li div.jobs #job-info{
        width: 64%;
        margin-bottom: 0px;
    }

    ul#jobs li div.jobs #logo-ort{
        width: 22%;
        float: left;
    }

    ul#jobs li div.jobs .job-ort{
        float: left;
        width: auto;
    }

    .button.zuruck{
        display: none;
    }

}

@media all and (max-width: 928px){

    #search_options #searchSimpleTable input[type="text"]{
        width: 54%;
    }
    #search_options .wrapper{
        width: 90%;
    }

    #banner #container #show_job_contents {
        width: 100%;
    }

}

@media all and (max-width: 919px){

    #main_wrapper{
        padding: 0 10px;
    }

    #high_impact_banners{
        min-height: 100px;
    }

    .video{
        display: none;
    }

    #container #left{
        max-width: 150px;
    }

    .menu-left, .menu-right{
        float: none;
    }

    .menu-right{
        margin-left: 0;
    }


    .left_group, .right_group{
        width: 100%;
    }

    .bookmark_buttons a:nth-child(4), .bookmark_buttons a:nth-child(5){
        display: none;
    }

    #container #main{
        float: left;
        width: 72%;
        margin: 3%;
    }

    .application.page #container #main{
        width: 70%;
    }



    .menu-item ul{
        position: absolute;
        z-index: 1;
        margin-top: -38px;
        margin-left: 13em;
    }

    div.navigation{
        display: none;
    }

    #header h1{
        width: 100%;
        margin-left: 0;
    }

    #header h1 a{
        background: url("/images/img-logo-admin.png") no-repeat scroll 20px 0 / 80% rgba(0, 0, 0, 0);
        display: block;
        height: 103px;
        margin: 0 auto;
        width: 42%;
    }

     .sidebar {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 1;
        overflow-x: hidden;
        transition: 0.5s;
        height: 100%;
        display: inline-block;
    }
    #main_wrapper {
        transform: translateX(0) translateZ(0);
        transition: transform .2s;
        will-change: transform;
    }

    /* Button deco */
    [class^="nav-button"] {
        display: block;
        z-index: 1;
        height: 2rem; width: 2rem;
        background-color: transparent;
        background-image: linear-gradient(to right, #333, #333),
        linear-gradient(to right, #333, #333),
        linear-gradient(to right, #333, #333);
        background-position: center top, center, center bottom;
        background-repeat: no-repeat;
        background-size: 2.5rem .4rem;
        padding: 0;
        outline: 0;
        border: 0;
        cursor: pointer;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }

    /* here's goes the push left effect */
    body:target #target{
        transform: translateX(220px);
    }
    .nav-button-close,
    body:target .nav-button-open {
        display: none;
    }
    .nav-button-open,
    body:target .nav-button-close {
        display: block;
    }

    .sidebar {
        background-color: #5499ca;
    }


}

@media all and (max-width: 820px){
    .companies .search{
        display: none;
    }
}


@media all and (max-width: 897px){
    .search #branch_option[name='branch_option']{
        display: none;
    }
}
@media all and (max-width: 878px){
    .search #branch_option[name='branch_option']{
        display: none;
    }
    .search .search-row.four{
        display: none;
    }
}

@media all and (max-width: 872px){

    .companies #container #main.no_banners #content {
        padding-left: 25px;
    }

    #container #main {
        float: right;
    }

    #container #right{
        display: none;
        float: left;
    }
    #container #left .c3.banners{
        display: block;
    }

    .company-page .firma-right{
        display: none;
    }

    .company-page .firma-left{
        width: 100%;
    }

}

@media all and (max-width: 798px){
    #container #main {
        width: 70%;
    }

    center #orders a{
      width: 45%;
    }
}


@media handheld, only screen and (max-width: 780px), only screen and (max-device-width: 780px) {

    .application.page #container #main{
        width: 98%;
    }

    #high_impact_banners {
        min-height: 90px;
    }

    #high_impact_banners #banner_wrapper p{
        display: none;
    }

    #container #right, #container #left, #show_job_buttons .btn-hidden{
        display: none;
    }

    .btn-bewerben{
        display: block;
        margin-left: 10px;
    }

    #search_box{
        border: medium none;
    }

    #search_options .wrapper {
        margin: 0 15px;
    }

    #container #main{
        width: 100%;
        margin: auto 5px;
    }

    ul#jobs li div.jobs h4 a {
        /*font-size: 120%;*/
    }

    h1#aktuelle{
        margin-left: 2%;
    }

    #container #main #search_results h2{
        /*font-size: 140%;*/
        margin-left: 1%;
    }


    #content #search_results p#results{
        margin-left: 1%;
    }

    ul#jobs li div.jobs #job-info{
        width: 100%;
    }

    ul#jobs li div.jobs #logo-ort{
        display: none;
    }

    ul#jobs li div.jobs #job-info{
        width: 100%;
    }

    ul#jobs li {
        /* min-height: 60px;
         height: auto !important;*/
    }

    ul#jobs li div.jobs #job-info {
        /*margin-bottom: 4px;
        margin-top: 7px;*/
    }

    #banner #container #show_job_contents {
        width: 100%;
    }

    #applied-notice{
        margin: 5px 15px;
    }

}

@media all and (max-width: 729px){

    .search .search-row.three{
        display: none;
    }

    .search #city, .search #portal_option, .search .field.beruf, .search #plz , .search #personal{
        display: none;
    }
    .search #branch_option[name='portal']{
        display: none;
    }

    .search .search-row.three .field{
        display: none;
    }

    .search .search-row .search-text.medium{
        width: 95%;
    }
    .search .search-row > .field{
        width: 69%;
    }

    .search .search-row.two select{
        width: 67.5%;
    }
}

@media (max-width: 701px) {

    .application_form .col-md-4{
        width: 50%;
    }

    .application_form .col-md-4 .popup{
        display: none;
    }
}

@media all and (max-width: 680px){

    .search .search-row label{
        display: none;
    }

    .search .search-row .field{
        width: 99%;
    }

    .search .search-row .search-text.medium{
        width: 98%;
    }

    .search .search-row.two select{
        width: 99%;
    }

    .search .search-btn{
        display: none;
    }

    .search .search-btn.btn-res{
        display: block;
        width: 100%;
        border-radius: 0;
    }

    .popupSearch{
        margin-left: 5px;
    }
}

@media handheld, only screen and (max-width: 624px), only screen and (max-device-width: 624px) {
    #header h1 a{
        background: url("/images/img-logo-admin.png") no-repeat scroll 20px 0 / 80% rgba(0, 0, 0, 0);
        display: block;
        height: 125px;
        margin: 0 auto;
        width: 28%;
    }
}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px){

    #container #right, #container #left, .google_banner_left{
        display: none;
    }
    #banner #container #show_job_contents {
        width: 100%;
    }

}

@media handheld, only screen and (max-width: 736px), only screen and (max-device-width: 736px) {


    #apply_content, #daten-formula, .flash_message {
        margin: 0;
        width: 97%;
    }

    #apply_content h2, #apply_content > div{
        margin-left: 15px;
    }

    form#apply_mailer textarea#apply_body{
        width: 96%;
    }

    #daten-formula .entry{
        width: 96% !important;
    }

    #daten-formula .entry.mail input{
        width: 100%;
    }

    #daten-formula .entry p{
        margin-top: 0px;
    }


    #daten-formula.captcha {
        width: 98% !important;
    }

    #daten-formula .entry p{
        margin-top: 20px;
        margin-left: 0;
    }

    #daten-formula .entry.send-me p{
        margin-top: 0;
    }

    #daten-formula .entry-row .emtry.name.send-me{
        width: 96%;
    }
    #apply_content #daten-formula{
        width: 94.5%;
    }
    form#apply_mailer a.cancel{
        margin: 25px 5px;
    }
}

@media (max-width: 642px) {
    #bewerbung #absender .row-left,
    #bewerbung #absender .row-right
    {
        width: 100%;
    }
    body #anschreiben.row  .row-left, body #anschreiben.row  .row-right{
        width: 93%;
        margin: 10px 10px 0;
    }

    #bewerbung form .text_medium{
        width: 98%;
    }
}

@media handheld, only screen and (max-width: 704px), only screen and (max-device-width: 704px) {

    #header h1 a{
        width: 60%;
    }

    #search_options{
        height: auto;
    }
    #search_type{
        /*width: calc();*/
    }


    #search_type a.detail, #search_type a.stellen{
        width: 49%;
    }

    #search_options .wrapper {
        margin: 0 auto;
        max-width: 960px;
        width: 94%;
    }

    #search_options #searchDetailsTable .field{
        margin: 0px;
    }

    #search_options #searchDetailsTable .field{
        width: 100%;
    }

    #search_options #searchDetailsTable .field.field-button{
        float: left;
        margin-top: 10px;
    }

    #search_options #searchSimpleTable .field input#search_submit{
        margin-top: 10px;
        /* width: calc();*/
    }

    .search  .dropdown-wohnort{
        margin-left: 7px;
    }

    #search_options #searchDetailsTable .field > label{
        font-size: 20px;
        margin: 1% 0% 0% 0%;
    }

    #search_options #searchSimpleTable .field > label{
        display: block;
        font-size: 20px;
        text-align: left;
        width: 100%;
    }

    #search_options #searchSimpleTable .field{
        width: 100%;
    }
    #search_options #searchSimpleTable input[type="text"]{
        margin-left: 0;
        width: 98%;
    }
    .search  form .dropdown, .search  .dropdown-wohnort{
        margin-left: 6px;
        margin-top: 20px;
    }
    #search_box .dropdown-schnellSuche{
        margin-left: 0;
        margin-top: 16px;
    }

    #content {
        padding: 14px 3% 0;
    }
    .pagination{
        margin-left: 10px;
    }

    #search_box .dropdown-schnellSuche{
        left: 0;
        top: 18px;
    }
}

@media handheld, only screen and (max-width: 624px), only screen and (max-device-width: 624px) {
    #header h1 a{
        width: 44%;
    }
    #search_options #searchSimpleTable input[type="text"] {
        margin-left: 0;
        width: 95%;
    }
    #search_type {
        width: auto;
    }

    #search_type a.detail, #search_type a.stellen{
        width: 44%;
    }
    #search_box .dropdown-schnellSuche{
        left: 0;
        top: 18px;
    }

    #search_box .dropdown-schnellSuche{
        left: 0;
        top: 18px;
    }

}

@media handheld, only screen and (max-width: 590px), only screen and (max-device-width: 590px) {

    h5.aktiv-links{
        text-align: center;
    }

    #header h1 a{
        width: 46%;
    }

    #content {
        padding: 14px 5px 0;
    }

    #search_type{
        width: auto;
    }


    #search_type a.stellen.active, #search_type a.detail.active{
        display: none;
    }

    #search_type a.stellen, #search_type a.detail{
        display: block;
        width: 251px;
    }

    #content #search_results p#results, #container #main #search_results h2{
        margin-left: 3%;
    }

    #search_box .dropdown-schnellSuche{
        left: 0;
        top: 18px;
    }
}

@media (max-width: 520px) {

    .application_form .col-md-4{
        width: 49%;
        text-align: left;
    }

    #bewerbung .last-row .row{
        margin: 0;
        display: inline-block;
    }
}

@media handheld, only screen and (max-width: 518px){
    #bewerbung .vorab_frage .last-row .row-right{
        padding-top: 5px;
    }

    center #orders a{
      width: 100%;
    }
}

@media (max-width: 482px) {
    .companies #container #main.no_banners #content {
        padding-left: 12px;
    }

    .application_form .col-md-4{
        width: 100%;
    }
}


@media handheld, only screen and (max-width: 428px), only screen and (max-device-width: 428px) {
    .pagination a, .pagination .gap{
        display: none;
    }
    .pagination a.next_page, .pagination a.prev_page{
        display: inline;
    }

    #apply_content h2, #apply_content > div, form#apply_mailer textarea#apply_body{
        margin-left: 5px;
    }

}

@media handheld, only screen and (max-width: 426px), only screen and (max-device-width: 426px) {
    #header h1 a{
        width: 50%;
    }


    #search_type{
        width: auto;
    }

    #search_options #searchSimpleTable input[type="text"] {
        margin-left: 0;
        width: 92%;
    }

    #search_options #searchDetailsTable .field {
        width: 95%;
    }

    #content #search_results p#results, #container #main #search_results h2{
        margin-left: 3%;
    }
    #search_box .dropdown-schnellSuche{
        left: 0;
        top: 18px;
    }
}

@media (max-width: 980px){
    #bewerbung .row {
        width: 94%;
    }
}


@media handheld, only screen and (max-width: 350px), only screen and (max-device-width: 350px) {
    #header h1 a{
        width: 50%;
    }

    ul#jobs li div.jobs h4 a{
        /*font-size: 110%;*/
    }

    h1#aktuelle{
        /*font-size: 130%;*/
    }


    #content #search_results p#results, #container #main #search_results h2{
        margin-left: 3%;
    }

    form#apply_mailer #apply_submit {
        background: url("/images/send.png") no-repeat scroll left top / 88% auto transparent;
        height: 122px !important;
    }

    #search_box .dropdown-schnellSuche{
        left: 0;
        top: 18px;
    }
}


/* small screens styles */
@media (max-width: 768px) {
    #header h1 {
        margin: unset !important;
    }

    #header h1 a {
        background: url(/images/img-logo-admin.png) 0px 0 no-repeat;
          background-size: auto;
        display: block;
        height: 102px;
        margin: unset;
        width: 76%;
        max-width: unset;
        position: relative;
        background-size: cover;
    }

    #main-search {
        height: 180px;
    }

    #main-search #search {
        display: flex;
        height: 180px;
        padding: unset;
        align-items: center;
    }

    #main-search #search #keyword {
        height: 30px;
        width: 90%;
        margin: 0 15px;
    }

    #right, #left {
        display: none !important;
    }

    #body-container {
        width: 100% !important;
    }

    #content #jobs.spy {
        width: 100%;
        min-width: unset;
        margin: auto !important;
    }

    #body  #body-container form .text_field, #body-container form .select_field {
        max-width: 120px;
    }

    #bewerbung.job-page .wrapper {
        padding: 0;
    }

    #bewerbung #header h1 a {
        width: 100%;
        background-position: center;
        max-width: 450px;
        margin: 0 auto;
    }

    #bewerbung.company-page #high_impact_banners {
        height: 120px;
    }

    #firmen_info.firma {
        max-width: 82%;
    }

    .company-page #header h1 {
        width: 82%;
    }

    #show_job {
        width: 87%;
    }
    .home #header h1 {
        width: 88%;
    }
    .home #header h1 a{
        width: 100%;
        max-width: unset;
        background-size: contain;
        margin: 0 auto;
        background-position: center;
    }

    .home #body-container {
        margin: 0 auto;
        max-width: 90%;
        padding: 0 10px;
    }

    .home #body {
        padding: 0;
    }

    #content {
        padding: 14px 10px 0;
        width: 90%;
    }

    #search_results {
        width: 100% !important;
        min-width: unset !important;
        margin: 0 auto !important;
    }

    .home h2 > span {
        float: left !important;
        display: block;
        margin-bottom: 10px;
    }

    .home h2 span > span {
        padding-left: 5px;
    }

    #show_job {
        width: 100%;
    }
} /* end of small screen media query */

@media (max-width: 428px) {
    #body #body-container form .text_field, #body-container form .select_field {
        margin-bottom: 10px;
    }

    .home #header h1, #bewerbung #header h1 {
        width: 94%;
    }

    .home #header h1 a, #bewerbung #header h1 a {
        width: 100%;
        background-size: contain;
        background-position: center;
        margin: 0 auto;
        max-width: 280px;
    }

    #content {
        width: 100%;
    }

    #body-container form .text_field, #body-container form .select_field {
        max-width: unset !important;
    }

    .home #body-container {
        padding: 0 !important;
    }
}

@media (max-width: 428px) {
    .bookmark_buttons a#btn-scroll,  .bookmark_buttons a.btn.firma {
        display: inline-block !important;
        margin-bottom: 15px;
    }
}


.close-dropDown{
    text-align: right;
}

.close-dropDown span{
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 2px 4px;
    color: #aaa;
    border-radius: 0%;
    cursor: pointer
}

.job-page #container .bookmark_buttons .btn.btn-pre-q{
    background: #179a07;
    padding: 8px 12px;
}

.bookmark_buttons a:nth-child(3),
.job-page #container .bookmark_buttons .btn.btn.firma{
    padding: 8px 12px !important;
}

/**************************************************/
#container #main.no_banners {
    width: 100% !important;
    margin-left: 0 !important;
}

#container #main.no_banners #content{
    padding: 14px 0 0 0;
}

.companies #aktuelle {
    margin: 15px auto 25px;
}

.company-page #search_results #job-info{
    width: 290px;
}

#container #main #content #page_text{
    color: #555;
}

#firmen_info .firma-right table {
    margin-top: 1.5em;
    margin-bottom: 0;
}


#bewerbung.company-page #high_impact_banners {
    min-height: 100px;
}

#bewerbung.job-page #container .wrapper {
    max-width: 1300px;
}

.application.company-page #container #main {
    width: 100%;
    margin: 50px 0 0;
}

#show_job_buttons {
    margin: 40px;
    margin-bottom: 80px;
}

#show_job_contents .title {
    margin-top: 40px;
    margin-bottom: 25px;
}

#show_job_contents .title h1 {
    color: #7CA709;
    font-size: 40px;
    font-weight: bold;
    font-family: Arial, serif;
    margin: 0 auto;
    width: 100%;
}

.job-page #job_frame {
    width: 100%;
    height: 1000px;
    margin-top: 40px;
} 


