@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'SBB Roman';
    src: url(../fonts/SBBWeb-Roman.ttf);
    src: url(../fonts/SBBWeb-Roman.eot?#iefix) format('eot'),
    url(../fonts/SBBWeb-Roman.woff) format('woff'),
    url(../fonts/SBBWeb-Roman.woff2) format('woff2');
}
@font-face {
    font-family: 'SBB Thin';
    src: url(../fonts/SBBWeb-Thin.ttf);
    src: url(../fonts/SBBWeb-Thin.eot?#iefix) format('eot'),
    url(../fonts/SBBWeb-Thin.woff) format('woff'),
    url(../fonts/SBBWeb-Thin.woff2) format('woff2');
}
@font-face {
    font-family: 'SBB Bold';
    src: url(../fonts/SBBWeb-Bold.ttf);
    src: url(../fonts/SBBWeb-Bold.eot?#iefix) format('eot'),
    url(../fonts/SBBWeb-Bold.woff) format('woff'),
    url(../fonts/SBBWeb-Bold.woff2) format('woff2');
}
* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'SBB Roman', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    width: 1px;
    min-width: 100%;
}
#wrapper {
    width: 1010px;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}
#logo {
    position: relative;
    float: right;
    margin: 24px 20px 16px;
    text-align: right;
    z-index: 999;
}
#headerbild {
    position: relative;
}

.headerbildMobile {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

#content {
    position: relative;
    float: left;
    padding: 15px 25px 70px 25px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
}
#titel-box {
    padding-right: 250px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}
#main-textbox {
    margin-top: 50px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 45px;
    padding-bottom: 45px;
    float: left;
    width: 100%;
}
#main-textbox-font {
    font-size: 25px;
    font-weight: 100;
    font-family: 'SBB Thin', Arial, sans-serif;
    max-width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1024px) {
    #main-textbox-font {
        font-size: 22px;
    }
}
@media screen and (max-width: 600px) {
    #main-textbox-font {
        font-size: 20px;
        max-width: 100%;
    }
    #main-textbox {
        padding-top: 25px;
        padding-bottom: 20px;
    }
}
h1, #pre-title {
    font-size: 39px;
    font-family: 'SBB Thin', Arial, sans-serif;
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 0 15px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#pre-title {
    font-size: 30px;
    padding-right: 80px;
}
h1.fxd {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    font-size: 30px;
    margin-left: -25px;
    padding: 15px 25px;
    width: 940px;
    max-width: 100%;
    border-bottom: 1px solid #efefef;
    z-index: 999;
}
h2, .s1 {
    margin: 33px 0 15px 0;
    font-size: 30px;
    display: inline-block;
    width: 100%;
    font-family: 'SBB Thin', Arial, sans-serif;
    font-weight: normal;
}
.s1 {
    margin-bottom: 0;
}
.aufgaben-box .s1 {
    margin-bottom: 15px;
}
.kontakt-box .s1 {
    margin-bottom:30px;
}
.kontakt-box .col_1_of_2 .s1 {
    margin-bottom: 18px;
}
b {
    font-family: 'SBB Bold', Arial, sans-serif;
    font-weight: normal;
}
p {
    padding-bottom: 15px;
}
a, a:link {
    color: #000;
    font-family: 'SBB Bold', Arial, sans-serif;
}
a:hover {
    color: #eb0000;
    font-family: 'SBB Bold', Arial, sans-serif;
}
.card a {
    font-family: 'SBB Thin', Arial, sans-serif;
}
.faq {
    display:block;
    margin-top:7px;
    text-decoration: underline!important;
}
#subtitel {
    font-size: 16px;
}

.hidden {
    height: 1px;
    left: -999em;
    overflow: hidden;
    position: absolute;
}
ul {
    margin-left: 32px;
}
ul li {
    margin-bottom: 10px;
    margin-left: -15px;
    list-style-type: initial;
}
.small-padding {
    padding-bottom: 15px;
}
.small-padding ul li {
    margin-bottom: 2px;
    margin-top: 5px;
}
.col_1_of_2 {
    padding-right: 5px;
    width: calc(45% - 2px);
    float: left;
    margin-right: 30px;
}
.col_2_of_2 {
    padding-left: 5px;
    width: calc(50% - 5px);
    float: left;
}
.full-width {
    width: 100%;
    margin-bottom: 15px;
}
.btn-bewerben {
    margin: 20px 0 0;
    position: relative;
    text-align: right;
}
#titel-box .btn-bewerben {
    position: absolute;
    right: 0;
    top: 0;
}
#social-top{
    position: absolute;
    right: 0;
    top: 70px;
}

#shareButton, #shareButton-stickyheader {
    cursor: pointer;
}

#shareButton:hover svg {
    fill: #eb0000;
}

#shareSocialWrapper .ui.popup, #shareSocialWrapper {
    display: flex;
    gap: 12px;
}

#shareSocialWrapper {
    gap: 20px;
}

#social-top a{
    text-decoration: none;
}
#social-bottom {
    display: none;
}
#social-bottom{
    margin-bottom: 10px;
    margin-top: -25px;
}
#social-bottom a{
    padding-right: 10px;
    text-decoration: none;
}
.fab {
    font-size: 25px;
}
.fas {
    font-size: 25px;
    cursor: pointer;
}
#titel-box.btn-bewerben.btn-top.fxd {
    position: absolute;
    right: 0;
    bottom: 20px;
    top: 0;
}

.btn-bewerben svg {
    display: inline-block;
    fill: #fff;
    margin: 4px 0 0 8px;
    /*position: absolute;*/
    width: 19px;
    padding-right: 40px;
    height: 13px;
}
.btn-bewerben a {
    background: #eb0000;
    color: #fff;
    padding: 15px 0 15px 40px;
    text-decoration: none;
    font-family: 'SBB Roman', Arial, sans-serif;
}
.btn-bewerben a:hover {
    text-decoration: none;
    background: #b20000;
}
.element-box {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.element-box.arbeitsplatz {
    margin-bottom: 10px;
}

/*Info Modal Steps */

#subtitel button, #open-steps {
    display: inline-block;
    background: transparent;
    border: none;
}
#subtitel button:hover, #open-steps:hover {
    cursor: help;
}
#subtitel button:active, #subtitel button:focus, #open-steps:active, #open-steps:focus {
    border: none;
    outline: none;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: none;
    width: 99%;
    max-width: 310px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {opacity:0}
    to {opacity:1}
}
@keyframes animatetop {
    from {opacity:0}
    to {opacity:1}
}

/* The Close Button */
.close {
    color: black;
    position: absolute;
    right: 10px;
    font-size: 25px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    padding: 20px 20px 5px;
    font-size: 15px;
}

/* Ende Modal*/

/* Accordion */
#start div {
    background-image: url("../images/clock-sbb.svg");
    background-repeat: no-repeat;
    background-size: 30px 50px;
    padding: 20px 0 10px;
}
#stop div {
    background-image: url("../images/target-sbb.svg");
    background-repeat: no-repeat;
    background-size: 30px 50px;
    padding: 20px 0 15px;
}
#start p, #stop p {
    position: relative;
    left: 50px;
    padding-bottom: 0;
}
#start p {
    top: -15px;
}
#stop p {
    top: 7px;
}
.active #stop div {
    background-size: 30px 50px;
}

.accordion {
    cursor: pointer;
    padding: 25px 20px 25px 50px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background-color: transparent;
    font-family: 'SBB Roman', Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background-image: url("../images/open-steps-sbb.svg");
    background-repeat: no-repeat;
    background-size: 30px 70px;
}
.accordion img {
    width: 30px;
    height: 18px;
}
.active.accordion img {
    display: none;
}
.active.accordion {
    display: none;
}
.active, .accordion:hover {
    cursor: help;
}

#open-steps {
    position: relative;
    top: -5px;
}

#modal-steps .modal-content {
    max-width: 910px;
    width: 90%;
    max-height: 80%;
    overflow:auto;
}
#modal-steps .modal-body {
    padding-bottom: 20px;
    overflow: hidden;
}
.panel-steps {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.openpanel-steps {
    padding: 0;
}
.panel-steps p, .openpanel-steps p{
    padding-left: 50px;
    padding-bottom: 0;
}
.panel-steps div, .openpanel-steps div {
    background-image: url("../images/steps-sbb.svg");
    background-repeat: no-repeat;
    background-size: 30px 215px;
    padding: 15px 0;
}

/* Shape Benefits */
#shape-benefits {
    width: 31%;
    margin-right: 2%;
    float: left;
}

.card {
    font-family: 'SBB Thin', Arial, sans-serif;
    font-weight: normal;
    position: absolute;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 9% auto 0 30px;
    width: 22%;
}
.face:after {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    display: block;
    height: 22px;
    width: 100%;
}
.face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
}

.front {
    z-index: 2;
    font-size: 36px;
    color: #ffffff;
}

.back {
    z-index: 1;
    transform:rotateY(180deg);
    color:white;
}

.back a {
    text-decoration: none;
}

.card:hover .front{
    transform:rotateY(-180deg);
}
.card:hover .back{
    transform:rotateY(0deg);
}

@media screen and (min-width: 999px) {

    .card-desktop {
        display: inherit;
    }

    .card-mobile {
        display: none;
    }
}

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

    .card-desktop {
        display: none;
    }

    .card-mobile {
        display: inherit;
        margin-top: 20%;
    }
}

/* Kontakt */
.element-box.kontakt-box .col_1_of_2 {
    width: 55%;
}
.element-box.kontakt-box .col_2_of_2 {
    width: 40%;
}

#kontaktbild {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#kontakttext {
    display: inline-block;
}

#noMails, #noMailsnoImage {
    clear: both;
}

@media screen and (min-width:805px) {
    #noMails {
        padding-left:154px;
    }

}

/* Video */
.video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    /* pointer-events: none; */
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}



/* Footer */
#footer {
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 25px;
    box-sizing: border-box;
    float: left;
}

.mobile {
    display: none;
}
.desktop {
    display: inline-block;
}

@media screen and (min-width: 541px) and (max-width: 800px) {
    .element-box.arbeitsplatz h2 {
        height: 65px;
    }
}

@media screen and (min-width: 1100px) {
    .shape-benefits-content-desktop {
        font-size: 32px;
        height: 100%;
        width: 100%;
        margin-top: 70px;
    }
}

@media screen and (max-width: 768px) {
    .col_1_of_2, .element-box.kontakt-box .col_1_of_2  {
        padding-right: 0;
        width: 100%;
    }
    .col_2_of_2, .element-box.kontakt-box .col_2_of_2 {
        margin-top: 15px;
        padding-left: 0;
        width: 100%;
    }
    .openpanel-steps p {
        font-size: 13px;
    }
    .modal-body {
        font-size: 13px;
        padding: 20px 10px 5px;
    }
}

@media screen and (max-width: 700px) {
    .headerbildDesktop {
        display: none;
    }
    .headerbildMobile {
        display: inherit;
    }
    .mobile {
        display: inline-block;
    }
    .desktop {
        display: none;
    }
    .btn-top, #social-top {
        display: none;
    }
    #social-bottom {
        display: block;
    }
    #titel-box {
        padding-right: 0;
    }
    #content {
        padding: 20px 10px 70px 10px;
    }
    body {
        font-size: 15px;
    }
    #pre-title {
        font-size: 22px;
    }
    h1 {
        font-size: 26px;
        margin-bottom: 8px;
    }
    h1.fxd {
        box-sizing: initial;
    }
    h2, .s1 {
        font-size: 22px;
        margin-top: 13px;
    }

    .element-box.kontakt-box {
        font-size: 14px;
    }
    .element-box.kontakt-box h2, .element-box.arbeitsplatz h2, .element-box.aufgaben-box h2 {
        margin-bottom: 13px;
    }
    .element-box.aufgaben-box .col_2_of_2 {
        margin-top: 0;
    }

    /*Button*/
    .btn-bewerben {
        text-align: left;
        width: 100%;
    }
    .btn-bewerben.bewerbung {
        margin-top: 0;
        margin-bottom: 30px;
    }
    #social-bottom {
        margin-top: 0;
    }

    /* Footer */
    #footer {
        padding: 0 10px 15px;
    }
    #social-icons {
        margin-top: 15px;
    }
    #footer {
        position: fixed;
        bottom: 0;
        background-color: white;
        height: 70px;
        z-index: 99999999;
        left:0;
    }
    .btn-bewerben a {
        margin-top:10px;
        float: right;
    }
    .footerShareLayer {
        position: absolute;
        background-color: white;
        padding: 20px;
        z-index: 999999;
        display: flex;
        flex-wrap: wrap;
        bottom:70px;
        width: 40px;
        left:0px;
        box-shadow:4px -5px 4px rgba(0,0,0,0.2);
        text-align: center;
        opacity: 0;
        transition: opacity ease-in-out 0.3s;
        pointer-events: none;
    }
    .footerShareLayer.show {
        opacity: 1;
        pointer-events: inherit;
    }
    .footerShareLayer a {
        width: 100%;
        margin-bottom:20px;
    }
    .footerShareLayer .fab {
    font-size: 35px;
    }
    .footerShare svg {
        fill: #eb0000;
        width: 40px;
        height: 40px;
        z-index: 9;
        position: absolute;
        top: 15px;
        left: 20px;
    }
}

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

    .front {
        z-index: 2;
        font-size: 3.5vw;
        color: #ffffff;
    }
    .card {
        margin: 3% auto 0 4%;
    }
}


#expired {
    margin-top: 14px;
    padding: 0 20px;
}

.printable-only {
    display:none;
}

.sticky-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    width:100%;
    max-width: 980px;
    opacity:0;
    position: fixed;
    background: #fff;
    z-index: 1000;
    padding: 10px 25px;
    margin: 0 25px;
    box-shadow: 0 4px 15px 0 rgba(0,0,0,0.5);
    box-sizing: border-box;
}
header.sticky .sticky-header {
    opacity:1;
    top:0;
    transition: opacity .15s ease-in;
}
header.sticky .sticky-header h1 {
    margin-bottom:0;
    margin-top:0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 70%;
}
.btn-sticky {
    text-align: right;
    margin-top: 10px;
    width: 100%;
    max-width: 215px;
}
#social-stickyheader {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-left: 16px;
}

#social-stickyheader svg {
    fill: #eb0000;
}

@media screen and (max-width: 998px) {
    .sticky-header {
        margin: 0;
    }
}

@media screen and (max-width: 760px) {
    header{
        display: none;
    }
    .modal {
        padding-top: 5%;
    }
    .openpanel-steps p {
        padding-left: 40px;
    }
    #start p, #stop p {
        left: 40px;
    }
}

@media screen and (max-width: 360px) {
    .openpanel-steps p {
        font-size: 12px;
    }
}