/*
 * contentspacer
 */
 .contentspacer-verysmall{
     height: 10px;
 }
.contentspacer-small{
    height: 25px;
}
.contentspacer-medium{
    height: 50px;
}
.contentspacer-large{
    height: 85px;
}
@media screen and (max-width: 767px) {
    .contentspacer-small{
        height: 15px;
    }
    .contentspacer-medium{
        height: 30px;
    }
    .contentspacer-large{
        height: 45px;
    }
}



/*
 * textblock Element
 */
.textblock{
}
.textblock_titlesmall{
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.textblock_titlebig{
    color: #FFF;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
}
.textblock_textbold{
    font-weight: 500;
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
    width: 70%;
}
.textblock_textnormal{
    font-weight: 300;
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 50px;
    width: 70%;
}
.textblock_big .textblock_textnormal{
    font-size: 30px;
    line-height: 30px;
}
.fullwidth .textblock_textnormal{
    width: 100%;
}
.textblock.uk-text-center .textblock_textbold{
    font-size: 50px;
    line-height: 50px;
    width: 80%;
    margin: 0 auto;
}
.textblock.uk-text-center .textblock_textnormal{
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
    width: 80%;
    margin: 0 auto 50px;
}
.textblock.uk-text-center.textblock_small .textblock_textnormal{
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    width: 100%;
    margin: 0 auto 50px;
}
.textblock.uk-text-2col .textblock_textnormal{
    font-weight: 300;
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    width: 90%;
}
.textblock_link a{
    color: #FFF;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.textblock_link a:hover{
    text-decoration: none;
}
.textblock_link img{
    width: 45px;
    margin-right: 10px;
}


.textblock.uk-text-center .textblock_titlebig{
    font-size: 70px;
    line-height: 70px;
    width: 85%;
    margin: 0 auto 70px !important;
}
.textblock.uk-text-center .textblock_link{
    display: inline-block;
    margin-right: 12px;
}
.textblock.uk-text-center .textblock_link:last-child{
    margin-left: 12px;
    margin-right: 0;
}

@media screen and (max-width: 959px) {
    .uk-text-2col .uk-inline{
        position: static !important;
        display: block !important;
    }
    .uk-text-2col .uk-position-bottom{
        position: static !important;
    }
    .textblock_titlebig{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .textblock_textnormal {
        width: 100%;
    }
    .textblock_big .textblock_textnormal {
        font-size: 24px;
        line-height: 24px;
    }
    .textblock.uk-text-center .textblock_titlebig {
        font-size: 60px;
        line-height: 60px;
        width: 85%;
        margin: 0 auto 50px !important;
    }
    .textblock.uk-text-center .textblock_textnormal {
        font-size: 40px;
        line-height: 40px;
        width: 85%;
        margin: 0 auto 40px;
    }
}
@media screen and (max-width: 639px) {
    .textblock.uk-text-center .textblock_link{
        margin-right: 6px;
    }
    .textblock.uk-text-center .textblock_link:last-child{
        margin-left: 6px;
    }
    .textblock_link a{
        font-size: 16px;
        line-height: 20px;
    }
    .textblock_link img{
        width: 30px;
        margin-right: 5px;
    }
    .textblock_titlebig{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .textblock_textbold {
        width: 100%;
    }
    .textblock_big .textblock_textnormal {
        font-size: 20px;
        line-height: 22px;
    }
    .textblock.uk-text-center .textblock_titlebig {
        font-size: 40px;
        line-height: 40px;
        width: 100%;
        margin: 0 auto 30px !important;
    }
    .textblock.uk-text-center .textblock_textnormal {
        font-size: 24px;
        line-height: 24px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .textblock.uk-text-2col .textblock_textnormal {
        font-size: 22px;
        line-height: 22px;
        width: 100%;
    }
    .textblock.uk-text-center.textblock_small .textblock_textnormal {
        font-size: 26px;
        line-height: 26px;
        margin: 0 auto 40px;
    }
}


/*
 * video/bild Element
 */
.video{
}
.videoWrapper {
    position: relative;
    padding-bottom: 51%;
    padding-top: 0;
    height: 0;
    border: 30px solid #FFF;
    border-radius: 15px;
    background: #FFF;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoItem{
    text-align: center;
}
.imageItem{
    border: 30px solid #FFF;
    border-radius: 15px;
    background: #FFF;
}
.videoText{
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    width: 40%;
    margin: 15px auto 0;
}
.videoIcon{
    color: #fff;
}
@media screen and (max-width: 639px) {
    .videoWrapper {
        border: 15px solid #FFF;
        padding-bottom: 54%;
    }
    .imageItem{
        border: 15px solid #FFF;
        border-radius: 15px;
        background: #FFF;
    }
    .videoText{
        width: 75%;
        font-size: 18px;
        line-height: 18px;
    }
}



/*
 * mitarbeiter Element
 */
.mitarbeiter{
}
.mitarbeiterFilter{
    text-align: center;
    margin: 30px auto 60px;
    border: 2px solid #FFF;
    border-radius: 30px;
    overflow: hidden;
    width: 275px;
    background-position: 238px 11px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 28px;
}
.mitarbeiterBox{
    margin: 0 120px;
}
.mitarbeiterItem{
    color: #010F48;
    font-size: 14px;
    line-height: 16px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.mitarbeiterItemImage{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
}
.mitarbeiterItemText{
    padding: 0 5px;
}
.mitarbeiterItemTitle{
    margin-top: 15px;
}
.mitarbeiterItemFunction{
    color: #6D7582;
    margin-bottom: 25px;
}
.mitarbeiterItemNumber{
    color: #010F48;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
}
.mitarbeiterItemNumber a{
    color: #010F48;
}
.mitarbeiterItemNumber a:hover{
    text-decoration: none;
}
.mitarbeiterItemNumber img{
    width: 14px;
    margin-right: 10px;
}
#maFilter,
#videoFilter,
#photoFilter{
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFF;
    padding: 15px 20px 15px 0;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    background-image: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    width: 275px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .mitarbeiterBox{
        margin: 0 60px;
    }
}
@media screen and (max-width: 959px) {
    .mitarbeiterBox{
        margin: 0;
    }
}

@media screen and (max-width: 639px) {
    .mitarbeiterFilter{
        background-size: 20px;
        margin: 25px auto 40px;
        width: 240px;
        background-position: 210px 11px;
    }
    #maFilter,
    #videoFilter,
    #photoFilter{
        font-size: 16px;
        line-height: 16px;
        padding: 12px 20px 12px 0;
        width: 240px;
    }
}




/*
 * mitarbeiter Element
 */
.jobs{
}
.jobsFilter{
    text-align: center;
    margin: 0 auto 50px;
    border: 2px solid #FFF;
    border-radius: 30px;
    overflow: hidden;
    width: 275px;
    background-position: 238px 11px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 28px;
}
.jobsBox{
    margin: 0 100px;
}
.jobItem{
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #FFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}
.jobItem img{
    width: 30px;
    margin-right: 30px;
}
#jobFilter{
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFF;
    padding: 15px 20px 15px 0;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    background-image: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    width: 275px;
    text-align: center;
}
.jobDetail{
    background: #fff;
    width: 100vw;
    position: relative;
    left: calc((100vw - 1000px)/-2);
    overflow: hidden;
    color: #010F48;
    margin-bottom: 12px;
    display: none;
}
.jobDetailImage{
    object-fit: cover;
}
.jobDetailContent{
    width: 33vw !important;
    padding-right: 40px;
}
.jobDetailClose img{
    width: 45px;
    margin: 40px 0 20px 0;
}

.jobDetailContent ul {
    padding-left: 20px;
}
.jobDetailContent ul li {
    margin-bottom: 5px;
}
.jobDetailContent .jobDetailTextTitle {
    margin-bottom: 10px;
}

.jobDetailTitle{
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 50px;
}
.jobDetailText{
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 50px;
}
.jobDetailPerson{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 75px;
}
.jobDetailPersonIcon img{
    width: 30px;
}
.jobDetailPersonName{
    margin-bottom: 2px;
}
.jobDetailPersonFunktion{
    color: #6D7582;
    margin-bottom: 15px;
}
.jobDetailPersonItem{
    font-size: 10px;
    margin: 0 0 3px 0;
}
.jobDetailPersonItem a{
    color: #010F48;
}
.jobDetailPersonItem a:hover{
    text-decoration: none;
}
.jobDetailPersonItem img{
    width: 14px;
    margin-right: 10px;
}
.jobDetailVideoTitle{
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin: 80px auto 50px;
    width: 50%;
}
.jobDetailVideoWrapper {
    position: relative;
    padding-top: 0;
    height: 0;
    border: 10px solid #00F6FF;
    border-radius: 5px;
    background: #00F6FF;
    margin: 0 auto;
    padding-bottom: 326px;
    width: 182px;
}
.jobDetailVideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jobDetailVideoText{
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: 15px 0 30px !important;
}
.jobDetailTextTitle{
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}
.jobDetailTextContent{
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 20px !important;
}
.jobDetailLink{
    margin: 20px 0 50px 0 !important;
    text-align: center;
}
.jobDetailLink a{
    display: inline-block;
    background: #00F6FF;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 15px 30px;
}
.jobDetailLink a:hover{
    text-decoration: none;
}


@media screen and (max-width: 1279px) {
    .jobDetail{
        left: -160px;
    }
    .jobDetailContent{
        width: 38vw !important;
    }
}
@media screen and (max-width: 1023px) {
    .jobsBox{
        /* margin: 0 60px; */
    }
}
@media screen and (max-width: 1200px) {
    .jobDetailVideoWrapper{
        /* padding-bottom: 34vw;
        width: 19vw; */
    }
}
@media screen and (max-width: 959px) {
    .jobsBox{
        margin: 0;
    }
    .jobDetail{
        left: -30px;
    }
    .jobDetailContent{
        width: 45vw !important;
        padding-right:  30px;
    }
    .jobDetailClose img {
        margin: 30px 0 30px 0;
    }
    .jobDetailVideoWrapper{
        /* padding-bottom: 50vw;
        width: 29vw; */
    }
}
@media screen and (max-width: 639px) {
    .jobDetailPersonItem{
        margin: 0 0 3px 0px;
    }
    .jobItem{
        border: 2px solid #fff;
        border-radius: 15px;
        padding: 8px;
        margin-bottom: 8px;
        cursor: pointer;
        color: #FFF;
        font-size: 14px;
        line-height: 16px;
        font-weight: 300;
    }
    .jobItem img{
        width: 20px;
        margin-right: 10px;
    }
    .jobDetail{
        left: -15px;
    }
    .jobDetailContent{
        width: calc(100vw - 30px) !important;
        padding:  0 15px;
    }

    .jobsFilter{
        background-size: 20px;
        margin: 25px auto 40px;
        width: 240px;
        background-position: 210px 11px;
    }
    #jobFilter{
        font-size: 16px;
        line-height: 16px;
        padding: 12px 20px 12px 0;
        width: 240px;
    }
    .jobDetailVideoWrapper{
        padding-bottom: 100vw;
        width: 58vw;
    }
    .jobDetailClose img {
        width: 40px;
        margin: 15px 15px 0 0;
    }
    .jobDetailTitle {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .jobDetailVideoTitle {
        font-size: 24px;
        line-height: 24px;
        margin: 15px auto 30px;
        width: calc(100% - 30px);
        padding: 0 15px;
    }
    .jobDetailLink a{
        font-size: 16px;
        line-height: 16px;
        padding: 10px 20px;
    }
}





/*
 * stations
 */
.stations{
    margin: 0 120px;
    color: #FFF;
}
.stationsItem{
    max-width: 360px;
    /* margin: 0 auto; */
}
.stationsImage img{
    border: 10px solid #fff;
    border-radius: 5px;
    height: 375px;
    object-fit: cover;
    width: 100%;
}
.stationsImage .uk-position-bottom{
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 25px;
}
.stationsTitle{
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin: 20px 0 20px 15px;
}
.stationText{
    margin-left: 15px;
}
.stationText,
.stationText a{
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #FFF;
}
.stationText img{
    width: 14px;
    margin-right: 10px;
}
.stationText div{
    margin-bottom: 8px;
}
.stationText div:last-child{
    position: relative;
    top: -5px;
}
@media screen and (max-width: 1023px) {
    .stations{
        margin: 0 60px;
    }
}
@media screen and (max-width: 959px) {
    .stations{
        margin: 0;
    }
}
@media screen and (max-width: 639px) {
    .stationsImage img{
        /* height: 250px; */
    }
    .stationsImage .uk-position-bottom{
        font-size: 40px;
        line-height: 40px;
    }
}


/*
 * teaser
 */
.teaser{
    position: relative;
    left: -40px;
    width: 100vw;
}

.teaserLeftTop img,
.teaserLeftMiddle img{
    width: 310px;
    height: 296px;
    object-fit: cover;
}
.teaserRight img{
    width: 100%;
    height: 592px;
    object-fit: cover;
}
.teaserLeftBottom{
    width: 230px;
    padding: 40px;
    color: #FFF;
}
.teaserLeftBottom img{
    width: 45px;
}
.teaserMiddleBottom img{
    width: 100%;
    height: 296px;
    object-fit: cover;
}
.teaserRightBottom img{
    width: 310px;
    height: 296px;
    object-fit: cover;
}
.teaserText{
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}
@media screen and (min-width: 1280px) {
    .teaser{
        width: 1280px;
    }
}
@media screen and (max-width: 959px) {
    .teaser{
        left: -30px;
    }
    .teaserRightBottom img{
        width: 30vw;
    }
}
@media screen and (max-width: 639px) {
    .teaser{
        left: -15px;
    }
    .teaserLeft{
        white-space: nowrap;
    }
    .teaserLeftTop,
    .teaserLeftMiddle{
        width: 50%;
        display: inline-block;
    }
    .teaserLeftTop img,
    .teaserLeftMiddle img{
        height: 250px;
    }
    .teaserRight img{
        height: 250px;
    }
    .teaserMiddleBottom img{
        max-width: 100%;
        height: 250px;
    }
    .teaserRightBottom img{
        width: 50vw;
        height: 250px;
    }
    .teaserText {
        margin-bottom: 20px;
    }
    .teaserLeftBottom{
        max-width: 230px;
        width: 100%;
        padding: 15px;
    }
    .teaserLeftBottom img{
        width: 30px;
    }

}



/*
 * image
 */
.image{
}
.imageBild{
}
.imageBildImg{
    aspect-ratio: 1 / 1;
    border: 10px solid #fff;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}
.imageText{
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    color: #FFF;
    width: 50%;
    margin: 15px auto 0;
}
@media screen and (max-width: 780px) {
    .imageBild img{
        aspect-ratio: auto;
    }
}




/*
 * Mitarbeiter Videos
 */
.mavideos{
    color: #FFF;
    /* margin: 0 75px; */
    margin: 0 -40px 0 75px;
}
.mavideos .uk-slider {
    color: #FFF;
}
.mavideoItem{
    /* width: 230px; */
    width: 225px;
}
.mavideoItem iframe{
    width: 180px;
    height: 320px;
    border: 10px solid #fff;
    border-radius: 5px;
}
/*
.mavideoItemVideo{
}
.mavideoItemVideoWrapper{
    position: relative;
    padding-top: 0;
    height: 0;
    border: 10px solid #FFF;
    border-radius: 5px;
    background: #FFF;
    width: 182px;
    padding-bottom: 326px;
    margin: 0 auto;
}
.mavideoItemVideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
.mavideoItemVideoText{
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    margin: 15px auto 30px !important;
    color: #FFF;
    width: 80%;
}
.mavideoPrevious img,
.mavideoNext img {
    width: 45px;
}
.mavideos .uk-position-center-right-out{
    top: 53%;
    left: auto;
    right: calc(100% + 30px);
}
.mavideos .uk-position-center-left-out{
    top: 40%;
    right: calc(100% + 30px);
}
@media screen and (max-width: 959px) {
    .mavideos{
        margin: 0 -30px 0 75px;
    }
}
@media screen and (max-width: 639px) {
    .mavideos{
        margin: 0 -15px 0 50px;
    }
    .mavideos{
        /* margin: 0 50px; */
    }
    .mavideos .uk-position-center-left-out,
    .mavideos .uk-position-center-right-out{
        right: calc(100% + 7px);
    }

}
