@font-face {
    font-family: 'Calibre';
    src: url('../fonts/Calibre-Regular.eot');
    src: url('../fonts/Calibre-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibre-Regular.woff2') format('woff2'),
    url('../fonts/Calibre-Regular.woff') format('woff'),
    url('../fonts/Calibre-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Calibre';
    src: url('../fonts/Calibre-Light.eot');
    src: url('../fonts/Calibre-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibre-Light.woff2') format('woff2'),
    url('../fonts/Calibre-Light.woff') format('woff'),
    url('../fonts/Calibre-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Calibre';
    src: url('../fonts/Calibre-Semibold.eot');
    src: url('../fonts/Calibre-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibre-Semibold.woff2') format('woff2'),
    url('../fonts/Calibre-Semibold.woff') format('woff'),
    url('../fonts/Calibre-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Calibre';
    src: url('../fonts/Calibre-Medium.eot');
    src: url('../fonts/Calibre-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibre-Medium.woff2') format('woff2'),
    url('../fonts/Calibre-Medium.woff') format('woff'),
    url('../fonts/Calibre-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    color: #000;
    text-decoration: none;
}
b {
    font-weight: 600;
}
ul {
    margin-left: 18px;
}
::marker {
    color: #ffc800;
    font-size: 1.2em;
}
body {
    font-family: 'Calibre', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.25;
}
#wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.logo-link {
    margin-top: 25px;
    display: block;
}
.logo {
    width: 155px;
    display: block;
    margin-left: auto;
}
.header-img {
    display: block;
    max-width: 100%;
}
.stickyHeader {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background-color: #0064be;
    color: #FFFFFF;
    z-index: 1000;
    transition: transform 0.4s ease, top 0.4s ease;
    transform: translateY(-100%);
}

.sticky-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: nowrap;
    max-width: 850px;
    padding: 25px 50px;
    margin: 0 auto;
}

.stickyHeader.is-sticky {
    transform: translateY(0);
    top: 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.stickyJobTitle {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    word-break: break-word;
}

.sticky-introduction, .sticky-introduction span {
    font-size: 14px;
    line-height: 1.25rem;
}

.stickyHeader .btn {
    font-size: 1rem;
}

.content {
    margin-top: -6%;
    padding: 0 50px;
}
.introduction {
    font-weight: 300;
    font-size: 1em;
    text-align: center;
    margin-bottom: 5px;
}
.jobtitle {
    font-weight: 600;
    font-size: 1.685em;
    text-align: center;
    margin-bottom: 30px;
}
.jobtitle span {
    white-space: nowrap;
}
.icon-box-wrapper {
    flex-basis: 25%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.icons-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px 10px -15px;
}
.icon-box-flip {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.icon-box {
    background-color: transparent;
    width: 140px;
    height: 140px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    cursor: pointer;
}
.icon-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
}
.icon-box-front,
.icon-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 50%;
    padding: 20px 21px;
}
.icon-box-front {
    background-color: #ffc800;
    color: #000;
}
.icon-box-back {
    background-color: #0077c0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: #fff;
    justify-content: center;
}
.icons-wrapper-5 {
    margin: 0 -30px 10px -30px;
}
.icons-wrapper-5 .icon-box-wrapper {
    flex-basis: 20%;
}
.icons-wrapper-5 .icon-box {
    width: 130px;
    height: 130px;
}
.icons-wrapper-5 .icon {
    max-width: 65px;
}
.icons-wrapper-5 .icon-box-front {
    padding: 17px 23px;
}
.career-page-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.career-page-wrapper-left {
    display: flex;
    margin-bottom: 20px;
}
.career-page {
    text-align: center;
    border-radius: 19px;
    border: 3px solid #ffc834;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding: 9px 20px 5px 20px;
    line-height: 1;
}
.career-page a {
    font-weight: 600;
}
.phonenumber {
    white-space: nowrap;
}
.company-portrait-wrapper {
    margin-bottom: 40px;
}
.company-portrait {
    font-weight: 500;
    letter-spacing: -0.01em;
}
.group {
    margin-bottom: 25px;
}
.spacer {
    height: 5px;
}
.subtitle {
    color: #0077c0;
    font-weight: 600;
    margin-bottom: 5px;
}
.application-wrapper {
    background-color: #ffc800;
    text-align: center;
    padding: 30px;
    margin: 0 -50px 40px -50px;
}
.application-title {
    font-weight: 600;
    font-size: 1.17em;
    margin-bottom: 15px;
}
.btn {
    border-radius: 19px;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding: 12px 20px 7px 20px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
}
.contacts-wrapper {
    margin-bottom: 50px;
}
.contacts-title {
    font-weight: 600;
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.contacts {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.contact-wrapper {
    flex: 1;
}
.contact-img {
    display: block;
    margin-bottom: 20px;
}
.contact-title {
    font-weight: 600;
    color: #0077c0;
}
.contact-details a {
    font-weight: 500;
    text-decoration: underline;
    color: #0077c0;
}
.end-text {
    font-weight: 600;
}
footer {
    background: url('../images/Welle.svg');
    background-position: 10% top;
    height: 150px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 50px 25px 50px;
}
footer a {
    color: #fff;
}
.footer-text {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #fff;
}
.footer-icons {
    display: flex;
    align-items: center;
}
.share-icon:not(:last-child) {
    margin-right: 7px;
}
.share-icon {
    cursor: pointer;
    display: flex;
}
@media (min-width: 700px) {
    .hide {
        display: none;
    }
    .subtitle {
        pointer-events: none;
    }
    .inner {
        display: block !important;
    }
    .inner-flex {
        display: flex !important;
    }
    .accordion-icon {
        display: none !important;
    }
}
@media screen and (max-width: 500px) {
    .sticky-wrapper {
        padding: 16px 50px
    }
    .stickyHeader .logo {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .logo {
        margin-right: 16px;
    }
}
@media screen and (max-width: 700px) {
    .icon-box-wrapper {
        flex-basis: 50%;
    }
    .icons-wrapper-5 .icon-box-wrapper {
        flex-basis: 50%;
    }
    .inner,
    .inner-flex {
        display: none;
    }
    .accordion-icon {
        font-size: 18px;
        transition: transform 0.4s ease;
    }
    .subtitle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
    .subtitle.selected .accordion-icon,
    .contacts-title.selected .accordion-icon {
        transform: rotate(180deg);
    }
    .contacts-title {
        cursor: pointer;
    }
    .contact-wrapper:last-child {
        margin-top: 25px;
    }
    .contact-img {
        margin: 0 auto 20px auto;
    }
    footer {
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 20px;
    }
    .footer-text {
        margin-bottom: 10px;
    }
}
@page {
    size: A4;
    margin: 5mm;
}
@media print {
    html,
    body {
        width: 210mm;
        height: 297mm;
    }
    .icons-wrapper,
    .career-page-wrapper,
    .application-wrapper,
    .accordion-icon,
    footer {
        display: none;
    }
}
