/*
** Font Face
 */
@font-face {
    font-family: 'Frutiger Neue';
    src: url('../fonts/FrutigerNeueLTW1G-Regular.otf');
}
@font-face {
    font-family: 'Frutiger Neue Light ';
    src: url('../fonts/FrutigerNeueLTW1G-Light.otf');
}
@font-face {
    font-family: 'Frutiger Neue Bold';
    src: url('../fonts/FrutigerNeueLTW1G-Bold.otf');
}

@font-face {
    font-family: 'Georgia Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Italic'), url('../fonts/georgiai.woff') format('woff');
}

.displayPrint {
    display: none !important;
}

* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0 auto;
    font-family: 'Frutiger Neue';
    font-size: 18px;
    line-height: 26px;
    overflow-x: hidden;
    hyphens:auto;

    padding-bottom: 140px;
}
h1 {
    font-weight: normal;
    color:#007BC0;
    font-size: 58px;
    line-height: 66px;
}
h2 {
    color: #007BC0;
    font-size: 38px;
    line-height: 46px;
    font-weight: normal;
}
h3 {
    font-weight: normal;
    font-size: 28px;
}
b {
    font-weight: normal;
}
strong {
    font-weight: normal;
    font-family: "Frutiger Neue Bold";
}
main {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;

}
img {
    max-width: 100%;
}
ul {
    padding:0;
    margin:0;
}

li {
    margin:0;
    padding:0;
}
a {
    text-decoration: none;
    color:#444445;
}
.pageInner {
    max-width: 1586px;
    margin: 0 auto;
}
.extraW {
    max-width: 1600px;
}
.textcenter {
    text-align: center;
}
.flex {
    display: flex;
}
.flex50 {
    min-width: 50%;
    max-width: 50%;
    padding-right: 45px;
}
.pdagButton {
    background-color:#007BC0;
    display: flex;
    color:white;
    justify-content: center;
    align-items: center;
    height: 84px;
    border-radius: 4px;
    border:2px solid #007BC0;
}
.pdagButton:hover {
    background-color:transparent;
    color: #007BC0;
}
.pdagButton:hover svg path {
    fill: #007BC0 !important;
}
.bgBlue {
    background-color:#007BC0;
}
/*
** Header
 */
header {
    background-color: transparent;
    transition: all ease-in-out 0.3s;
    border-bottom:1px solid #f3f3f3;
}
header h2 {
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
}
header .flex {
    width: 100%;
    justify-content: space-between;
    height: 100px;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: nowrap;
}
header .headerLogo {
    min-width: 120px;
    margin-left:20px;
}
header .headerLogo img {
    max-height: 70px;
}

.sticky header {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background-color: white;
}

.sticky header h2 {
    opacity: 1;
}
.sticky main {
    padding-top: 100px;
}
/*
** Mainpic
 */
#mainPic {
    min-height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#mainPic .mainPicTeaser  {
    background-color: rgba(0, 123, 192, 0.8);
    width: 55%;
    position: absolute;
    bottom:60px;
}
#mainPic h2 {
    color:white;
    font-size: 42px;
    padding:40px 20px 40px 220px;
    hyphens: auto;
    -epub-hyphens:auto;
}
#mainPic .mainpicTitle h2 {
    display: none;
}
@media only screen and (min-width: 1700px) {
    #mainPic h2 {
        opacity: 0;
    }
    #mainPic .mainpicTitle h2 {
        padding-left:0;
        max-width: 42%;
        position: absolute;
        bottom:60px;
        opacity: 1;
        display: block;
    }
}

@media only screen and (min-width: 2130px) {
    #mainPic .mainpicTitle h2 {
        max-width: 36%;
    }
}

/**
* TitleArea
 */
#titleArea h1, #titleArea p {
    max-width: 80%;
    hyphens: auto;
    -epub-hyphens:auto;
    overflow: hidden;
}
#titleArea p {
    margin-top: 40px;
}
#titleArea .iconArea {
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
}
#titleArea .iconArea .icon {
    display: flex;
    align-items: center;
    font-size: 18px;
    position: relative;
    padding-bottom:20px;
}
#titleArea .iconArea .iconPensum {
    gap: 10px;
}
#titleArea .iconArea .iconLayer {
    background-color: #007BC0;
    color:white;
    position: absolute;
    width: 300px;
    padding:10px;
    font-size: 16px;
    line-height: 22px;
    z-index: 999;
    top: 80px;
    border-radius: 9px;
    display: none;
}
#titleArea .iconLayer a {
    color:white;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
#titleArea .iconArea .icon:hover .iconLayer {
    display: block;
}
#titleArea .iconArea .iconLayer:after {
    background-color: #007BC0;
    content: "";
    width: 30px;
    height: 30px;
    transform:rotate(45deg);
    display: block;
    position: absolute;
    z-index: -1;
    top:-5px;
    left:15px;
}
/*
** über die stelle
 */
#dieStelle .toggleBlock {
    background-color:#007BC0;
    color: white;
    margin-top:30px;
}
#dieStelle .toggleHeader {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding:15px 20px;
    cursor: pointer;
}
#dieStelle .toggleText {
    padding:0px 20px 15px 20px;
}
#dieStelle .toggleHeader h3 {
    margin:0;
    padding:0;
    line-height: 1em;
    font-size: 28px;
}
#dieStelle .toggleBlock .toggleHeader svg {
    transform:rotate(0deg);
    transition: transform ease-in-out 0.3s;
}
#dieStelle .toggleBlock.active .toggleHeader svg {
    transform:rotate(180deg);
}
#dieStelle .aufgabeProfil {
    margin-top: 60px;
    justify-content: space-between;
}
#dieStelle .aufgabeProfil .flex50 {
    min-width: 46%;
    max-width: 46%;
    padding:0px;
}
#dieStelle .aufgabeProfil strong, #dieStelle .aufgabeProfil b {
    font-weight: 700;
}
#dieStelle .aufgabeProfil .titleAP {
    display: flex;
    align-items: center;
}
#dieStelle .aufgabeProfil .titleAP h2 {
    margin:0;
}
#dieStelle .aufgabeProfil .titleAP svg {
    margin-right: 20px;
    min-width: 24px;
}
#dieStelle .aufgabeProfil .listAP {
    margin-top:40px;
}
#dieStelle .aufgabeProfil .listAP ul {
    padding-left: 20px;
}
#dieStelle .aufgabeProfil .listAP ul li {
    margin-bottom:10px;
}

/*
** Benefits
 */
section#benefits {
    margin-top: 60px;
}
#benefits h2 {
    text-align: center;
}
#benefitsSlider .benefit {
    min-height: 300px;
    border:4px solid #007BC0;
}
#benefits .slick-slide {
    margin: 0 20px;
}
#benefits .slick-list {
    margin: 0 -20px;
}
#benefits .slick-dots {
    bottom:-50px;
}
.slick-next {
    right:-40px;
}
.slick-prev {
    left:-40px;
}
.slick-prev:before, .slick-next:before {
    content: "";
    background-image: url("../images/icons/chevron-compact-left.svg");
    height: 55px;
    width: 23px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    margin-top: -10px;
}
.slick-next:before  {
    transform:rotate(180deg);
}
#benefits .benefit {
    display: flex;
    align-items: center;
    padding:40px;
    justify-content: space-between;
}
#benefits .benefit .benefitIconArea {
    margin-right: 30px;
}
#benefits .benefitIconArea svg {
    width: 210px;
    max-height: 210px;
}
/* Werte */
#werte {
    margin-top: 120px;
}
#werte h2 {
    text-align: center;
}
.werteContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 80px;
    row-gap: 30px;
}
.werteContainer .wert {
    border: 4px solid #007BC0;
    padding: 40px;
}
.wertTitle {
    display: block;
    font-size: 28px;
    margin-bottom: 1em;
    text-align: center;
}

.wertText {
    display: block;
    hyphens: none;
    text-align: center;
}

@media screen and (max-width:1400px) {
    .werteContainer {
        column-gap: 40px;
    }
    .werteContainer .wert {
        padding: 30px 20px;
    }
}

@media screen and (max-width:1000px) {
    .werteContainer {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:560px) {
    #werte {
        margin-top: 160px;
    }
}

/*
** Auszeichnungen
 */
#auszeichnungen {
    margin:120px 0 30px 0;
    color:#fff;
    padding:30px 0 60px 0;
}
#auszeichnungen h2 {
    color:#fff;
    text-align: center;
    padding:30px 0;
    margin:0;
}
#auszeichnungen .awardList {
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
#auszeichnungen .awardList .awardElement {
    margin: 0 15px;
}
#auszeichnungen .applyButton {
    background-color:transparent;
    border:2px solid #fff;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    width: 290px;
    height: 84px;
    border-radius: 4px;
}
#auszeichnungen .applyButton:hover {
    background-color:#fff;
    color:#007BC0;
}
#auszeichnungen .socialFollow {
    text-align: center;
    margin-top: 40px;
}
#auszeichnungen .socialFollow .followIcons {
    margin-top: 20px;
}

/*
** Kontaktbereich
 */

#kontakt .zitat {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:80px 0;
}
#kontakt .zitat .text {
    font-family: "Georgia Italic";
}
#kontakt .zitat svg {
    margin-right: 10px;
}
#kontakt .zitat .person {
    min-width: 200px;
    font-family: "Frutiger Neue Light ";
}
#kontakt .videoButton {
    max-width: 100%;
    min-width: 350px;
}
#kontakt .videoButton svg {
    margin-right:20px;
}

/*
** Bewerbungsprozess
 */
#bewerbungsProzess {
    margin:60px 0 0 0;
    padding:30px 0px;
}
#bewerbungsProzess h2 {
    color:#fff;
    text-align: center;
}
#bewerbungsProzess .bewStep {
    height: 84px;
    display: flex;
    align-items: center;
    padding:0 30px;
    background-color:white;
    margin-bottom:75px;
    position: relative;
}
#bewerbungsProzess .step1 {
    background-color: rgba(255, 255, 255, 0.4);
}
#bewerbungsProzess .step2 {
    background-color: rgba(255, 255, 255, 0.6);
}
#bewerbungsProzess .step3 {
    background-color: rgba(255, 255, 255, 0.8);
}
#bewerbungsProzess .step4 {
    background-color: rgba(255, 255, 255, 1);
}
#bewerbungsProzess .bewStep svg {
    position: absolute;
    top: 100px;
    left: -40px;
}
#bewerbungsProzess .step1 svg {
    opacity: 0.4;
}
#bewerbungsProzess .step2 svg {
    opacity: 0.6;
}
#bewerbungsProzess .step3 svg {
    opacity: 0.9;
}

/*
** Weitere Stellen
 */
#weitereStellen {
    margin-top: 60px;
}
#weitereStellen .pdagButton {
    max-width: 300px;
}
#similarJobs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap:20px;
}
#similarJobs a {
    border:1px solid #ccc;
    padding:20px;
}
#similarJobs h3 {
    color:#007BC0;
    font-size: 22px;
    padding:0;
    margin: 0 0 15px 0;
}
#similarJobs .jobIcon {
    font-size: 16px;
    line-height: 22px;
    margin-bottom:10px;
}

#weitereStellen .similarJobsButtons {
    margin-top: 60px;
}

.dsgvo {
    position: relative;
    top: 35px;
}

.dsgvo:hover {
    color:#007BC0;
}
/*
** Footer
 */
footer {
    background-color: #007BC0;
    position: fixed;
    bottom:0;
    display: block;
    width: 100%;
}

footer .applyButton {
    background-color:transparent;
    border:2px solid #fff;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    width: 290px;
    height: 44px;
    border-radius: 4px;
}
footer .applyButton:hover {
    background-color:#fff;
    color:#007BC0;
}
footer .rightAreaFooter {
    display: flex;
    align-items: center;
}
footer .flex {
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
footer .leftAreaFooter {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
footer .leftAreaFooter .footerShare {
    margin-right: 40px;
}


footer .shareLayer {
    position: absolute;
    bottom:80px;
    left:0px;
    background-color:#007BC0;
    z-index: 999;
    color:#1D4370;
    padding:15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
footer .shareLayer:before {
    width: 40px;
    height: 40px;
    content: "";
    background-color:#007BC0;
    transform:rotate(45deg);
    margin-top: -10px;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: -1;
}
footer .footerShare {
    position: relative;
}
footer .shareLayer h4 {
    padding:0;
    margin:0 0 10px 0;
    color: white;
    font-weight: normal;
}
footer .shareLayer svg {
    margin:5px 0;
}
footer .footerShare svg {
    cursor: pointer;
}

/*
** Modal Videos
 */
.modal {
    max-width: 911px;
}
/*
** Responsive
 */
@media only screen and (max-width: 1700px) {
    .pageInner {
        max-width: 100%;
        margin: 0 auto;
        padding:0px 80px;
    }
    #mainPic h2 {
        padding-left:0px;
    }
    #benefits .benefit {
        padding:30px;
        min-height: 324px;
    }
    #benefits .benefit .benefitIconArea {
        margin-right: 20px;
    }
    #benefits .benefit .benefitIconArea svg {
        max-width: 180px;
    }
    #mainPic .mainPicTeaser {
        width: 65%;
    }
}
@media only screen and (max-width: 1300px) {
    #benefits .benefit {
        flex-wrap: wrap;
        min-height: 440px;
    }
    #mainPic .mainPicTeaser {
        width: 75%;
    }
    #benefits .benefitIconArea {
        width: 100%;
        text-align: center;
    }
    #titleArea h1, #titleArea p {
        max-width: 100%;
    }
    h1 {
        font-size: 38px;
        line-height: 1.2em;
    }
    h2 {
        font-size: 32px;
        line-height: 1.2em;

    }
    #similarJobs {
        grid-template-columns: 1fr 1fr;
    }
    #benefits .benefit {
        padding:20px;
    }
    #benefits .benefit h3 {
        margin:10px 0px;
    }
    #benefits .benefit .benefitIconArea {
        margin-right: 0px;
    }
}
@media only screen and (max-width: 1040px) {
    .pageInner {
        padding:0px 60px;
    }
    .flex {
        flex-wrap: wrap;
    }
    #dieStelle .aufgabeProfil .flex50 {
        min-width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .flex50 {
        min-width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .flex50:first-child {
        margin-bottom:40px;
    }
    .videoButtons .flex50 {
        display: flex;
        justify-content: center;
    }
    .videoButtons .flex50 .videoButton {
        padding:0px 40px;
    }
    .sticky header h2 {
        font-size: 28px;
    }
    #kontakt .zitat {
        margin:20px 0px 80px 0px;
    }
    .videoButtons .flex50 .videoButton {
        justify-content: start;
    }
    #benefits .benefit {
        min-height: 490px;
    }
}
@media only screen and (max-width: 821px) {
    h1 {
        font-size: 32px;
    }
    .pageInner {
        padding:0px 40px;
    }
    #kontakt .zitat {
        padding:0px;
    }
    header h2 {
        display: none;
    }
    .sticky header h2 {
        font-size: 16px;
        display: block;
        max-height: 100px;
        text-overflow: ellipsis;
        overflow: hidden;
        hyphens: auto;
        -epub-hyphens:auto;
    }
    #mainPic .mainPicTeaser {
        width: 100%;
        bottom:0px;
    }
    #mainPic h2 {
        padding:0;
        margin:10px 10px 10px 0px;
        font-size: 32px;
        line-height: 1.1em;
    }
    #mainPic {
        min-height: 480px;
    }
    #bewerbungsProzess .bewStep svg {
        left:0px;
    }
    header .flex {
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 560px) {
    .pageInner {
        padding:0px 20px;
    }
    #titleArea .iconArea {
        display: grid;
        grid-template-columns: [col] auto [col] 1fr;
    }
    #titleArea .iconArea .iconPensum {
        grid-column: col / span 2;
    }
    footer .applyButton {
        width: 170px;
    }
    #similarJobs {
        grid-template-columns: 1fr;
    }
    #mainPic {
        min-height: 380px;
    }
    #weitereStellen .pdagButton, #kontakt .videoButton {
        max-width: 100%;
        width: 100%;
    }
    #benefits .benefit {
        min-height: 515px;
    }
    #benefits .slick-dots {
        bottom:-80px;
    }
    .slick-dots li {
        margin:0 5px;
    }
}