/**
 * Header.
 */
#header {
    position: relative;
    z-index: 998;
    margin-bottom:7%;
}
div#headerLogoArea img {
    width: 71px;
    height: 31px;
}
.header-slogan {
    position: relative;
    padding: 28px 28px 140px;
    background: linear-gradient(136.08deg, rgba(0, 50, 125, 0.9) 19.27%, rgba(0, 120, 187, 0.9) 69.79%, rgba(0, 164, 224, 0.9) 100%);
    width: auto;
    float: right;
    margin-top: -14.5%;
    margin-right: -105px;
    border-radius: 4px;
    min-width: 260px;
}
.header-slogan span {
    color: #FFF;
    font-size: 46px;
    line-height: 55px;
    display: block;
    width: 100%;
    word-break: break-word;
    hyphens:auto;
    min-width: 368px;
    max-width: 368px;
}
p.meta {
    margin-top:5px;
}
#title p {
    font-size:20px;
    line-height: 36px;
}
section.tasks-profile {
    margin-top: 60px;
    margin-bottom:80px;
}
.tasks-profile p {
    margin-top:20px;
    margin-bottom:40px;
}
.tasks-profile h2 {
    font-size:40px;
    line-height: 58px;
}
/**
 * Logo.
 */
#logo {
    z-index: 1000;
    display: block;
    position: absolute;
    bottom:-50px;
    right:40px;
    width: 138px;
    height: auto;
    background: #fff;
    padding: 15px 12px;
}

#logo img {
    display: block;
    width: 100%;
    height: auto;
}

/**
 * Headline.
 */
#main {
    padding:35px 65px 0px;
    box-sizing: border-box;
}
#headline {
    padding:0px 20px;
}
#place-of-work {
    font-family: MuseoSans-300, sans-serif !important;
    font-size: 26px;
    line-height: 30px;
}

/**
 * Introduction.
 */
#introduction {
    color: #092768;
}

/**
 * Content.
 */
#content ul {
    margin:33px 0px;
    padding:0;
    list-style: none;
}

#content .multicolumn ul li {
    position: relative;
    margin-bottom:20px;
    padding-left:35px;
    font-size:20px;
    line-height: 36px;
}

#content .multicolumn ul li:last-child {
    margin-bottom:0;
}

#content .multicolumn ul li:before {
    position:absolute;
    left:0;
    top:5px;
    content: "";
    background: url(../images/svg/icons/check-icon.svg);
    font-size: 22px;
    line-height: 22px;
    width: 24px;
    height: 24px;
}
.tasks-profile .separator {
    width:60px;
}
.tasks-profile .width-50:first-child {
    padding-right:60px;
}
/**
 * Skills.
 */
@media screen and (max-width: 991px) {
    #skills {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 25px;
    }
}

/**
 * Benefits.
 */
.benefits {
    max-width: 886px;
    margin:0 auto;
    position: relative;
    margin-bottom:120px;
}
.benefitGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:50px;
}
.benefitGrid .benefit {
    width: 100%;
    height: 300px;
    background-color:#462564;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:20px;
    color:white;
    position: relative;
}
.benefitGrid .benefit:nth-child(2) {
    background-color:#9B50C8;
}
.benefitGrid .benefit:nth-child(3) {
    background-color:#A40664;
}
.benefitGrid .benefit:nth-child(4) {
    background-color:#009467;
}
.benefitGrid .benefit:nth-child(5) {
    background-color:#00327D;
}
.benefitGrid .benefit:nth-child(6) {
    background-color:#FF548C;
}
.benefitGrid .benefitFront {
    display: flex;
    gap:20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.benefitGrid .benefitIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefitGrid .benefitIcon {
    width: 110px;
}
.benefitGrid .benefitIcon svg {
    width: 100%;
}
.benefitGrid .benefitTitle {
    color:white;
    font-family: MuseoSans-500;
    text-align: center;
    font-size:20px;
}
.benefitGrid .benefitTitle svg {
    width: 23px;
    height: 23px;
    min-width: 23px;
    display: none;
}
.benefitGrid .benefitTitle b {
    color:white;
    font-weight: normal;
    font-family: MuseoSans-500;
}
.benefitGrid .benefitTitle p {
    display: none;
}

.benefitGrid .benefitBackside p {
    hyphens: auto;
    margin-top: 20px;
}
.benefitGrid .benefitBackside {
    display: none;
}
.benefitGrid .benefitBackside b {
    font-weight: normal;
    font-family: MuseoSans-500;
    text-align: left;
    font-size: 20px;
}
.benefitGrid .benefit:hover .benefitFront {
    display: none;
}
.benefitGrid .benefit:hover .benefitBackside {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.benefits h2 {
    text-align: center;
    margin-bottom:60px;
}

.benefits-info {
    color:#092768;
    margin-top:40px;
    text-align: center;
    margin-bottom:0px!important;
    font-size: 14px;
}
.benefits .touchicon {
    max-width: 36px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.benefitGrid .benefit .touchicon {
    display: none;
}
.benefitGrid .benefit:hover .touchicon {
    display: none;
}
a.benefits-more-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color:#00327D;
    font-family: MuseoSans-300, sans-serif;
}
.benefit-link-holder {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}
a.benefits-more-link svg {
    width: 23px;
    height: 23px;
}
/**
* Apply Process
 */
#bewerbungsprozess {
    background-color:#F2F2ED;
    padding:40px 73px;
    margin-bottom: 80px;
}
.bp-step {
    background-color:#00327D;
    width: 100%;
    color:white;
    display: flex;
    align-items: center;
    gap:10px;
    padding:8px;
    margin-bottom: 39px;
    min-height: 31px;
    border-radius: 6px;
    font-family: MuseoSans-500;
    position: relative;
}
.bp-step:after {
    content: "";
    height: 18px;
    border-left:1px solid #00327D;
    position: absolute;
    left:20px;
    bottom:-28px;
}
.bp-steps #bp-step11:after {
    bottom:57px;
}
.bp-icon {
    display: flex;
    align-items: center;
}
.bp-icon svg {
    width: 24px;
    max-height: 26px;
}
.bp-step-expand {
    display: flex;
    align-items: center;
    padding-left: 5px;
    margin-bottom: 39px;
    cursor: pointer;
}
.bp-steps .stepExpanded {
    min-height: 0px;
    height: 0;
    overflow:hidden;
    padding:0;
    margin:0;
    transition: min-height ease-in-out 0.15s;
}
.bp-steps.open .stepExpanded {
    display: flex;
    padding:8px;
    margin-bottom: 39px;
    min-height: 31px;
    overflow:visible;
    height: auto;
}
.bp-steps.open .bp-step-expand {
    display: none;
}
.bp-steps.open #bp-step11 {
    margin-bottom: 10px;
}
.bp-steps.open .bp-step11:after {
    display: none;
}
.bp-text {
    font-size: 18px;
    font-family: MuseoSans-300, sans-serif;
    line-height: 20px;
}
.bp-steps.open {
    cursor: pointer;
}
#closeApplyProcess svg {
    width: 32px;
}
/**
 * Contact.
 */
#contact {
    max-width: 884px;
    margin:0 auto;
}
#contact b {
    font-weight: normal;
}
.contact-wrapper {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    position: relative;
    width: 100%;
    margin-bottom: 28px;
}
.contact-wrapper.job {
    margin-bottom:40px;
}
.contact-wrapper.job .image {
    grid-column: 1 / span 8;
    grid-row: 1;
    order: 1;
}
.contact-wrapper.job .box {
    grid-column: 8 / span 9;
    grid-row: 1;
    z-index: 20;
    margin-top: 135px;
    order: 2;
}
.contact-wrapper.hr .image {
    grid-column: 9 / span 8;
    grid-row: 1;
    margin-top: 135px;
    order: 1;
}
.contact-wrapper.hr .box {
    grid-column: 1 / span 9;
    grid-row: 1;
    z-index: 20;
    order: 2;
}
#contact .image img {
    width:100%;
    height:auto;
}
#contact .box {
    position: relative;
    display: block;
}

#contact .box > div {
    position: relative;
    padding: 45px 28px;
    background: linear-gradient(136.08deg, rgba(0, 50, 125, 0.9) 19.27%, rgba(0, 120, 187, 0.9) 69.79%, rgba(0, 164, 224, 0.9) 100%);
    background-size: cover;
    border-radius: 8px;
    min-height:350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#contact .box h4 {
    font-size: 24px;
    line-height: 29px;
    color:#fff;
}
#contact .box h3 {
    font-size: 28px;
    font-family:  MuseoSans-300, sans-serif !important;;
    line-height: 38px;
    color:#fff;
}
#contact .box.fr h3, #contact .box.it h3 {
    font-size: 28px;
    line-height: 38px;
}
#contact .box p, #contact .box a {
    font-family: MuseoSans-300, sans-serif !important;
    color:#fff;
    margin:0px 0px 20px;
    font-size: 20px;
}
#contact .box a {
    display: flex;
    align-items: center;
    gap:10px;
}
#contact .box a svg {
    width: 24px;
}
#contact .bottom {
    width: 100%;
    display: table;
    position: absolute;
    right: 8%;
    bottom: -110px;
}
#contact .bottom img {
    display: table-cell;
    width:162px;
    height:auto;
    padding:15px 12px;
    background: #fff;
    float: right;
}
#contact .bottom .slogan {
    display: table-cell;
    width: 100%;
    padding-top: 45px;
    padding-right: 10px;
    color: #00A7E0;
    font-family: MuseoSans-300, sans-serif !important;
    font-size: 22px;
    line-height: 28px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
#contact a.external {
    padding-left: 25px;
    background: url(../images/svg/icons/link-icon.svg) no-repeat 0 2px;
    background-size: 20px;
    margin-top: 10px !important;
    display: block;
}
.phone {
    padding-left:30px;
    background: url("../images/svg/icons/handset_BOLD.svg") no-repeat 0 -3px;
}
/**
 * Awards.
 */
#awards {
    margin: 110px 0 0;
}

#awards figure {
    margin: 0px;
    width:100%;
    float:left;
    display: flex;
    align-items:center;
    justify-content: center;
}

#awards figure img {
    width:100%;
    height:auto;
    max-width: 155px;
}
.awards .ui.grid {
    justify-content: center;
}
#awards .description {
    padding-top: 2px;
    color: #00327D;
    overflow: hidden;
    text-align: left;
    height: 100px;
}

#awards .awards {
    margin: 60px 0 0;
}

#awards .description p {
    font-family: MuseoSans-300, sans-serif !important;
    font-size: 18px;
    margin-top:0px;
}

#awards {
    background-color: #F7F7F4;
    padding: 100px 40px;
    border-radius: 8px;
}
#awards h2 {
    text-align: center;
    margin-top:0px;
}
#awards .awards {
    display: flex;
    align-items: center;
    justify-content: center;
}
#awards .awardholder {
    cursor: pointer;
    max-width: 33%;
    min-width: 33%;
    position: relative;
}
.awardLayer {
    display: none;
    background-color: white;
    padding: 15px 20px;
    border-radius: 20px;
    position: absolute;
    top:0;
    left:calc(50% - 140px);
    max-width: 280px;
    z-index: 99999;
    min-height: 100%;
}
.awardLayer .awardLayerTitle {
    font-size: 18px;
    font-family: MuseoSans-500, sans-serif;
    margin-bottom: 0px;
}
.awardLayer p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}
#awards .awardholder:hover .awardLayer  {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.printShare {
    margin-left:70px;
}
.iconShare {
    margin-left:20px;
}
div#shareIconsElement a.linkedin.icon.intra-hide {
    margin-right: 10px;
}
div#shareIconsElement a.whatsapp {
    margin-right: 0;
}
/**
 * Similar jobs.
 */
#similar-jobs h2 {
    text-align:center;
    margin-bottom:90px;
    margin-top:100px;
    font-size: 30px;
}
#similar-jobs .jobs {
    margin-left:120px;
    margin-right:120px;
}
#similar-jobs .jobs .job {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    margin-right: 20px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    min-height: 140px;
    margin-right:20px;
}
.job-meta {
    padding-left:0px;
}
.jobs .ui.grid>[class*="three column"].row>.column{
    width:31% !important;
}
#similar-jobs .job h3 {
    color:#00327D;
    font-size:24px;
    line-height: 34px;
}
#similar-jobs .benefits-more-link {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    color:#00327D;
    font-family: MuseoSans-300, sans-serif;
}
#similar-jobs .benefits-more-link svg {
    width: 24px;
}
#similar-jobs .benefits-more-link svg path {
    stroke: #00327D !important;
}
#similar-jobs .job:hover .benefits-more-link {
    color:#00abf5;
}
#similar-jobs .jobs .job:hover h3 {
    color: #00abf5 !important;
}

#similar-jobs .job:hover .benefits-more-link svg path {
    stroke: #00abf5 !important;
}
@media screen and (max-width: 767px) {
    #similar-jobs .jobs .job {
        margin-bottom: 10px;
        padding-bottom: 30px;
        width: 100% !important;
        float: none;
        clear: both;
    }
    #similar-jobs h2 {
        margin-bottom: 60px;
    }
    .tasks-profile p {
        margin-top:20px;
    }
}
#similar-jobs .jobs .job-title {
    margin: 0;
    font-family: MuseoSans-300, sans-serif;
    margin-bottom: 20px;
}

#similar-jobs .jobs .job-place {
    color: #00327D;
    font-size:20px;
}

/**
 * Social icons.
 */


.followUs, .followUsIcons , .footerFollowElementsWrapper{
    display: flex !important;
    align-items: center;

}
.followUsIcon {
    width:20px;
    margin-left:30px;
}
.followUsIcon svg{
    width:20px;
}
.footerRightSideNav a {
    font-size:12px;
    font-family: MuseoSans-300;
    padding-right:10px;
}
.footerRightSideNav a:last-child {
    padding-right:0px;
}
.followUs.ui.container.big {
    justify-content: space-between;
}
footer a {
    font-family: MuseoSans-500, sans-serif !important;
    color: #00327D;
}
.all-jobs {
    margin-left:100px;
}
@media screen and (max-width: 767px) {
    #similar-jobs .jobs .job {
        margin-right:0px;
    }
    #similar-jobs .jobs .job-title {
        margin-right:0px;
        margin-left:0px;
    }
    .social-icons .print {
        display: none;
    }
    .social-icons a {
        width:40px;
        height:40px;
    }
    .social-icons a img {
        width:25px;
        height:25px;
    }
}

/**
 * Buttons.
 */
#apply-button {
    width: 100%;
    border-radius: 0px;
    background: #FF548C;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 32px;
    border:1px solid #FF548C;
}
#apply-button:hover {
    background: white;
    border:1px solid #00327D;
}
#apply-button:hover span {
    color:#00327D
}
#apply-button span {
    padding-left: 40px;
    margin-left: -40px;
    font-family: MuseoSans-500, sans-serif;
    font-size: 14px;
    line-height: 38px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
}
#apply-button span:before {
    position: absolute;
    left:0;
    top: -4px;
    content:"";
    width:30px;
    height:30px;
    /* background-image: url(../images/svg/icons/Orion_arrow-right.svg);*/
    background-size: cover;
}

/**
 * Footer.
 */
.ui.container.big {
    width: 1440px;
}
#footer {
    padding: 0 0 20px;
    text-align: center;
    margin-top:100px;
}
.logo {
    overflow: hidden;
    z-index: 1000;
    display: block;
    background: #fff;
    width: 71px;
    height: auto;
}
.logo img {
    width: 100%;
    height: auto;
    display: block;
}
#footer #apply-button {
    position: fixed;
    bottom:0px;
    min-width: 250px;
    width: auto;
    max-width: 410px;
    margin-bottom:30px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10000;
    transition: bottom 0s;
}
#footer #apply-button.bottomStick {
    bottom:140px;
    position: absolute;
    transition: bottom 1s;
}
.teaserBew {
    opacity: 0;
    transition: opacity 2s;
}
.teaserBew.bottomStick {
    opacity: 1;
}
/**
* Popup.
*/
.ui.popup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    z-index: 1900;
    border: none;
    line-height: 1.4285em;
    max-width: 250px;
    background: #00a7e0;
    padding: .833em 1em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 0 0;
}

.ui.popup > .header {
    padding: 0;
    font-family: MuseoSans-300, sans-serif !important;
    font-size: 1.14285714em;
    line-height: 1.2;
    font-weight: 700
}

.ui.popup > .header + .content {
    padding-top: .5em
}

.ui.popup:before {
    position: absolute;
    content: '';
    width: .71428571em;
    height: .71428571em;
    background: #00a7e0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 0 0 0 0;
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]:before {
    pointer-events: none;
    position: absolute;
    content: '';
    font-size: 1rem;
    width: .71428571em;
    height: .71428571em;
    background: #00a7e0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 0 0 0 0;
}

[data-tooltip]:after {
    pointer-events: none;
    content: attr(data-tooltip);
    position: absolute;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    border: none;
    line-height: 1.4285em;
    max-width: none;
    background: #00a7e0;
    padding: .833em 1em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
    z-index: 1
}

[data-tooltip]:not([data-position]):before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #00a7e0;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-tooltip]:not([data-position]):after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: .5em
}

[data-tooltip]:after, [data-tooltip]:before {
    pointer-events: none;
    visibility: hidden
}

[data-tooltip]:before {
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(0) !important;
    transform: rotate(45deg) scale(0) !important;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

[data-tooltip]:after {
    opacity: 1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

[data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    pointer-events: auto
}

[data-tooltip]:hover:before {
    -webkit-transform: rotate(45deg) scale(1) !important;
    transform: rotate(45deg) scale(1) !important;
    opacity: 1
}

[data-tooltip]:after, [data-tooltip][data-position="bottom center"]:after, [data-tooltip][data-position="top center"]:after {
    -webkit-transform: translateX(-50%) scale(0) !important;
    transform: translateX(-50%) scale(0) !important
}

[data-tooltip]:hover:after, [data-tooltip][data-position="bottom center"]:hover:after {
    -webkit-transform: translateX(-50%) scale(1) !important;
    transform: translateX(-50%) scale(1) !important
}

[data-tooltip][data-position="left center"]:after, [data-tooltip][data-position="right center"]:after {
    -webkit-transform: translateY(-50%) scale(0) !important;
    transform: translateY(-50%) scale(0) !important
}

[data-tooltip][data-position="left center"]:hover:after, [data-tooltip][data-position="right center"]:hover:after {
    -webkit-transform: translateY(-50%) scale(1) !important;
    transform: translateY(-50%) scale(1) !important
}

[data-tooltip][data-position="bottom left"]:after, [data-tooltip][data-position="bottom right"]:after, [data-tooltip][data-position="top left"]:after, [data-tooltip][data-position="top right"]:after {
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important
}

[data-tooltip][data-position="bottom left"]:hover:after, [data-tooltip][data-position="bottom right"]:hover:after, [data-tooltip][data-position="top left"]:hover:after, [data-tooltip][data-position="top right"]:hover:after {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

[data-tooltip][data-inverted]:before {
    box-shadow: none !important
}

[data-tooltip][data-inverted]:before {
    background: #1b1c1d
}

[data-tooltip][data-inverted]:after {
    background: #1b1c1d;
    color: #00a7e0;
    border: none;
    box-shadow: none
}

[data-tooltip][data-inverted]:after .header {
    background-color: inherit;
    color: #00a7e0
}

[data-position="top center"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: .5em
}

[data-position="top center"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #00a7e0;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="top left"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    margin-bottom: .5em
}

[data-position="top left"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="top right"][data-tooltip]:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 100%;
    margin-bottom: .5em
}

[data-position="top right"][data-tooltip]:before {
    top: auto;
    left: auto;
    bottom: 100%;
    right: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="bottom center"][data-tooltip]:after {
    bottom: auto;
    right: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: .5em
}

[data-position="bottom center"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 50%;
    margin-left: -.07142857rem;
    margin-top: .14285714rem
}

[data-position="bottom left"][data-tooltip]:after {
    left: 0;
    top: 100%;
    margin-top: .5em
}

[data-position="bottom left"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-top: .14285714rem
}

[data-position="bottom right"][data-tooltip]:after {
    right: 0;
    top: 100%;
    margin-top: .5em
}

[data-position="bottom right"][data-tooltip]:before {
    bottom: auto;
    left: auto;
    top: 100%;
    right: 1em;
    margin-left: -.14285714rem;
    margin-top: .07142857rem
}

[data-position="left center"][data-tooltip]:after {
    right: 100%;
    top: 50%;
    margin-right: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-position="left center"][data-tooltip]:before {
    right: 100%;
    top: 50%;
    margin-top: -.14285714rem;
    margin-right: -.07142857rem
}

[data-position="right center"][data-tooltip]:after {
    left: 100%;
    top: 50%;
    margin-left: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-position="right center"][data-tooltip]:before {
    left: 100%;
    top: 50%;
    margin-top: -.07142857rem;
    margin-left: .14285714rem
}

[data-position~=bottom][data-tooltip]:before {
    background: #00a7e0;
    box-shadow: -1px -1px 0 0 #bababc
}

[data-position="left center"][data-tooltip]:before {
    background: #00a7e0;
    box-shadow: 1px -1px 0 0 #bababc
}

[data-position="right center"][data-tooltip]:before {
    background: #00a7e0;
    box-shadow: -1px 1px 0 0 #bababc
}

[data-position~=top][data-tooltip]:before {
    background: #00a7e0
}

[data-inverted][data-position~=bottom][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: -1px -1px 0 0 #bababc
}

[data-inverted][data-position="left center"][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: 1px -1px 0 0 #bababc
}

[data-inverted][data-position="right center"][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: -1px 1px 0 0 #bababc
}

[data-inverted][data-position~=top][data-tooltip]:before {
    background: #1b1c1d
}

[data-position~=bottom][data-tooltip]:before {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

[data-position~=bottom][data-tooltip]:after {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

[data-position="left center"][data-tooltip]:before {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

[data-position="left center"][data-tooltip]:after {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

[data-position="right center"][data-tooltip]:before {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

[data-position="right center"][data-tooltip]:after {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.ui.popup {
    margin: 0
}

.ui.top.popup {
    margin: 0 0 .71428571em
}

.ui.top.left.popup {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.ui.top.center.popup {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.ui.top.right.popup {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.ui.left.center.popup {
    margin: 0 .71428571em 0 0;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%
}

.ui.right.center.popup {
    margin: 0 0 0 .71428571em;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%
}

.ui.bottom.popup {
    margin: .71428571em 0 0
}

.ui.bottom.left.popup {
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.ui.bottom.center.popup {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.ui.bottom.right.popup {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.ui.bottom.center.popup:before {
    margin-left: -.30714286em;
    top: -.30714286em;
    left: 50%;
    right: auto;
    bottom: auto;
    box-shadow: -1px -1px 0 0 #bababc
}

.ui.bottom.left.popup {
    margin-left: 0
}

.ui.bottom.left.popup:before {
    top: -.30714286em;
    left: 1em;
    right: auto;
    bottom: auto;
    margin-left: 0;
    box-shadow: -1px -1px 0 0 #bababc
}

.ui.bottom.right.popup {
    margin-right: 0
}

.ui.bottom.right.popup:before {
    top: -.30714286em;
    right: 1em;
    bottom: auto;
    left: auto;
    margin-left: 0;
    box-shadow: -1px -1px 0 0 #bababc
}

.ui.top.center.popup:before {
    top: auto;
    right: auto;
    bottom: -.30714286em;
    left: 50%;
    margin-left: -.30714286em
}

.ui.top.left.popup {
    margin-left: 0
}

.ui.top.left.popup:before {
    bottom: -.30714286em;
    left: 1em;
    top: auto;
    right: auto;
    margin-left: 0
}

.ui.top.right.popup {
    margin-right: 0
}

.ui.top.right.popup:before {
    bottom: -.30714286em;
    right: 1em;
    top: auto;
    left: auto;
    margin-left: 0
}

.ui.left.center.popup:before {
    top: 50%;
    right: -.30714286em;
    bottom: auto;
    left: auto;
    margin-top: -.30714286em;
    box-shadow: 1px -1px 0 0 #bababc
}

.ui.right.center.popup:before {
    top: 50%;
    left: -.30714286em;
    bottom: auto;
    right: auto;
    margin-top: -.30714286em;
    box-shadow: -1px 1px 0 0 #bababc
}

.ui.bottom.popup:before {
    background: #00a7e0
}

.ui.left.center.popup:before, .ui.right.center.popup:before {
    background: #00a7e0
}

.ui.top.popup:before {
    background: #00a7e0
}

.ui.inverted.bottom.popup:before {
    background: #1b1c1d
}

.ui.inverted.left.center.popup:before, .ui.inverted.right.center.popup:before {
    background: #1b1c1d
}

.ui.inverted.top.popup:before {
    background: #1b1c1d
}

.ui.popup > .ui.grid:not(.padded) {
    width: calc(100% + 1.75rem);
    margin: -.7rem -.875rem
}

.ui.loading.popup {
    display: block;
    visibility: hidden;
    z-index: -1
}

.ui.animating.popup, .ui.visible.popup {
    display: block
}

.ui.visible.popup {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ui.basic.popup:before {
    display: none
}

.ui.wide.popup {
    max-width: 350px
}

.ui[class*="very wide"].popup {
    max-width: 550px
}
div#headerLogoArea {
    width: 1360px;
    background-color: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0 40px;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    border-radius: 4px;
    justify-content: space-between;
    padding-right:40px;
    z-index: 9999999999999;
}
div#headerLogoArea.sticky {
    position: fixed;
    box-shadow:0px 0px 12px rgba(0,0,0,0.1);
    margin-top: 40px;
}
#header .image {
    margin-top:-40px;
}
h2#job-title {
    margin: 0;
    text-align: right;
    float: right;
    font-size: 24px;
    line-height: 29px;
    display: none;
}
div#headerLogoArea.sticky h2#job-title {
    display: block;
    font-family: MuseoSans-700;
}
@media only screen and (max-width: 767px) {
    .ui.wide.popup, .ui[class*="very wide"].popup {
        max-width: 250px
    }
}

.ui.fluid.popup {
    width: 100%;
    max-width: none
}

.ui.inverted.popup {
    background: #1b1c1d;
    color: #00a7e0;
    border: none;
    box-shadow: none
}

.ui.inverted.popup .header {
    background-color: inherit;
    color: #00a7e0
}

.ui.inverted.popup:before {
    background-color: #1b1c1d;
    box-shadow: none !important
}

.ui.flowing.popup {
    max-width: none
}

.ui.mini.popup {
    font-size: .78571429rem
}

.ui.tiny.popup {
    font-size: .85714286rem
}

.ui.small.popup {
    font-size: .92857143rem
}

.ui.popup {
    font-size: 1rem;
    text-align: center;
}

.ui.large.popup {
    font-size: 1.14285714rem
}

.ui.huge.popup {
    font-size: 1.42857143rem
}
.iconShare, .printShare svg {
    cursor: pointer;
    width: 30px;
    height: 23px;
}
#shareIconsElement {
    background-color: #00327D;
    padding: 10px;
    border-radius: 8px;
    top: -50px;
    position: absolute;
    margin-left: 48px;
    display: none;
}
div#shareIconsElement a {
    margin-right: 5px;
}
div#shareIconsElement a:last-child {
    margin-right: 0px;
}
#shareIconsElement:after {
    content:"";
    width:15px;
    height: 15px;
    display: block;
    background-color: #00327D;
    position: absolute;
    transform:rotate(45deg);
    margin-top: 0px;
}
/**
* Content Media Queries.
*/
.ui.accordion .title:not(.ui), .ui.accordion:not(.styled) .accordion .title~.content:not(.ui), .ui.accordion:not(.styled) .title~.content:not(.ui) {
    padding:0px;
}
#youTubeVideo {
    max-width:884px ;
    margin:0 auto;
}
.tasks-profile p {
    font-size: 24px;
    line-height: 43px;
}
#youTubeVideo {
    margin-bottom:90px;
    margin-top:-40px;
}
.jobs .three.column.row {
    justify-content: center;
}
/**
** Kontaktform Modal
 */
.blocker {
    z-index: 99999;
}
.modal {
    padding:30px;
    max-width: 760px;
    min-height: 260px;
}
.kontaktformular {
    position: relative;
    padding-bottom:40px;
}
.kontaktformular form {
    display: none;
    padding-top:20px;
}
.contactFormConfirmation {
    display: none;
    position: absolute;
    top:0;
    color:#00327D;
    padding-top: 40px;
}
.ajaxLoader {
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 40px);
}
.ajaxLoader svg {
    width: 80px;
    height: 80px;
}
form {
    font-family: MuseoSans-300, sans-serif;
}
form button {
    background-color:#00327D;
    color:white;
    text-decoration: none;
    border-radius: 30px;
    width: 214px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:0;
    margin-top:20px;
    cursor: pointer;
}
form button:hover {
    background-color: #00A7E0;
}
form label[for=formName], form label[for=formEmail], form label[for=formQuestion]{
    display: none;
}
form input[type=text],form input[type=email] {
    width: 100%;
    max-width: 100%;
    padding: 12px 24px;
    border-radius:30px;
    border:1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 12px;
    font-family: MuseoSans-300, sans-serif;
    font-size: 18px;
    color:#121212;
}

form input:focus, form textarea:focus {
    outline:0;
}
form textarea {
    width: 100%;
    max-width: 100%;
    padding: 12px 24px;
    border-radius:30px;
    border:1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 12px;
    height: 120px;
    font-family: MuseoSans-300, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color:#121212;
}
form input[type=checkbox] {
    width: 20px;
    height: 20px;
}
form .checkboxArea {
    display: flex;
    align-items: center;
    gap:10px
}
.grecaptcha-badge {
    display: none;
}
.checkboxArea {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width:1440px) {
    .all-jobs {
        margin-left:0px;
    }
    #main {
        padding-top:45px;
    }
    #similar-jobs .jobs {
        margin-left:20px;
        margin-right:20px;
    }
    div#headerLogoArea {
        width: 100%;
        margin:0;
        border-radius: 0;
    }
    #wrapper {
        max-width: 100%;
    }
    .followUs.ui.container.big {
        flex-wrap: wrap;
    }
    .header-slogan {
        margin-right:0px;
        position:absolute;
        right:0;
        margin-top:-220px;
    }
    #similar-jobs .job h3 {
        font-size:22px;
        line-height: 32px;
        word-break: break-word;
    }
    #similar-jobs .jobs .job {
        margin-right:10px;
    }
    .benefitGrid {
        gap:30px;
    }
}
@media only screen and (max-width: 946px) {
    .footerFollowElementsWrapper, .printShare , .footerRightSideNav {
        width:100%;
        justify-content: center;
        margin-bottom:20px;
        margin-left:0px;
    }
    .printShare {
        position: relative;
    }
    #shareIconsElement {
        top: -70px;
        right: calc(50% - 179px);
    }
    #footer {
        padding-bottom:10px !important;
    }
    div#headerLogoArea {
        padding:0px 20px;
    }
    #footer #apply-button.bottomStick {
        bottom:230px;
    }
    .teaserBew h2, h2:last-child, h2:first-child {
        font-size:28px;
        line-height: 39px;
    }
    .tasks-profile .width-50:first-child {
        padding-right: 0px;
    }
    #similar-jobs .jobs .job:last-child {
        margin-right: 0px;
    }
    #main {
        padding-top:65px;
        padding-left:35px;
        padding-right:35px;
    }
    #similar-jobs .job h3 {
        font-size:18px;
        line-height: 29px;
    }

    #contact .box > div {
        padding: 20px;
    }

    #contact .box {
        padding: 0;
        min-height: auto;
    }
    #contact .box.fr h3, #contact .box.it h3 {
        font-size: 25px;
        line-height: 30px;
    }
    #contact .contact-wrapper.hr .box {
        display: block;
    }
    #contact .contact-wrapper.hr .image {
        float:none;
        width:100%;
        top:auto;
    }
    .benefits {
        max-width: 100%;
    }
    .slick-next, .slick-next:hover, .slick-next:focus {
        right:-30px;
        width: 27px;
        height: 45px;
    }
    .slick-prev, .slick-prev:hover, .slick-prev:focus {
        left:-30px;
        width: 27px;
        height: 45px;
    }
    #awards .description {
        max-width:70%;
        margin-left:20px;
    }
    .benefitGrid {
        gap:20px;
    }
    #bewerbungsprozess {
        padding:30px;
    }
    #bewerbungsprozess h2 {
        margin-top:10px;
    }
    #awards .awards {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    #awards .awardholder {
        max-width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #footer #apply-button.bottomStick {
        bottom:260px;
    }
    #job-title {
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
    }
    #main {
        padding:60px 0px 0px 0px;
    }
    section, footer {
        padding:0px 20px;
    }
    .header-slogan {
        padding-bottom:50px;
        margin-top: -50px;
        float:none;
    }
    #header .image {
        margin-top: 0;
    }
    div#headerLogoArea.sticky {
        margin-top:0;
    }
    .header-slogan span {
        font-size: 26px;
        min-width: auto;
        max-width: auto;
        line-height: 30px;
    }
    #logo {
        width:100px;
        bottom: -65px;
    }
    #logo img {
        width: 100%;
        height: auto;
    }
    .tasks-profile {
        margin-top:30px;
    }
    .container {
        padding-left:20px;
        padding-right:20px;
    }
    .ui.accordion .title:not(.ui) h2 {
        margin:0px;
    }
    .ui.accordion .title:not(.ui) {
        padding:20px 0px;
        border-top:solid 1px #00A7E0;
    }
    .ui.accordion.last {
        border-bottom:solid 1px #00A7E0;
    }
    #content .ui.accordion ul {
        margin-top:0px;
    }

    .benefits:before {
        display: none;
    }
    .slick-initialized .slick-slide {
        flex-direction: column-reverse;
    }
    .slick-slide .image {
        width: 100%;
        max-height: 200px;
        padding:20px;
    }
    .slick-next, .slick-next:hover, .slick-next:focus {
        background: url("../images/svg/icons/chevron-right-white.svg");
        right:20px;
        top:100px;
        background-repeat: no-repeat !important;
        width: 47px;
        height: 65px;
    }
    .slick-prev, .slick-prev:hover, .slick-prev:focus {
        background: url("../images/svg/icons/chevron-left-white.svg");
        left:20px;
        top:100px;
        background-repeat: no-repeat !important;
        width: 47px;
        height: 65px;

    }
    .slick-slide .data-content {
        padding:40px;
    }
    .printShare {
        margin-left:0px;
    }

    #awards .description p {
        hyphens:auto;
    }
    #awards .description {
        height: auto;
    }
    #awards h2 {
        text-align: left;
    }
    #awards {
        padding:60px 20px;
    }
    h2#job-title {
        font-size:17px;
        line-height: 22px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-left:20px;
    }
    h1, h1:first-child, h1:last-child {
        font-size: 32px;
        line-height: 38px;
    }
    #title p, #content .multicolumn ul li, .tasks-profile p {
        font-size:18px;
        line-height: 32px;
    }
    .tasks-profile h2, .benefits h2, #awards h2, #similar-jobs h2 {
        font-size: 28px;
        line-height: 36px;
    }
    #contact .image {
        width:100%;
        margin:0;
        order: 1;
    }
    #footer #apply-button {
        bottom:20px;
    }
    .contact-wrapper {
        display: flex;
        flex-direction: column;
    }

    #contact .box {
        order: 2;
        width: 100%;
        margin: 0px;
        border-radius: 0px;
        background:linear-gradient(136.08deg, rgba(0, 50, 125, 1) 19.27%, rgba(0, 120, 187, 1) 69.79%, rgba(0, 164, 224, 1) 100%)
    }
    #contact .box.fr h3, #contact .box.it h3 {
        font-size: 20px;
        line-height: 25px
    }
    #contact .bottom {
        right:4%;
        bottom: -80px;
    }
    #contact .bottom img {
        width:112px;
    }
    #contact .bottom .slogan {
        font-size: 15px;
        line-height: 20px;
        width: 100%;
        padding-right: 3px;
        padding-top: 32px;
    }
    #contact .box > div {
        min-height: auto;
        padding: 20px;
        background: none;
    }
    #awards {
        margin-top:65px;
    }
    #footer {
        padding: 0px 15px 80px;
    }

    #footer #apply-button {
        float: none;
        margin: 0;
    }
    hr:last-of-type {
        margin-bottom:20px;
    }
    h1, h1:first-child, h1:last-child {
        margin-top:30px;
    }
    .benefitGrid {
        grid-template-columns: 1fr 1fr;
        gap:30px;
    }
    .modal {
        width: 100%;
    }
    .benefits h2 {
        margin-top: 0;
    }
    #youTubeVideo {
        margin-top:60px;
        margin-bottom: 40px;
    }
    section.tasks-profile {
        margin-bottom: 40px;
    }
    .benefits h2 {
        margin-bottom: 40px;
    }
    .benefitGrid .benefitTitle {
        display: flex;
        gap: 10px;
    }
    .benefitGrid .benefitTitle svg {
        display: block;
    }
    .benefitGrid .benefitTitle b {
        font-size: 18px;
    }
    .benefitGrid .benefit .touchicon {
        display: block;
    }
}
@media only screen and (max-width: 520px) {
    .benefitGrid {
        grid-template-columns: 1fr;
        gap:20px;
    }
    #bewerbungsprozess {
        padding:20px;
    }
    .modal {
        padding:20px;
    }
}
@media only screen and (max-width: 408px) {
    #footer #apply-button.bottomStick {
        bottom:300px;
    }
    #contact .box h3 {
        font-size: 25px;
    }
}


@media only screen {
    /**
     * Print.
     */
    .printable-only {
        display: none !important;
    }
}
