.career-site {
    background-color: #fff;
    margin-bottom: 17px;
    padding: 15px;
}
.job-search .search-filters {
    margin-bottom: 17px;
    position: relative;
}

.job-search .search-filters .loading {
    position: absolute;
    background: rgba(255,255,255, 0.7);
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
}

.job-search .search-filters .loading img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -10px;
}

.job-search .filterElement {
    float: left;
    margin-left: 2%;
    width: 24%;
    background-color: #EDEDED;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.job-search .filterElement .selector {
    display: none;
}

.job-search .filterElement.filter_first {
    width: 48%;
    margin-left: 0;
}

.job-search .filterElement .filterWrapper {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #bababa;
    position: relative;
}

.job-search .filterElement .filterWrapper li {
    position: relative;
    padding: 5px;
}

.job-search .filterElement .filterWrapper label.disabled {
    color: #777;
}
.job-search .filterElement .filterWrapper input {
    position: absolute;
    left: 0;
    top: 4px;
}

.job-search .filterElement .filterWrapper label {
    position: relative;
    display: block;
    color: #2259AB;
    padding-left: 22px;
    margin-top: 0 !important;
}

.job-search .filterElement select {
    display: none;
}

.job-search .jobad-count {
    color: #2259AB;
    font-weight: normal;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.job-search .search {
    float: left;
    width: 48%;
}

.job-search .search input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2727272727;
}

.job-search .employment-type {
    float: right;
    width: 50%;
}

.job-search .employment-type select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.job-search .employment-type .jqTransformSelectWrapper {
    width: 50% !important;
}


/* FILTER PAGE - RESULT TABLE (UL) */
.job-search .result-table {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.job-search .result-table li {
    background-color: #ddd;
}

.job-search .result-table li.odd {
    background-color: #EDEDED;
}

.job-search .result-table li.table-head {
    display: none;
}

.job-search .result-table li div {
    float: left;
}

.job-search .result-table li div p {
    padding: 5px;
}

.job-search .result-table li div.first {
    width:48%;
    margin-left: 0;
}

.job-search .result-table li div.first a {
    font-weight: bold;
    display: block;
}

.job-search .result-table li div.second {
    width:24%;
    margin-left: 2%;
}

.job-search .result-table li div.third {
    width:24%;
    margin-left: 2%;
    text-align: right;
}

.job-search .filter-submit {
    display: none;
}

ul.tools li{
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 13px;
}

.job-search .tools {
    margin-top: 15px;
}

.job-search .jobabo-content {
    padding: 25px 0 15px 0;
}

.job-search .jobabo-input {
    margin-top: 20px;
}

.job-search .jobabo-input input {
    box-sizing: border-box;
}

.job-search .jobabo-input input[type="submit"] {
    padding: 9px 13px;
}

#stichwortsuche {
    background-color: #ededed !important;
}

#quicksearch div.selector {
    background-color: #dddddd;
    border: none;
}

#uniform-select_interesse {
    margin-bottom: 20px;
}

#hotjobs li, #quicksearch li {
    list-style: none;
    line-height: 15px;
    margin-bottom: 7px;
}

#hotjobs li.last {
    margin-top: 24px;
}

#hotjobs h1, #quicksearch h1 {
    color: #2259ab;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 10px;
}

#hotjobs a, #quicksearch a {
    text-decoration: underline;
    color: #2259ab;
}

#hotjobs a:hover, #quicksearch a:hover {
    color: #00204f;
}

#quicksearch div.selector {
    background-color: #dddddd;
    border: none;
}

#uniform-select_interesse {
    margin-bottom: 20px;
}

#quicksearch div.selector {
    background-color: #dddddd;
    border: none;
}

#uniform-select_interesse {
    margin-bottom: 20px;
}

@media print {

    #search_filter, .noprint{
        display: none;
    }
}

/* FILTER PAGE */
.hidden_cont,
filter_hidden,
#cleanfilters,
.filter_hidden,
.hidden {
    display: none;
}

#main h3,
#main h4,
#main ul,
#main p {
    lin-height: 1.36364;
}


/* GENERAL FORM ELEMENTS */
#content form input[type=text],
#content form input[type=password] {
    height: 35px;
}

#content form input.error{
    border: 1px solid red;
}

.form-row input[type=text],
.form-row input[type=password],
.form-row select,
.form-row textarea {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    width: 100%;
}

#content form label {
    margin-top: 12px;
}

#content form label.error {
    color: red;
}

#content .button-row {
    margin-bottom: 0;
}
#content .button-row .button-group {
    float: right;
    margin-bottom: 10px;
}

#content .button-row .button-group button {
    float: left;
}
#content .button-row .button-group.left {
    float: left;
}

#content .button-row .button-group button {
    margin-left: 8px;
    margin-right: 0;
}

#content .button-row .button-group.left button {
    margin-left: 0;
    margin-right: 8px;
}

.radio-group .radio-set {
    float: left;
    margin-right: 10px;
}

.radio-group .radio-set input[type=radio],
.radio-group .radio-set input[type=checkbox],
.radio input[type=radio],
.radio-group .radio-set label {
    float: left;
    margin-right: 5px;
    margin-top: 12px;
    width: auto;
}

/* DEFAULT CONTENT TABS */
.content-tab-navigation {
    position: relative;
    border-bottom: 1px solid #666;
    margin-bottom: 25px;
}

.content-tab-navigation ul {
    margin-left: 4%;
    font-size: 0;
}

.content-tab-navigation .menu-item {
    border: 1px solid #fff;
    border-bottom: 1px #666 solid;
    border-right: none;
    display: block;
    float: left;
    background-color: #DDDDDD;
    font-size: 1px;
    margin-left: 10px;
    margin-bottom: -1px;
}

.content-tab-navigation .menu-item a {
    padding: 8px 13px;
    display: block;
    text-decoration: none;
    color: #444;
    font-size: 11px;
    font-size: 1rem;
}

.content-tab-navigation .menu-item:hover {
    /*    background-color: #fff; */
}

.content-tab-navigation .current-menu-item {
    background-color: #fff;
    border: 1px solid #666;
    border-bottom: 1px solid #fff;

}

/* DEFAULT LAYER STYLES */
.layer {
    display: none;
}

.layer .layer-inner {
    padding: 15px;
}

.layer .closeWrapper {
    margin-bottom: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.layer .closeWrapper .close {
    float: right;
}

.layer .tooltip-footer {
    position: absolute;
    left: 10px;
    bottom: -6px;
}

.layer .layer-header {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 17px;
    padding-bottom: 12px;
}

.layer .layer-header h2 {
    color: #2259AB;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.63636rem;
    line-height: 1.25;
    margin: 0;
}

/* JOB ADVERTISMENT PAGE // APPLICATION PAGE */
.application-page #main,
.jobad-page #main {
    margin: 0 auto;
    max-width: 700px;
}
.application,
.jobad {
    position: relative;
}

.application-wrapper,
.jobad-wrapper {
    border: 1px solid #002958;
    background-color: #fff;
}

.application-wrapper .entry-content,
.jobad-wrapper .entry-content {
    padding: 4%;
}

/* Job Advertisment / Application Navigation */
.application-navigation,
.jobad-navigation {
    margin: 0 4%;
}
.application-navigation ul,
.jobad-navigation ul {
    float: right;
}

.application-navigation li,
.jobad-navigation li {
    display: inline-block;
    position: relative;
    margin-left: 2px;
    z-index: 3;
}

.application-navigation li a,
.jobad-navigation li a {
    display: block;
    padding: 8px 13px;
    margin-top: 3px;
    background-color: #ddd;
    text-decoration: none;
    border: none;
    /*border: 1px solid #00204F;
    border-bottom: none;*/
    /*
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    box-shadow:0px -2px 2px #666666;
    */
    position: relative;
    color: #000;
}

.application-navigation li.current-menu-item,
.jobad-navigation li.current-menu-item {
    z-index: 4;
}

.application-navigation li.current-menu-item a,
.jobad-navigation li.current-menu-item a {
    color: #fff;
    background-color: #00204F;
    padding-top: 8px;
    margin: 0;
    border: 1px solid #00204F;
    border-bottom: none;
}

/* JOB ADVERTISMENT CONTENT */
.jobad-wrapper .header-image {
    width: 100%;
    height: auto;
    display: block;
}

.jobad-wrapper .footer-image {
    width: 100%;
    height: auto;
    display: block;
}

.jobad-wrapper {
    font-size: 12px;
    line-height: 18px;
    color: #002958;
}

.jobad-wrapper a {
    color: #002958;
}

.jobad-wrapper a img{
    width: 100%;
    height: auto !important;
}

.jobad-wrapper .intro {
    font-weight: bold;
    padding-bottom: 20px;
}

.jobad-wrapper .title {
    font-size:20px;
    line-height: 1.36363636;
    margin: 0 0 8px 0;
    padding: 0;
}

.jobad-wrapper .locationInfo {
    font-size:15px;
    margin-bottom: 5px;
}

.jobad-wrapper .jobad-content ul {
    padding-bottom: 20px;
}

.jobad-wrapper .jobad-content li {
    padding-left: 15px;
    background: url("http://recruiting.tchibo.com/cust/tchibo/css/new/../../images/jobadPdfListMarker.gif") no-repeat scroll 5px 7px transparent;
    list-style: none;
}

.jobad-wrapper #main {
    max-width: 700px;
}

#main .jobad-wrapper  p {
    line-height: 18px;
    margin-bottom: 0px;
}

.jobad-wrapper .jobad-content{
    margin-top: 15px;
}

/* JOB ADVERTISMENT LAYER CONTENT (FORWARDING) */
.jobad .layer-forward {
    width: 70%;
    left: 15%;
    background-color: #fff;
    border: 1px solid #000;
    position: absolute;
    bottom: 24px;
    color: #444;
}

.jobad .layer-forward label {
    width: 45%;
    margin-right: 3%;
    float: left;
}

.jobad .layer-forward textarea,
.jobad .layer-forward input[type=text] {
    width: 52%;
    float: right;
}

.jobad .layer .tooltip-footer {
    left: 65px;
}

.jobad .layer .settings_info_menu {
    display: none;
}

.jobad .layer-forward .socialshareprivacy {
    border-top: 1px solid #EBEBEB;
}

.jobad .layer-forward .socialshareprivacy li {
    margin-bottom: 15px !important;
}

.jobad .tools {
    margin-top: 20px;
    margin: 10px 4% 10px 4%;
}

.jobad .tools li {
    float: left;
    margin-right: 20px;
}
.jobad .tools li a {
    padding-left: 18px;
    color: #666;
    text-decoration: none;
    line-height: 15px;
    font-size: 10px;
    font-weight: bold;
}

/*
.jobad .tools .print-page-link {
    background: url("http://recruiting.tchibo.com/cust/tchibo/css/new/../../images/icons/icon_print.gif") no-repeat scroll left top transparent;
}

.jobad .tools .forward-job-link {
    background: url("http://recruiting.tchibo.com/cust/tchibo/css/new/../../images/icons/icon_forward.gif") no-repeat scroll left top transparent;
}
*/

/* JOB ADVERTISMENT PAGE - APPLICATION */
.vita {
    padding: 45px 0;
    color:
}

.vita h2 {
    color: #2259AB;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 18px;
}

.vita .application-import-form {
    padding: 45px 0;
}

#content .vita .application-import-form label {
    margin-top: 0;
}

.application .application-form {
    margin: 20px 4%;
}

.application .copyright-footer {
    margin: 10px 0;
}

.application-content .form-row textarea,
.application-content .form-row input[type=text],
.application-content .form-row input[type=password] {
    width: 53%;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

.application-import-form .radio-group .radio-set {
    margin-right: 12%;
    margin-bottom: 10px;
}

.application-import-form a.button {
    float: left;
    margin: -2px 0 0 0;
    padding-left: 25px;
    padding-right: 25px;
}

.application-form  fieldset {
    margin: 0 0 17px 0;
    padding: 0;
}

.application-form legend {
    color: #2259AB;
    font-weight: normal;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
}
.application-form label {
    float: left;
    width: 35%;
    margin-right: 2%;
    margin-top: 8px;
}

.application-form .radio-group .radio-set label {
    margin-top: 0;
}

.application-form .form-group label, .application-form .radio label {
    width: auto !important;
}

.application-form .form-group,
.application-form input[type=text],
.application-form .styled-select {
    float: left;
    width: 63% !important;
}

.application-form input[type=text], .application-form textarea {
    background-color: #EDEDED;
    color: #000;
}

.application-form div.selector {
    background-color: #DDDDDD;
    color: #000;
}

.application-form input[type=text] {
    height: 36px;
}

.application-form .styled-select select {
    float: none;
    width: 100%;
}

.application-form input[type=radio] {
    float: left;
    margin-right: 8px;
}

.application-form .mandatory-note {
    font-size: 10px;
    padding: 35px 0;
}

.application.preferences .application-form .form-group {
    width:
}

.application.preferences .application-form .form-group {
    float: left;
    width: 48%;
    margin-left: 4%;
}
.application.preferences .application-form .form-group.first {
    margin-left: 0;
}

.application.preferences .application-form label {
    margin-bottom: 6px;
}

/*
.application.preferences .application-form input[type="text"],
.application.preferences .application-form .styled-select {
 width: 100%;
}
*/
.recruting .layer {
    display: none;
}

.recruting .entry-content {
    position: relative;
}

.recruting .tools {
    margin-top: 15px;
}

.recruting .jobabo-content {
    padding: 25px 0 15px 0;
}

.layer-jobabo {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    bottom: 30px;
    color: #444444;
    left: 5%;
    position: absolute;
    width: 90%;
}

.layer-jobabo label {
    float: left;
    width: 30%;
    margin-right: 2%;
}

.layer-jobabo .form-group {
    float: left;
    width: 60%;
}

.layer-jobabo .radio-group label {
    width: auto;
    margin: 0;
}

.layer-jobabo .radio-group .radio-set {
    float: left;
    margin-right: 2%;
}

.layer-jobabo .form-group button,
.layer-jobabo .form-group input {
    float: left;
}

.layer-jobabo .form-group .rss-icon {
    float: left;
    margin-top: 2px;
    display: block;
}

.layer-jobabo .form-group .rss-icon,
.layer-jobabo .form-group button,
.layer-jobabo .form-group input[type=text] {
    margin-right: 2%;
}

.layer-jobabo .form-group input[type=text] {
    height: 35px;
    width: 49%;
    margin-bottom: 8px;
}

/* APPLICATION PAGE UPLOAD IFRAME */
.upload #main {
    padding: 0;
}

.upload ul.doc-list {
    margin-bottom: 17px;
}

.upload .doc-list li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 20px;
}

.upload .doc-list li .mandatory,
.upload .error {
    color: #e01313 !important;
}

.upload .upload-mask .styled-select {
    width: 38%;
    display: block;
    float: left;
}

.upload .upload-mask .fileinputs {
    position: relative;
    display: block;
    width: 58%;
    float: right;
}

.upload .upload-mask .fileinputs .fakefile input {
    height: 21px;
    width: 100%;
}

.upload #content .upload-mask .button-row,
.upload .upload-mask .button-row {
    margin-bottom: 12px;
}

.upload .uploaded-files {
    margin-top: 30px
}

.upload .uploaded-files h2 {
    color: #2259AB;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 5px;
}

.upload .uploaded-files table {
    width: 100%;
    margin-bottom: 17px;
}

.upload .uploaded-files table td {
    padding: 10px;
}
.upload .uploaded-files table td.nofiles {
    padding-left: 0;
    font-style: italic;
    color: #666;
}
.upload .uploaded-files table td.doc {
    text-align: left;
    padding-left: 0;
}
.upload .uploaded-files table td.size {
    text-align: right;
}
.upload .uploaded-files table td.del {
    text-align: right;
    padding-right: 0;
}

.upload .uploaded-files table td.del img {
    position: relative;
    top: 3px;
}

.upload .uploaded-files .size-summary {
    color: #666;
    font-style: italic;
}

/* LOGIN AND REGISTER IFRAME */
.login .entry-content {
    position: relative;
}

.login .layer-note, .account .layer-note, .jobad-page .layer-note {
    border: 1px solid #002958;
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    max-width: 380px;
    background-color: #fff;
    z-index: 10;
}

.jobad-page .layer-note {
    top: auto;
    margin-top: -185px;
    margin-left: 100px;
}

.lt320 .account .layer-note{
    width: 80%;
    left: 10%;
}

.login .form-group {
    float: left;
    width: 47%
}

.login .form-group label {
    display: block;
    margin-bottom: 6px;
}

.login.forgot-password .form-group {
    float: none;
    width: 100%;
}

.login .form-group:first-child {
    margin-right: 6%;
}

.login .form-group input[type=password],
.login .form-group input[type=text] {
    float: none;
    width: 100%;
    background-color: #ededed;
}

.login .register-copy,
.login .forgot-copy {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #EBEBEB;
}

.login .register-copy h3,
.login .forgot-copy h3 {
    color: #2259ab;
    margin-bottom: 15px;
}

.login .register-copy p,
.login .forgot-copy p {
    margin-bottom: 0 !important;
}

.login.register .eula-link-toggle {
    cursor: pointer;
    display: block;
    line-height: 36px;
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
    border: 1px solid #EBEBEB;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    height: 33px;
    background-color: #DDDDDD;
}
.login.register .eula-link-toggle.active {
    background-color: #00204F;
    color: #fff;
}

.login.register .eula-link-toggle:after {
    background-color: #DDDDDD;
    background-image: url("../images/new_icon_sprite_@1x.png");
    background-position: -354px -126px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
}
.login.register .eula-link-toggle.active:after {
    background-position: -418px -94px;
    background-color: #00204F;
}

.login.register .radio-label {
    float: left;
    width: 25%;
}

.login.register .eula-row {
    margin-bottom: 17px;
    margin-top: 25px;
}

.login.register .eula-copy {
    display: none;
    padding: 15px 42px 15px 15px;
    border: 1px solid #EBEBEB;
    border-top: none;
    line-height: 1.4;
}

.login.register .eula-copy ul {
    margin-bottom: 15px;
    margin-left: 20px;
}

.login.register .eula-copy li {
    margin-bottom: 8px;
    list-style-type: disc;
    padding-left: 20px;
}

.login.register .button-row .disclaimer-txt {
    margin: 8px 0;
    float: left;
}

/* ACCOUNT DETAILS (IFRAME) */
.account .section-header {
    position: relative;
}

.account .section-header .section-title {
    padding-right: 60px;
}

.account .section-header button {
    position: absolute;
    top: 10px;
    right: 0;
}

.account .account-intro {
    color: #2259AB;
}

.account .account-box {
    border: 2px solid #EBEBEB;
    margin-bottom: 17px;
}

.account .account-box h2 {
    background-color: #EBEBEB;
    padding: 10px 13px 13px 13px;
    font-size: 15px;
    font-weight: normal;
}

.account .account-box .account-box-row {
    margin: 0 13px;
    padding: 13px 0;
    border-top: 1px solid #EBEBEB;
}
.account .account-box li:first-child {
    margin-bottom: -1px;
}

.account .account-box .account-box-row .description {
    float: left;
    width: 56%;
    margin-right: 2%;
}

.account .account-box .account-box-row .content {
    float: left;
    width: 10%;
    margin-right: 2%;
}

.account .account-box .account-box-row .action {
    float: right;
    text-align: right;
    width: 30%;
}

.account .account-box .account-box-row .action .show {
    padding-left: 0px;
    position: relative;
}

.account .account-box .account-box-row .action .show:after {
//background-image: url(../images/icon_sprite_carrer_account.png);
    background-repeat: no-repeat;
    background-position: -32px -32px;
    content: ' ';
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: -8px;
}
.account .account-box .account-box-row .action .show:hover:after {
    background-position: -32px -64px;
}

.account .account-box .account-box-row .action .edit {
    padding-left: 0px;
    position: relative;
}

.account .account-box .account-box-row .action .edit:after {
//background-image: url(../images/icon_sprite_carrer_account.png);
    background-repeat: no-repeat;
    background-position: -64px -32px;
    content: ' ';
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: -8px;
}
.account .account-box .account-box-row .action .edit:hover:after {
    background-position: -64px -64px;
}

.account .account-status {
    margin-bottom: 25px;
}

.account .account-status th {
    background-color: #00204F;
    color: #fff;
    padding: 10px 13px 13px 13px;
    font-size: 15px;
    font-weight: normal;
}

.lt320 .account .account-status th {font-size: 12px;}

.account .account-status tbody tr {
    background-color: #EBEBEB;
    border-bottom: 1px solid #fff;
}
.account .account-status td {
    padding: 10px 13px 13px 13px;
    line-height: 1.5;
}

.account .account-status td.job strong {
    color: #2259AB;
    font-weight: normal;
}

/* FILTER ELEMENTS ON JOB SEARCH */
.job-search .search-filters {
    margin-bottom: 17px;
    position: relative;
}

.job-search .search-filters .loading {
    display: block;
    position: absolute;
    background: rgba(255,255,255, 0.7);
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
}

.job-search .search-filters .loading img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -10px;
}

.job-search .filterElement {
    float: left;
    margin-left: 2%;
    width: 24%;
    background-color: #EDEDED;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.job-search .filterElement.filter_first {
    width: 48%;
    margin-left: 0;
}

.job-search .filterElement .filterWrapper {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #bababa;
    position: relative;
}

.job-search .filterElement .filterWrapper li {
    position: relative;
    padding: 5px;
}

.job-search .filterElement .filterWrapper label.disabled {
    color: #777;
}
.job-search .filterElement .filterWrapper input {
    position: absolute;
    left: 0;
    top: 4px;
}

.job-search .filterElement .filterWrapper label {
    position: relative;
    display: block;
    color: #2259AB;
    padding-left: 22px;
    margin-top: 0 !important;
    top: 3px;
}

.job-search .filterElement select {
    display: none;
}

.job-search .jobad-count {
    color: #2259AB;
    font-weight: normal;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.job-search .search {
    float: left;
    width: 48%;
}

.job-search .search input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2727272727;
}

.job-search .employment-type {
    float: right;
    width: 50%;
}

.job-search .employment-type select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.job-search .employment-type .jqTransformSelectWrapper {
    width: 50% !important;
}

/* FILTER PAGE - RESULT TABLE (UL) */
.job-search .result-table {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.job-search .result-table li {
    background-color: #ddd;
}

.job-search .result-table li.even {
    background-color: #EDEDED;
}

.job-search .result-table li.table-head {
    display: none;
}

.job-search .result-table li div {
    float: left;
}

.job-search .result-table li div p {
    padding: 5px;
}

.job-search .result-table li div.first {
    width:48%;
    margin-left: 0;
}

.job-search .result-table li div.first a {
    font-weight: bold;
    display: block;
}

.job-search .result-table li div.second {
    width:24%;
    margin-left: 2%;
}

.job-search .result-table li div.third {
    width:24%;
    margin-left: 2%;
    text-align: right;
}

.job-search .filter-submit {
    display: none;
}

.simple-multi-selector {
    float: none;
    width: 100% !important;
    margin-left: 0;
    position: relative;
    min-height:33px;
    line-height: 33px;
    display: block;
    font-weight: normal;
}

.simple-multi-selector select {
    opacity: 0;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 35px;
}

.simple-multi-selector select option {
    border-bottom: 1px solid #EBEBEB;
    padding: 15px;
}

.simple-multi-selector .assistive-text {
    clip: auto;
    position: relative !important;
    display: block;
    color: #000;
    cursor: pointer;
    display: block;
    line-height: 33px !important;
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
    border: 1px solid #ccc;
    background-color: #DDDDDD;
    font-weight: normal;
}

.simple-multi-selector .assistive-text:after {
    background-color: #00204F;
    background-image: url("../images/icon_sprite_@1x.png");
    background-position: -415px -95px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
}

.clearer{ clear: both;}

#fragebogen #back, #fragebogen #cancel{
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    color: #000;
}

#fragebogen #back{
    position: absolute;
    left: 48px;
}

#disableddiv .radio input{
    float: none;
}

#application-navigation li a br{display: none;}
#application-navigation ul.hasErrors li span{color: red;}

body.jobad-page .jobad-content *{
    font-size: 12px !important;
    line-height: 16px !important;
    color: #002958 !important;
    font-family: Verdana, Helvetica, Arial, sans-serif !important;
}

.in9 .forward-job-link, .in9 .job_mark, .in7 .forward-job-link, .in7 .job_mark, .in6 .forward-job-link, .in6 .job_mark{
    display: none;
}

.jobad-page .tools a{
    white-space: nowrap;
}

.lt640 .tools li{
    width: 300px;
}

.account-status .status{
    width: 120px;
}

.acount-status .date{
    width: 135px;
}

/** formconfirm */
.formconfirm h1 {
    color: #2259AB;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 22.5px;
    margin-bottom: 14px;
    margin-top: 6px;
}

.formconfirm h2 {
    color: #2259AB;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 18px;
}

.formconfirm table th {
    width: 200px;
    padding: 0 0 5px 0;
    line-height: 15px;
}

.formconfirm table td {
    padding: 0 0 5px 0;
    line-height: 15px;
}

.layer{
    display: none;
}

#stichwortsuche{
    background-color: #ededed !important;
}

#employment_type_select .selector{
    background-color: #ddd !important;
}

.filterElement .assistive-text span{display: none;}

#application-navigation li a br{display: none;}
#application-navigation ul.hasErrors li span{color: red;}

ul.tools li{
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 13px;
}

.lt640 .filterElement{
    background-color: #ddd !important;
}

@media print {

    #search_filter, .noprint{
        display: none;
    }
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
    font-size: 68.75%; /* 11px */
    line-height: 1.36363636; /* 15px */
}
body {
    font-size: 11px;
    font-size: 1rem;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    color: #444;
    background-color: #fff;
}

a {
    outline: none;
    color: #2259ab;
}
a:hover {
    color: #00204F;
}

a.more-link {
    margin-left: 10px;
    position: relative;
}

a.more-link:before {
    content: '\00BB \00a0';
    font-size: 12px;
    line-height: 15px;
    text-decoration: none !important;
    position: absolute;
    left: -10px;
    top:0;
}

.hidden {
    display: none;
}

/* Form fields, general styles first */
button,
input,
textarea {
    border: 1px solid #ccc;
    font-family: inherit;
    padding: 6px 14px;
    font-size: 11px;
}

.ie input{
    padding-top: 9px;
}

button {
    padding: 8px 20px;
}
button,
input {
    line-height: normal;
}
textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
    resize: none;
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
button,
a.button,
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
    padding: 6px 13px;
    font-size: 11px;
    font-size: 1.0rem;
    line-height: 1.36363636;
    font-weight: normal;
    color: #fff;
    background-color: #002958;
    background-repeat: repeat-x;
    border: 1px solid #002958;
    text-shadow: none;
}
button,
a.button {
    color: #fff;
    text-decoration: none;
    padding: 8px 13px;
}
button.cancel {
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    color: #000;
}
button.cancel:hover {
    color:#fff;
}

button.link,
button.link:hover {
    padding: 0;
    display: inline;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    color: #2259ab;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
    /* background-color: #00204F;
        border: 1px solid #00204F;*/
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background-color: #00204F;
    border: 1px solid #00204F;
}
li.bypostauthor cite span {
    color: #fff;
    background-color: #2259ab;
    background-image: none;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img.logo-image {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.logo-image {
    width: 100%;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

/* Page structure */
.site {
    background-color: #fff;
}

.site {
    margin: 0 auto;
    max-width: 610px;
    overflow: hidden;
}

.section-header h1,
.section-header h2 {
    text-align: left;
    font-weight: normal;
}

.section-header h1 {
    font-size: 20px;
    font-size: 1.857142857rem;
    line-height: 1.846153846;
    margin-bottom: 15px;
    color: #2259ab;
    border-bottom: 1px solid #EBEBEB;
}

#main p  {
    margin: 0 0 15px;
    line-height: 1.36363636;
}

/*

Uniform Theme: Aristo
Version: 1.1
By: 280North / Ported by Josh Pyles
License: Creative Commons Share Alike
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
strong.selector,
strong.selector span,
div.selector,
div.selector span {
    -webkit-font-smoothing: antialiased;
}

strong.selector,
div.selector {
    border: 1px solid #cccccc;
}

div.uploader,
div.uploader span.action,
div.button {
    -webkit-font-smoothing: antialiased; }

.selector,
.uploader {
    display: -moz-inline-box;
    zoom: 1;
    vertical-align: middle; }

.selector select:focus,
.uploader input:focus {
    outline: 0; }

.selector,
.uploader,
.selector *,
.uploader * {
    margin: 0;
    padding: 0; }

div.selector {
    background-color: #DDDDDD !important;
    color: #000 !important;
}

/* Remove default webkit and possible mozilla .search styles */
input.search,
input.search:active {
    -moz-appearance: none;
    -webkit-appearance: none; }

/* Select */
strong.selector,
div.selector {
    background-position: 0 -160px;
    line-height: 33px;
    height: 33px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
}

strong.selector,
div.selector {
    width: auto !important;
    padding: 0;
    display: block;
}

strong.selector span,
div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 15px;
    cursor: pointer;
    width: auto !important;
    display: block; }

strong.selector select,
div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 33px;
    top: 0;
    left: 0px;
    width: 100%; }

strong.selector select option,
div.selector select option {
    border-top: 1px solid #EBEBEB;
    padding: 15px;
}

strong.selector select  optgroup,
div.selector select optgroup {
    color: #fff';
font-size: 11px;
    padding: 15px 15px 0 15px;
}

strong.selector select optgroup option,
div.selector select optgroup option {
    font-size: 11px;
    color: #333;
    text-indent: 0;
}
strong.selector select optgroup option:first-child,
div.selector select optgroup option:first-child {
    margin-top: 15px;
}

/* Uploader */
div.uploader {
    background-position: 0 -366px;
    height: 33px;
    width: 100%;
    cursor: pointer;
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden; }

div.uploader span.action {
    background-position: right -494px;
    background-color: #002958;
    padding: 9px 13px;
    line-height: 34px;
    width: 117px;
    line-height: 1.36364;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 0;
    color: #fff;
    z-index: 10;
    width: 140px;
    padding-left: 0;
    padding-right: 0;
}

#uploadbutton {
    width: 140px;
    padding-left: 0;
    padding-right: 0;
}

div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    height: 19px;
    margin: 0;
    line-height: 1.36364;
    width: 100%;
    padding: 9px 13px;
    position: absolute;
    display: block;
    background-color: #EBEBEB;
}

div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
    z-index: 20;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
    background-position: 0 -430px; }

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
    background-position: right -526px; }

div.uploader.active span.action,
div.uploader:active span.action {
    background-position: right -558px; }

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
    background-position: right -590px; }

div.uploader.disabled {
    background-position: 0 -398px; }

div.uploader.disabled span.action {
    background-position: right -462px; }

div.button span {
    letter-spacing: 1px;
    text-transform: uppercase; }

div.button:active span {
    color: #555; }

div.button.disabled span {
    color: #bbb; }

/* Separate from above due to IE8 */
div.button:disabled span {
    color: #bbb;
    cursor: default; }

/* Select */
strong.selector,
div.selector {
    color: #464545;
    background-color: #fff;
}
strong.selector select,
div.selector select {
    border: solid 1px #fff; }

.simple-multiselect-wrapper,
strong.selector span,
div.selector span {
    color: #444;
    cursor: pointer;
    display: block;
    line-height: 33px;
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
    clip: auto;
    font-weight: normal;
}
strong.selector .simple-multiselect-wrapper:after,
strong.selector span:after,
div.selector .simple-multiselect-wrapper:after,
div.selector span:after {
    background-color: #00204f;
    background-image: url("../images/icon_sprite_@1x.png");
    background-position: -415px -95px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
}
strong.selector select.simple-multi-select,
div.selector select.simple-multi-select {
    height: 33px;
}
strong.selector.disabled span,
div.selector.disabled span {
    color: #444; }

.job-search #result {
    position: relative;
}

.job-search .filter-reset {
    position: absolute;
    right:0;
    top: 5px;
}

#emailJobAbo {
    max-width: 145px;
}

@media screen and (max-width: 640px) {

    .search {
        width: 100%;
        margin-bottom: 17px;
    }

    .search-filters .employment-type,
    .search-filters .search {
        width: 100%;
        float: none;
    }

    .filterWrapper {
        display: none;
    }

    .career-site {
        background: #fff !important;
    }

    .search-filters .filterElement {
        float: none;
        width: 100% !important;
        margin-left: 0;
        position: relative;
        background-color: #ddd !important;
    }

    .filterElement select {
        opacity: 0 !important;
        display: block !important;
        position: absolute;
        top: 0!important;
        left: 0;
        z-index: 30;
        width: 100%;
        height: 35px !important;
    }

    .filterElement select option {
        border-bottom: 1px solid #EBEBEB;
        padding: 15px;
    }

    #employment_type_select span{
        color: #000 !important;
    }

    .filterElement .assistive-text {
        clip: auto;
        position: relative !important;
        display: block;
        color: #000 !important;
        cursor: pointer;
        display: block;
        line-height: 33px !important;
        margin: 0;
        padding: 0 0 0 15px;
        position: relative;
        border: 1px solid #ccc;
    }

    .filterElement .assistive-text:after {
        background-color: #00204F;
        background-image: url("../images/icon_sprite_@1x.png");
        background-position: -415px -95px;
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 33px;
        position: absolute;
        right: 0;
        top: 0;
        width: 33px;
    }

    .job-search .filter-submit {
        display: block;
    }

    .job-search .result-table li div.first {
        width:100%;
        margin-left: 0;
        float: none;
        margin-bottom: 10px;
    }

    .job-search .result-table li div.second {
        width:48%;
        margin-left: 0;
    }

    .job-search .result-table li div.third {
        width:48%;
        margin-left: 2%;
    }

    .application .menu-item-application,
    .jobad .menu-item-application {
        display: none;
    }

    .job-search .layer-jobabo {
        width: 100%;
        background-color: #fff;
        border: 1px solid #000;
        position: relative;
        bottom: 0;
        top: 0;
        left: 0;
    }

    .layer .tooltip-footer {
        display: none;
    }

    .job-search .layer-jobabo {
        border: none;
    }
    .job-search .layer-jobabo .layer-inner {
        padding: 0;
    }

    .job-search .layer .form-row label {
        width: 100%;
        float: none;
    }

    .job-search .layer .form-row textarea,
    .job-search .layer .form-row input[type="text"] {
        width: 100%;
        float: none;
    }

    .job-search .layer-jobabo .form-row label,
    .job-search .layer-jobabo .form-group {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 8px;
    }

    .job-search .layer-jobabo .form-group input[type="text"] {
        width: 100%;
        margin-bottom: 8px;
    }

    .job-search .layer-jobabo .form-group label {
        width: auto;
        float: left;
    }

    .job-search .layer-jobabo .radio-label {
        float: left;
    }

    .job-search .layer-jobabo .radio-group {
        float: left;
    }

    .job-search .layer-jobabo .radio-group .radio-set {
        display: block;
        float: none;
    }

    .job-search .filterElement .selector {
        display: block !important;
        margin-bottom: 20px;
    }
}