:root {
    --primarycolor: #E6002E;
    --hoverRed: #D1002A;
    --textcolor: #1A1A1A;
    --lightgray: #F5F5F5;
    --verticalDefaultSpacing: 88px;
    --verticalLargeSpacing: 160px;
}

@font-face {
    font-family: FrutigerTW1G;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/FrutigerNeueLTW1G-Light.eot?#iefix');
    src: url('../fonts/FrutigerNeueLTW1G-Light.eot?#iefix') format("eot"),url('../fonts/FrutigerNeueLTW1G-Light.woff2') format("woff2"),url('../fonts/FrutigerNeueLTW1G-Light.woff') format("woff"),url('../fonts/FrutigerNeueLTW1G-Light.ttf') format("truetype")
}

@font-face {
    font-family: Frutiger;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/FrutigerNeueLTW06-Light.eot?#iefix');
    src: url('../fonts/FrutigerNeueLTW06-Light.eot?#iefix') format("eot"),url('../fonts/FrutigerNeueLTW06-Light.woff2') format("woff2"),url('../fonts/FrutigerNeueLTW06-Light.woff') format("woff"),url('../fonts/FrutigerNeueLTW06-Light.ttf') format("truetype")
}

@font-face {
    font-family: Frutiger;
    font-weight: 300;
    font-style: italic;
    src: url('../fonts/FrutigerNeueLTW06-LightIt.eot?#iefix');
    src: url('../fonts/FrutigerNeueLTW06-LightIt.eot?#iefix') format("eot"),url('../fonts/FrutigerNeueLTW06-LightIt.woff2') format("woff2"),url('../fonts/FrutigerNeueLTW06-LightIt.woff') format("woff"),url('../fonts/FrutigerNeueLTW06-LightIt.ttf') format("truetype")
}

@font-face {
    font-family: Frutiger;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/FrutigerNeueLTW06-Regular.eot?#iefix');
    src: url('../fonts/FrutigerNeueLTW06-Regular.eot?#iefix') format("eot"),url('../fonts/FrutigerNeueLTW06-Regular.woff2') format("woff2"),url('../fonts/FrutigerNeueLTW06-Regular.woff') format("woff"),url('../fonts/FrutigerNeueLTW06-Regular.ttf') format("truetype")
}

@font-face {
    font-family: Frutiger;
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/FrutigerNeueLTW06-Italic.eot?#iefix');
    src: url('../fonts/FrutigerNeueLTW06-Italic.eot?#iefix') format("eot"),url('../fonts/FrutigerNeueLTW06-Italic.woff2') format("woff2"),url('../fonts/FrutigerNeueLTW06-Italic.woff') format("woff"),url('../fonts/FrutigerNeueLTW06-Italic.ttf') format("truetype")
}

@font-face {
    font-family: Frutiger;
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/FrutigerNeueLTW06-Bold.eot?#iefix');
    src: url('../fonts/FrutigerNeueLTW06-Bold.eot?#iefix') format("eot"),url('../fonts/FrutigerNeueLTW06-Bold.woff2') format("woff2"),url('../fonts/FrutigerNeueLTW06-Bold.woff') format("woff"),url('../fonts/FrutigerNeueLTW06-Bold.ttf') format("truetype")
}

@font-face {
    font-family: unibe-iconset;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/unibe-iconset-v03.eot") format("embedded-opentype"),url("../fonts/unibe-iconset-v03.woff") format("woff"),url("../fonts/unibe-iconset-v03.ttf") format("truetype");
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    max-width: 100%;
    text-size-adjust: 100%;
    margin: 0;
    height: auto;
}

body {
    font-family: 'Frutiger', Arial, sans-serif;
    font-size: 1.0625rem;
    letter-spacing: 0.015em;
    margin: 0 auto;
    color: var(--textcolor);
    line-height: 25px;
    font-weight: 300;
}

h1 {
    font-family: 'Frutiger', Arial, sans-serif;
    font-size: 53px;
    line-height: 61px;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0;
}

h2, h2 b, h3, h3 b {
    font-family: 'Frutiger', Arial, sans-serif;
    font-size: 26px;
    line-height: 35px;
    font-weight: 300;
    margin: 0 0 20px 0;
    letter-spacing: 0;
}

strong, b {
    font-weight: 700;
}

.leadText {
    font-size: 26px;
    line-height: 35px;
    flex-basis: 491px;
}

a, a:visited {
    color: var(--textcolor);
    text-decoration: underline;
    transition: 0.2s ease-in-out;
}

a:hover {
    color: var(--primarycolor);
}

.arrowsLink::before, .moreInfosLinksContainer a::before {
    content: "\e900";
    display: inline-block;
    font-family: unibe-iconset;
    font-size: 38px;
    margin-right: .25em;
    position: relative;
    transform: translateX(0);
    transition: all .25s ease-out;
    flex-shrink: 0;
    overflow: hidden;
    line-height: 16px;
    top: 2px;
}

.arrowsLink:hover::before, .moreInfosLinksContainer a:hover::before {
    transform: translateX(4px);
}

.arrowsLink, .moreInfosLinksContainer a {
    color: var(--primarycolor);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1;
}

.arrowsLink:focus-visible, .moreInfosLinksContainer a:focus-visible {
    outline: 0;
    color: var(--textcolor);
    text-decoration: underline;
}

.arrowsLink:hover, .moreInfosLinksContainer a:hover {
    color: var(--textcolor);
}

.arrowsLink span {
    hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    letter-spacing: -0.03em;
}

.moreInfosLinksContainer br {
    display: none;
}

.button, .button:visited, .button:active {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    background: var(--primarycolor);
    border: 1px solid var(--primarycolor);
    border-radius: 25px;
    display: inline-flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    min-width: auto;
    min-height: auto;
    padding: 12px 28px;
    transition: border-color .2s ease-out,background-color .2s ease-out,color .2s ease-out;
    cursor: pointer;
}

.button:hover {
    color: #ffffff;
    background: var(--hoverRed);
    border: 1px solid var(--hoverRed);
    text-decoration: none;
}

.button svg {
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: auto;
    margin-right: .25em;
    position: relative;
    transform: translateX(0);
    transition: all .25s ease-out;
    flex-shrink: 0;
}

.button span {
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: -0.02em;
}

.button:hover svg {
    transform: translateX(4px);
}

.svgButtonContainer {
    display: flex;
    align-items: center;
    height: 25px;
}

ul {
    padding-left: 0;
    margin: 16px 0;
    list-style: none;
}

ul:last-child {
    margin-bottom: 0;
}

li {
    padding: 0 0 0 15px;
    margin-bottom: 12px;
    position: relative;
}

li:last-child {
    margin-bottom: 0;
}

li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    background: var(--primarycolor);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.contentContainer {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 24px;
    max-width: 848px;
    box-sizing: border-box;
}

#stepstone {
    display: none !important;
}

/* Header */
header {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: var(--verticalDefaultSpacing);
}
header .contentContainer {
    align-items: flex-end;
}

#logo img {
    height: 200px;
}

#logo a {
    display: flex;
}

/* Sticky Header */
#stickyHeader {
    position: fixed;
    top: -150px;
    z-index: 99999;
    box-sizing: border-box;
    width: 100%;
    background-color: var(--primarycolor);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

#stickyHeader.is-sticky {
    top: 0;
}

#stickyHeader .fullWidthPositionFixed {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

#stickyHeader .contentContainer {
    height: 64px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 24px;
}

#stickyHeader .logo svg, #stickyHeader .logo img {
    height: auto;
    width: 125px;
}

.stickyHeaderTitleContainer {
    font-weight: bold;
    width: calc(100% - 307px);
    display: block;
    line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #FFFFFF;
    letter-spacing: 0;
}

.stickyHeaderTitle {
    display: block;
    width: 100%;
    display: block;
    line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Title and Introduction */
#introduction {
    gap: 56px;
    margin-bottom: var(--verticalDefaultSpacing);
}

.jobMeta {
    flex-basis: 284px;
}

.jobMetaContainer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 25px;
}

.jobMetaItem {
    display: flex;
    flex-direction: column;
    padding: 12px 4px;
    border-top: 1px solid #0000004D;
    font-size: 1rem;
    letter-spacing: 0;
}

.jobMetaItem:last-child {
    border-bottom: 1px solid #0000004D;
}

/* Apply CTA Mobile only */
.mobileOnly {
    display: none;
}

#applyCta {
    margin-bottom: var(--verticalDefaultSpacing);
}

#applyCta .contentContainer {
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

/* Key Visual */
.keyVisualContainer {
    position: relative;
    display: flex;
    margin: 0 auto var(--verticalDefaultSpacing);
    width: 100%;
    max-width: 900px;
}

.keyVisualContainer img {
    width: 100%;
    height: auto;
}

.keyVisualClaim {
    font-family: "FrutigerTW1G", "Frutiger", Arial, sans-serif;
    position: absolute;
    bottom: 47px;
    left: 47px;
    right: 47px;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 46px;
    font-weight: 300;
    z-index: 10;
}

.image-overlay {
    position: relative;
    display: flex;
}

.image-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 63%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.45;
    pointer-events: none;
}

@media screen and (max-width:680px) {
    .keyVisualClaim {
        font-size: 24px;
        line-height: 28px;
        bottom: 24px;
        left: 24px;
        right: 24px;
    }
}

@media screen and (max-width:450px) {
    .keyVisualClaim {
        font-size: 18px;
        line-height: 22px;
    }
}

/* Main Information */
.mainInformation {
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 25px;
    row-gap: 44px;
}

#projectDescription {
    word-break: break-word;
}

.mainInformation section {
    margin-bottom: var(--verticalDefaultSpacing);
}

.mainInformation .moreInfosLinksContainer {
    margin-top: 55px;
}

.moreInfosLinksContainer {
    font-size: 1rem;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 12px;
}

.moreInfosLinksContainer > strong, .moreInfosLinksContainer > b {
    line-height: 1;
    margin-bottom: 4px;
}

/* Benefits */
#benefits {
    background-color: var(--lightgray);
    padding: 60px 0;
    margin-bottom: var(--verticalDefaultSpacing);
}

#benefits h2 {
    margin-bottom: 44px;
}

.benefitContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
}

.benefit {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}

.benefitImageContainer {
    display: flex;
    height: auto;
    width: 60px;
    flex-shrink: 0;
}

.benefitImageContainer img {
    width: 100%;
    height: auto;
}

.benefitText {
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
}

.benefitsReadMore {
    display: block;
    margin-top: 44px;
}

/* Salary Calculator */
#lohnrechner {
    margin-bottom: var(--verticalDefaultSpacing);
}

.calc {
    background-color: var(--lightgray);
    padding: 44px 103px;
}
.calc .ui.selection.dropdown {
    display: flex;
    align-items: center;
    border: 1px solid rgba(112,112,112,1);
    padding-top: 12px;
    padding-right: 62px;
    padding-bottom: 12px;
    padding-left: 16px;
    width: 100%;
    height: 59px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
}
.ui.search.selection.dropdown>input.search {
    padding-top: 18px;
    padding-right: 62px;
    padding-bottom: 20px;
    padding-left: 28px;
    width: 100%;
    height: 59px;
    font-size: 16px;
    line-height: 22px;
}
.ui.search.selection.dropdown.active input.search, .ui.search.selection.dropdown.active input.search:hover  {
    color: #000 !important;
    border-bottom:none;
    text-decoration: none!important;
}
.ui.dropdown .menu>.message:not(.ui), .ui.dropdown .menu>.message:not(.ui):hover {
    color: #000 !important;
    border-bottom:none;
    padding-left: 28px;
    border-top: 1px solid #fafafa;
    text-decoration: none!important;
}
.ui.dropdown>.dropdown.icon:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 24px;
    background: url("../images/icons/select-arrow-down.svg") no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.ui.dropdown.active>.dropdown.icon:before {
    -webkit-transform: rotate(
            180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ui.selection.active.dropdown .menu {
    border-radius: 0;
    border-color: rgba(112,112,112,1);
    text-decoration: none!important;
}
.ui.selection.dropdown .menu>.item {
    color:rgba(0,0,0,.87)!important;
    padding-left:28px!important;
    font-weight: 300 !important;
    padding: 13px 16px !important;
    display: flex;
    align-items: center;
    border-top: 0;
}
.ui.dropdown .menu>.item:hover {
    background-color: #F5F5F5 !important;
}
.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
    background-color: #F5F5F5 !important;
    font-weight: bold !important;
}
.ui.dropdown .menu>.item:hover {
    text-decoration: none!important;
}
.ui.selection.active.dropdown:hover, .ui.selection.active.dropdown:hover .menu {
    border-color: rgba(112,112,112,1);
}
.ui.dropdown>.text {
    color:#000!important;
    text-decoration: none!important;
    font-family: "Frutiger", Arial, sans-serif;
    font-weight: 300!important;
}
.ui.selection.active.dropdown .menu .item:first-child {
    display: none;
}
.result {
    display: none;
    margin-top:20px;
}
.resultPauschal {
    margin-top:20px;
}
.ui.stackable.grid > .column:not(.row) {
    padding-top:25px;
    padding-bottom:22px;
}
@media only screen and (max-width: 767px) {
    .ui.stackable.grid > .column:not(.row) {
        padding:20px 0px 20px 0px!important;
    }
    .ui.stackable.grid > .column:not(.row):last-of-type {
        padding-top:0px!important;

    }
}

/* About */
#about {
    margin-bottom: var(--verticalDefaultSpacing);
}
.aboutInformation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 44px;
    justify-content: space-between;
}

.aboutInformationTexts {
    flex-basis: 490px;
}

/* Contacts */
#contact {
    background-color: var(--lightgray);
    padding: 60px 0;
    margin-bottom: var(--verticalDefaultSpacing);
}

#contact h2 {
    margin-bottom: 24px;
}

.contactInner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
}

.contactCta {
    flex-basis: 387px;
}

.contacts {
    flex-basis: 286px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contacts h3, .contacts h3 b {
    font-size: 1.0625rem;
    line-height: 21px;
    font-weight: 700;
    margin: 0;
}

/* Similar Jobs */
#similarJobs {
    margin-bottom: var(--verticalDefaultSpacing);
}

#similarJobs h3 {
    text-align: center;
    margin-bottom: 44px;
}

#jobs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 12px;
    margin-bottom: 32px;
}

.job, .job:visited {
    padding: 24px;
    background-color: var(--primarycolor);
    color: #FFFFFF;
    text-decoration: none;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.job:hover {
    background-color: var(--hoverRed);
    color: #FFFFFF;
}

.similar-jobTitle {
    display: block;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 22px;
}

/* Follow us */
#followUs {
    margin-bottom: 44px;
}

#followUs h3 {
    text-align: center;
    margin-bottom: 32px;
}

.follow {
    display: flex;
    gap: 32px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.follow li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.follow li::before {
    display: none;
}

/* Scroll to top button */
#scrollToTop {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 12px;
    padding-bottom: 12px;
}
#scrollToTop button {
    display: inline-flex;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}

#scrollToTop button:focus-visible {
    outline: 2px solid var(--textcolor);
}

#scrollToTop button svg {
    transition: 0.2s ease-in-out;
}

#scrollToTop button:hover svg {
    color: var(--primarycolor);
}

/* Footer */
footer {
    background-color: #000000CC;
    padding-top: 88px;
    padding-bottom: 114px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 16px;
}

footer a, footer a:visited {
    color: #FFFFFF;
}

footer .contentContainer {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 24px;
}

.footerLinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    gap: 16px;
}

.footerLinks li {
    padding: 0;
    margin-bottom: 0;
}

.footerLinks li::before {
    display: none;
}

#subfooter {
    background-color: #FFFFFF;
    position: sticky;
    bottom: 0;
    z-index: 200;
}

#subfooter .contentContainer {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

.claim {
    font-size: 18px;
    line-height: 23px;
}

/* Share */

#printAndShare {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 28px;
    align-items: center;
}

#shareUsButton {
    display: flex;
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    outline: none;
}

.shareUsContainer {
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    border-radius: 0;
    padding: 14px 23px;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
}

.shareUsContainer::before {
    content: "";
    position: absolute;
    top: -20px;
    left: calc(50% - 11px);
    border: 11px solid transparent;
    border-bottom-color: #fFFFFF;
}

.shareUsContainer:focus {
    outline: none;
}

.shareUsContainer[hidden] {
    display: none;
}

#shareUsButton[aria-expanded="true"] .shareUsContainer {
    opacity: 1;
    visibility: visible;
}

.socialShareAndLogoContainer {
    flex-basis: 283px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

#shareUsItemWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 24px;
}

.shareUsItem a {
    color: var(--primarycolor);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease-in-out;
}

.shareUsItem a svg {
    transition: color 0.2s ease-in-out;
}

.shareUsItem a:hover {
    color: var(--textcolor);
}

#emailPrintWrapper a {
    display: flex;
}

.printOnly {
    display: none;
}

/* Responsive */
@media only screen and (max-width: 420px) {
    .benefit {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --verticalDefaultSpacing: 56px;
    }
    h1 {
        font-size: 26px;
        line-height: 32px;
    }
    h2, h2 b, h3, h3 b {
        font-size: 24px;
        line-height: 30px;
    }
    #introduction {
        gap: 40px;
    }
    .leadText {
        font-size: 18px;
        line-height: 23px;
    }
    #logo img {
        height: 120px;
    }
    .mobileOnly {
        display: flex;
    }
    .benefitContainer {
        grid-template-columns: 1fr;
    }
    .calc {
        padding: 40px 46px;
    }
    .contactInner {
        flex-direction: column;
    }
    .contacts, .contactCta {
        flex-basis: initial;
    }
    .footerLinks {
        flex-direction: column;
    }
    .claim {
        font-size: 13px;
        line-height: 16px;
    }
    footer {
        padding-top: 44px;
        padding-bottom: 44px;
    }
}

@media only screen and (max-width: 848px) {
    .stickyHeaderTitleContainer {
        display: none;
    }
    .socialShareAndLogoContainer {
        flex-basis: initial;
        width: 100%;
    }
    #jobs {
        grid-template-columns: 1fr;
    }
    .mainInformation {
        flex-direction: column-reverse;
    }
    .aboutInformation {
        flex-direction: column;
    }
    .aboutInformationTexts, .moreInfosLinksContainer, .mainInformationTexts, .leadText {
        flex-basis: initial;
    }
    .mainInformation .moreInfosLinksContainer {
        margin-top: 0;
    }
    .mainInformation section {
        margin-bottom: 44px;
    }
    .mainInformation section:last-child {
        margin-bottom: var(--verticalDefaultSpacing);
    }
    .jobMetaContainer {
        flex-direction: column;
    }
}