#hero {
    padding-top: 50px;
    background-color: #0d0d0d;
    background-image: url("../assets/img/careers-header.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

#hero h1 {
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: left;
}

#hero .tio-generic-subtitle-white {
    max-width: 900px;
    margin: 30px auto 10px;
}

#hero p {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
}

#hero .tio-cta-orange {
    margin-right: 30px;
    margin-top: 30px;
}

#careers-search {
    padding-top: 50px;
    padding-bottom: 55px;
    background-color: #f1f1f1;
}

#careers-search h2 {
    color: #3e4250;
    text-align: center;
    padding-bottom: 5px;
}

#careers-search .filters {
    margin-bottom: 30px;
}

#career-first {
    background-image: url("../assets/img/white-candlebars.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 80px;
    padding-bottom: 80px;
}

#career-first h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #3e4250;
}

#career-first p {
    max-width: 900px;
    margin: auto;
}

#career-checklist {
    background-image: url("../assets/img/careers-checklist.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 80px;
    text-align: center;
}

#career-checklist h2 {
    padding-bottom: 40px;
}

#career-checklist ul {
    max-width: 540px;
    text-align: left;
    margin: auto;
}

#career-checklist li {
    list-style: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
}

#career-checklist li:before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 45px;
    background-image: url("../assets/img/tick.png");
    background-repeat: no-repeat;
    background-size: 25px;
    position: relative;
    top: 7px;
}

/*FILTERING*/
.job-element {
    width: 100%;
    min-height: 600px;
    padding: 20px 15px;
    background-color: #ffffff;
}

.job-element:hover {
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.15);
}

.job-element:hover .job-position {
    color: #ff7a04;
}

.job-position {
    color: #0d0d0d;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    height: 85px;
}

.job-department {
    font-weight: 600;
    /*margin-bottom: 0;*/
    font-size: 15px;
}

.job-department span {
    color: #ff7a04;
    text-align: left;
}

.job-city {
    font-weight: 600;
}

.job-city span {
    color: #ff7a04;
    text-align: left;
}

.job-element .details-cta {
    text-align: center;
    margin: 30px auto 0;
}

.job-element .details-cta a:hover {
    background-color: #ff7a04;
    border-color: #ff7a04;
}

#careers-search input, select {
    float: left;
    width: 190px;
    margin-right: 1em;
    font-size: 100%;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    height: 1.95em;
    padding: 0 0.25em;
}

#careers-search select {
    height: 2.05em;
    width: 200px;
}

#careers-search .filters {
    padding: 1.5em 0 3em 0;
    max-width: 700px;
    margin: auto;
}

#careers-search .images_wrapper {
    padding: 0.5em;
}

#careers-search ul {
    margin: 0 0 0 -0.5em;
    padding: 0;
    clear: both;
    overflow: hidden;
}

#careers-search li {
    list-style: none;
    float: left;
    margin: 1em 0.5em;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#careers-search .filter_down li {
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
}

/*END FILTERING*/
p.job-description.ng-binding {
    height: 350px;
    font-size: 16px;
}

#staff-carousel {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #0d0d0d;
}
#staff-carousel h2{
    text-align: center;
}
#staff-carousel img{
    width: 180px;
}
#staff-carousel h3{
    color: #ff7a04;
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
}
#staff-carousel p{
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}
#staff-carousel .job-title{
    margin-top: 5px;
}
#staff-carousel .owl-nav {
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 45px;
}

.footer-note{
    display: none;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: 400;
    color: #ff7a04;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.user-icon{
    width: 100%;
    height: 180px;
}

#hero .tio-generic-title-white{
    font-size: 45px;
    text-align: center;
}

#footer .floating-box{
    display: none;
}
@media (min-width: 992px) {
    #hero {
        padding-top: 150px;
        padding-bottom: 100px;
        min-height: 450px;
    }
    .job-element {
        width: 30%;
    }
}

@media (max-width: 991px) {
    #hero {
        margin-top: 55px;
        padding-bottom: 100px;
    }

    #hero h1,
    #hero p {
        text-align: center;
    }

    #hero h1 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    #hero p {
        font-size: 25px;
    }

    #hero h1:lang(de) {
        font-size: 24px;
    }
    p.job-description.ng-binding {
        height: 100%;
    }
    .job-element {
        min-height: 100%;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 490px) {

}

/* END OF MEDIA QUERIES DESCENDING */