.standort {
    cursor: pointer;
}

#sidecta {
    position: fixed;
    top: 20%;
    right: -200px;
    z-index: 999;
    background: rgb(0, 45, 85);
    text-align: center;
    padding: 20px 10px;
    width: 93px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

#sidecta p {
    color: #fff;
    border-bottom: solid 1px #94bad7;
    padding-bottom: 15px;
}

#job-abo a {
    color: #fff;
}

#job-abo .col-three-inner {
    padding-top: 0;
}

#job-abo .col-three-inner,
#c150.col-head {
    background: #fff;
    color: rgb(0, 45, 85);
}

#c150.col-head {
    background: #f6f6f6;
}

#c150.col-head h2 {
    color: #fff;
    font-weight: 300;
}

#job-abo {
    -webkit-box-shadow: 0px -75px 5px 0px #fff;
    box-shadow: 0px -75px 5px 0px #fff;
    float: left;
    width: 100%;
}

#job-abo input[type="checkbox"] {
    float: left;
    margin-top: 12px;
}

#job-abo .col-three p {
    font-size: 14px;
    line-height: 20px;
}

#job-abo a {
    text-decoration: underline;
}

#job-abo {
    padding-bottom: 10px;
}

#job-abo label {
    font-size: 13px;
    display: block;
    float: left;
    width: 90%;
    margin: 10px 0;
}

#job-abo p {
    margin: 0;
}

#job-abo button {
    width: 100%;
    display: block;
    height: 38px;
    background: #fff;
    color: rgb(0, 45, 85);
    border: none;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

#job-abo input[type="text"] {
    box-sizing: border-box;
    float: left;
    font-family: Arial, sans-serif;
    height: 38px;
    width: 100%;
    padding: 0 5px;
}

.col .facts {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    float: left;
    border-top: solid 1px #e5e5e5;
}

.facts li {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    height: 95px;
    line-height: 17px;
    font-size: 16px;
    color: rgb(0, 45, 85);
    font-weight: bold;
    border-right: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding-top: 29px;
    border-bottom: solid 1px #e5e5e5;
}

.facts li span {
    display: block;
    color: #838383;
}


/* 

THIS...IS...SPARTA!
.. O
.. /I_
.. / 
[][][][][] ... >-/-O... [][][][]
[][][][][] ................ [][][][]
[][][][][] ................ [][][][]

*/

.sparta {
    width: 160px;
    margin: 0 auto;
    background: rgb(0, 45, 85);
    top: 12px;
    position: relative;
    font-size: 16px;
    display: block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
}

.accordion dd a {
    display: block;
    margin-bottom: 5px;
}

.accordion > dt {
    margin-bottom: 10px;
}

.accordion > dt > a:after {
    content: "\f114";
    float: left;
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    padding-top: 6px;
}

.accordion > dt > a.active:after {
    content: "\f115";
}

.accordion-sub > dd > p {
    padding: 0 15px;
}

.accordion-sub > dt > a:after {
    content: "\f0da";
    float: left;
    margin-right: 10px;
    font: normal normal normal 8px/1 FontAwesome;
    padding-top: 6px;
}

.accordion-sub > dt > a.active:after {
    content: "\f0d7";
}

#app select {
    padding: 10px;
    min-width: 210px;
    font-family: Arial, sans-serif;
}

.accordion-sub dt {
    margin-bottom: 5px;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 5px;
}

.accordion {
    float: left;
    width: calc(100% - 15px);
    border-bottom: solid 1px #e5e5e5;
    padding-top: 10px;
    border-top: solid 1px #e5e5e5;
}

.accordion:last-child {
    border-top: 0;
}

#app .jobitem {
    border-bottom: solid 1px #e5e5e5;
    display: inline-block;
    width: 100%;
}

#app .karrierelevel-title {
    border-bottom: solid 1px #e5e5e5;
    margin-top: 20px;
}

#app .title,
#app .location {
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0;
    min-height: 19px;
}

#app .title {
    padding-right: 10px;
    box-sizing: border-box;
}

#app .last-item {
    border-bottom: none;
}

#app .location {
    font-weight: normal;
}

#app .title {
    float: left;
    width: 62%;
    color: rgb(0, 45, 85);
}

#app .location {
    float: left;
    width: 38%;
}

#app .title.titel,
#app .location.titel {
    font-weight: normal;
    color: #838383;
}

@media (min-width: 500px) {
    .facts li {
        width: 33.3333333%;
        border-left: 0;
    }
    .facts li:last-child {
        border-right: 0;
    }
}

body.modal-open {
    overflow-x: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal .close {
    float: right;
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: rgb(0, 45, 85)!important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal h4,
.modal strong {
    color: rgb(0, 45, 85);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content img {
    width: 100%;
    height: auto;
}

.modal-content {
    position: relative;
    float: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 0;
    float: left;
    width: 100%;
}

.modal-body .half {
    width: auto;
    float: left;
}

.modal-body .half:last-child {
    float: left;
}

.modal-body p {
    padding: 15px;
    margin-bottom: 0;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

#content-talention .talention .modal,
#content-talention .talention #dialog-overlay.modal {
    background: transparent;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border: 0;
}

#content-talention .talention .modal {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

#content-talention .hbox,
#content-talention span[style="color:red;"],
#content-talention span[style="color: red;"],
#content-talention span[style="color:red;float:left;"] {
    color: rgb(0, 45, 85)!important;
}

#content-talention .talention .form label,
#content-talention .talention .form {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

#content-talention .talention .form .title-label {
    font-weight: normal;
    font-style: normal;
}

#content-talention .talention .form {
    color: rgb(0, 45, 85);
}

#content-talention .talention .form [id="9-label"] {
    margin-right: 14px;
    max-width: 317px;
    width: 100%;
}
