/* Formatierung für Stellenanzeigen-Teaser */
a.staz_teaser_text_link, a.staz_teaser_text_link:hover, a.staz_teaser_text_link:focus, a.staz_teaser_text_link:active {
    transition: none !important;
    padding-left: 0 !important;
    max-width: none !important;
    color: #000 !important;
}

a.staz_teaser_text_trainee, a.staz_teaser_text_trainee:hover, a.staz_teaser_text_trainee:focus, a.staz_teaser_text_trainee:active {
    color: #008dd2 !important;
}

/* Übernommen aus jQuery UI, komplette Bibliothek wird nicht benötigt */
.ui-helper-hidden-accessible {
    display: none;
}

/* Steuerelemente für Slider nach links verschieben */
.modHeader section#modHeaderStage ul li figure > div {
    left: 0;
    bottom: 5px !important;
}

/* Schriftgröße und Abstand Ticker */
.modTicker ul li {
    font-size: 11px !important;
    padding: 0 10px;
}

/* Canvas für Slider anpassen, damit die Beschriftung in den Bildern ganz angezeigt wird */
.modHeader section#modHeaderStage {
    height: 420px;
}

/* Landingpages */

body.landingpage {
    background-size: 545px;
}
.landingpage h1 {
    margin: 1em 0;
    font-size: 250% !important;
    font-weight: normal !important;
}
.landingpage h2 {
    font-size: 18px !important;
    color: #008dc9;
}

.landingpage h3 {
    color: #008dc9;
    font-weight: bold;
}

.button_center {
    text-align: center;
    display: block;
}
.button_right {
    text-align: right;
    display: block;
}
.button_jetzt_bewerben a {
    line-height: 66px;
    background: #ffed00 !important;
    color: #008dd2 !important;
    padding: 0;
    text-align: center;
    width: 166px;
    display: inline-block;
}
.button_offene_stellen a {
    margin-top: 1em;
    line-height: 33px;
    background: #fff !important;
    border: 1px solid #008dd2;
    color: #008dd2 !important;
    text-align: center;
    display: inline-block;
    padding: 0em 1em;
    border-radius: 5px;
    width: 130px;
}
.button_startseite a {
    margin-top: 1em;
    line-height: 33px;
    background: #008dd2 !important;
    border: 1px solid #000;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    padding: 0em 1em;
    border-radius: 5px;
    width: 130px;
}

.button_textbox a {
    margin-bottom: 1em;
    line-height: 1.5em;
    background: #008dd2 !important;
    border: 1px solid #000;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    padding: 0em 2em;
    border-radius: 5px;
}
.contrastMode h2 {
    color: #000 !important;
}

.contrastMode .button_offene_stellen a {
    color: #000 !important;
    border-color: #000;
}

.contrastMode .button_textbox a, .contrastMode .button_startseite a, .contrastMode .button_jetzt_bewerben a {
    background-color: #000 !important;
    color: #fff !important;
}

.content_image img {
    max-width: 620px;
}

.es-carousel ul {
    list-style: none;
    margin: 0;
}

/* ---------- viewport tablet ---------- */
@media only screen and (min-width : 767px) and (max-width : 1024px) {
    .modHeader section#modHeaderStage {
        height: 285px;
    }
    body.landingpage {
        background-size: 400px;
    }
}


/* ---------- viewport smartphone ---------- */
@media only screen and (min-width : 20px) and (max-width : 766px) {
    .modHeader section#modHeaderStage {
        height: auto;
    }
    .modTicker h3 {
        width: 30%;
     }
}
