/**
 * buttons, links, text, title - default settings
 */
body, h1, h2, h3, h4, h5, li, p, span, label, input, textarea, a, a:hover {
    color: #282828;
    font: normal normal normal 27px/38px Circular-Graubuenden-Book, Arial, sans-serif;
    hyphens: auto;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
a,
h2,
p,
img,
circle,
svg,
.buttonWrapperPrimary,
.buttonWrapperSecondary,
.slick-dots li button:before,
.slick-arrow,
.bewerbungsprozessWrapper {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
a {
    display: inline-block;
    text-decoration-color: transparent;
}
a:hover {
    color: #C60219;
    text-decoration: underline;
}
a:hover h2 {
    color: #C60219;
}
a:hover svg {
    fill: #C60219;
}
.urlColor a {
    color: #C60219;
}
svg {
    display: block;
    height: auto;
    max-width: 100%;
}
h1 {
    font: normal normal normal 52px/56px TheMixB-Bold, Arial, sans-serif;
    margin: 0;
    padding: 0 0 20px;
}
h2 {
    font: normal normal normal 40px/44px TheMixB-Bold, Arial, sans-serif;
    margin: 0;
    padding: 0 0 25px;
}
h3 {
    font: normal normal normal 30px/34px TheMixB-Bold, Arial, sans-serif;
    margin: 0;
    padding: 0 0 50px;
}
iframe {
    height: 100%;
    position: absolute;
    width: 100%;
}
ul {
    margin: 0;
    padding-left: 24px;
}
li {
    list-style-type: disc;
    padding-bottom: 10px;
}
li::marker {
    font-size: 25px;
}
li:last-child {
    padding-bottom: 0;
}
.buttonWrapper {
    display: flex;
    justify-content: flex-start;
}
.buttonWrapperPrimary,
.buttonWrapperSecondary {
    background-color: #C60219;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    max-width: max-content;
    white-space: nowrap;
}
.buttonWrapperPrimary a {
    color: #FFF;
    display: block;
    padding: 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.buttonWrapperPrimary a,
.buttonWrapperPrimary a:hover {
    font: normal normal normal 24px/25px Circular-Graubuenden-Bold, Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.buttonWrapperPrimary:hover {
    background-color: #A30219;
}
.buttonWrapperSecondary {
    background-color: #F0F0F0;
    border-radius: initial;
    margin-top: 25px;
    max-width: initial;
    padding: 20px;
}
.buttonWrapperSecondary a {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr auto;
    text-decoration: none;
}
.buttonWrapperSecondary a:hover {
    color: #282828;
}
.buttonWrapperSecondary div {
    display: flex;
}
.buttonWrapperSecondary:hover div svg {
    transform: translate(-10px);
}
.displayPrint,
.mobile {
    display: none;
    visibility: hidden;
}
/**
* stickyHeader
*/
#stickyHeader {
    background-color: #FFF;
    box-shadow: 0 0 2.4rem 0 rgba(38, 38, 38, 0.5);
    display: none;
    max-width: initial;
    padding: 0 100px 0 122px;
    position: fixed;
    width: 100%;
    z-index: 5;
}
#stickyHeaderWrapper {
    display: grid;
    gap: 25px;
    grid-template-columns: auto auto;
    margin: 0 auto;
    max-width: 1280px;
    padding: 20px 0;
}
#stickyHeaderWrapper div {
    align-items: center;
    display: flex;
}
#stickyHeaderWrapper h1 {
    font: normal normal normal 28px/32px TheMixB-Bold, Arial, sans-serif;
    padding: 0;
}
.logoWrapper img {
    max-height: 32px;
}
/**
* header
*/
header {
    margin: 0 auto;
    max-width: 1502px;
    padding: 0 100px 100px 122px;
    width: 100%;
}
#headerImageWrapper {
    position: relative;
}
#sloganWrapper {
    background-color: #C60219;
    left: -122px;
    padding: 45px 50px;
    position: absolute;
    top: 57%;
}
#sloganWrapperText {
    color: #FFF;
    font: normal normal normal 42px/38px TheMixB-Bold, Arial, sans-serif;
}
#logoWrapper {
    position: absolute;
    right: -30px;
    top: 60px;
}
/**
 * main
 */
main {
    margin: 0 auto;
    width: 100%;
}
section {
    margin: 0 auto;
    max-width: 1502px;
    padding: 0 100px 120px 122px;
    position: relative;
}
.backgroundWrapper1 {
    background-color: #F0F0F0;
    margin-bottom: 120px;
    padding-top: 60px;
}
.backgroundWrapper1 section {
    padding-bottom: 60px;
}
.columnWrapper {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
}
.columnWrapperThree {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 50px;
}
.columnWrapperThree p {
    margin: 0;
}
.columnWrapperThree .contentNowrap {
    white-space: nowrap;
}
.columnWrapperTwo {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr auto;
    padding-bottom: 50px;
}
.columnWrapperTwo img {
    max-width: 150px;
}
.jobMetaInfos {
    display: grid;
    gap: 10px 50px;
    grid-template-columns: auto 1fr;
    margin-bottom: 100px;
}
#jobMetaInfosLocations {
    display: flex;
    gap: 10px;
}
.jobMetaInfosWrapper {
    align-items: center;
    display: flex;
    gap: 10px;
}
.jobMetaInfosWrapper a {
    display: flex;
    gap: 10px;
}
.jobMetaInfosWrapper h2 {
    padding: 0;
}
.bewerbungsprozessWrapper {
    background-color: #C60219;
    border-radius: 25px;
    color: #FFF;
    cursor: pointer;
    display: grid;
    font: normal normal normal 27px/30px Circular-Graubuenden-Book, Arial, sans-serif;
    gap: 20px;
    grid-template-columns: 1fr auto;
    padding: 10px 20px;
    text-transform: uppercase;
}
.bewerbungsprozessWrapper svg {
    align-self: center;
    display: flex;
}
.bewerbungsprozessWrapper:hover {
    background-color: #A30219;
}
.bewerbungsprozessWrapper:hover svg {
    transform: translate(-10px);
}
.bewerbungsprozessBorder {
    background-color: #C60219;
    height: 30px;
    margin: 0 25px 0 auto;
    width: 15px;
}
#navBewerbungsprozess p {
    opacity: 0.3;
}
#navBewerbungsprozess p.active {
    opacity: 1;
}
#arrowBewerbungsprozess {
    padding-top: 50px;
    text-align: center;
}
#arrowBewerbungsprozess img {
    cursor: pointer;
}
#arrowBewerbungsprozess.active img {
    transform: rotate(180deg);
}
#contentBewerbungsprozess {
    display: none;
    visibility: visible;
}
/**
 * benefits: slick
 */
.noBenefitIntroText {
    position: relative;
    margin-top: 60px;
}

.noBenefitIntroText img {
    max-width: 150px;
    position: absolute;
    top: -180px;
    right: 0;
    left: auto;
}

#slickBenefits {
    margin-bottom: 20px;
    padding-top: 50px;
}
#slickBenefits p {
    font: normal normal normal 20px/28px Circular-Graubuenden-Book, Arial, sans-serif;
    padding-bottom: 25px;
}
.benefitContainer {
    border: 2px solid #EDEDED;
    margin: 0 15px 25px;
    min-height: 430px;
    padding: 25px;
    position: relative;
}
.benefitContainer > img {
    margin: 0 auto 40px;
    max-height: 140px;
    min-height: 140px;
}
.benefitContainer .benefitCirclePlus {
    bottom: 25px;
    cursor: pointer;
    position: absolute;
    right: 25px;
}
.benefitContainer .benefitCirclePlus.active img {
    transform: rotate(45deg);
}
.benefitContainer .benefitText {
    display: none;
}
.slick-prev:before,
.slick-next:before {
    content: initial;
}
.slick-prev,
.slick-prev:focus {
    background-color: #282828;
    height: 34px;
    left: initial;
    mask-image: url(../images/icons/chevron-left.svg);
    opacity: 0.4;
    right: 100px;
    top: 0;
    width: 45px;
    -webkit-mask-image: url(../images/icons/chevron-left.svg);
}
.slick-next,
.slick-next:focus {
    background-color: #282828;
    height: 34px;
    mask-image: url(../images/icons/chevron-right.svg);
    opacity: 0.4;
    right: 25px;
    top: 0;
    width: 45px;
    -webkit-mask-image: url(../images/icons/chevron-right.svg);
}
.slick-arrow:hover {
    background-color: #282828;
    opacity: 1;
}
.slick-dots li button:before {
    color: #282828;
    font-size: 15px;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before {
    color: #282828;
    opacity: 1;
}
.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/**
 * footer
 */
footer {
    bottom: 0;
    position: fixed;
    width: 100%;
}
.footerWrapper {
    align-items: center;
    display: grid;
    gap: 15px 25px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    max-width: 1502px;
    padding: 15px 100px 15px 122px;
}
.shareWrapper {
    cursor: pointer;
}
.shareIconsWrapper {
    display: flex;
    justify-content: end;
    gap: 20px;
}
.shareIconsWrapper > div {
    align-items: center;
    display: flex;
}
.shareIconsWrapper .ui.popup {
    display: flex;
    gap: 10px;
}
.shareIconsWrapper a,
.shareIconsWrapper svg {
    transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
}
.privacyLink {
    text-align: right;
}
.privacyLink a span {
    color: #282828;
}
.privacyLink a:hover {
    text-decoration: none;
}
.privacyLink a:active {
    text-decoration: underline;
}
.privacyLink a:hover span {
    color: #c60219;
}
.privacyLink svg {
    display: inline-block;
    height: 19px;
    vertical-align: sub;
}
.privacyLink span {
    font-size: 20px;
    line-height: 30px;
}
.privacyMobile {
    margin-top: 30px;
}
.privacyMobile span {
    font-size: 17px;
    line-height: 24px;
}
.privacyMobile svg {
    vertical-align: middle;
}
/**
 * navigation
 */
#fixedNavigationMobile {
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
#fixedNavigationMobile div:first-child {
    z-index: 15;
}
#fixedNavigationMobileMenuWrapper {
    align-items: center;
    display: flex;
    justify-content: end;
}
#fixedNavigationMobileMenu {
    background-color: #282828;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 60px;
}
#fixedNavigationMobileMenuBurger {
    display: block;
}
#fixedNavigationMobileMenuCross {
    display: none;
}
#fixedNavigationMobileList {
    background-color: #FFF;
    display: none;
    height: 100vh;
    left: 0;
    padding: 27px 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
}
#fixedNavigationMobileList .buttonWrapperSecondary {
    margin: 0;
    padding: 0;
}
#fixedNavigationMobileList .buttonWrapperSecondary a {
    background-color: #FFF;
    color: #000;
}
nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0 25px;
}
nav div:first-child a {
    border-top: 3px solid #F0F0F0;
}
nav a {
    border-bottom: 3px solid #F0F0F0;
    color: #FFF;
    display: grid;
    font: normal normal normal 22px/26px Circular-Graubuenden-Book, Arial, sans-serif;
    gap: 25px;
    grid-template-columns: 1fr auto;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
}
nav a:hover {
    font: normal normal normal 22px/26px Circular-Graubuenden-Book, Arial, sans-serif;
    padding: 10px 0;
}
.fixedNavigationMobileItem {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}
.fixedNavigationMobileItem p {
    color: #C60219;
    font: normal normal normal 19px/26px Circular-Graubuenden-Book, Arial, sans-serif;
}
.bar,
.barBurger {
    background-color: #FFF;
    height: 3px;
    left: 15px;
    position: absolute;
    top: 17px;
    width: 30px;
}
.bar {
    left: 13px;
    top: 27px;
    width: 35px;
}
.bar.one {
    transform: rotate(-135deg);
}
.bar.two {
    transform: rotate(-225deg);
}
.barBurger.two {
    top: 27px;
}
.barBurger.three {
    top: 37px;
}
/**
* media screen (smartphones, tablets, etc.)
 */
@media only screen and (max-width: 1400px) {
    .jobMetaInfos {
        display: block;
    }
}
@media only screen and (max-width: 1280px) {
    #sloganWrapper {
        padding: 30px;
    }
    #sloganWrapperText {
        font: normal normal normal 35px/38px TheMixB-Bold, Arial, sans-serif;
    }
    #logoWrapper {
        max-width: 200px;
        right: -20px;
    }
    .columnWrapperThree {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 1100px) {
    #stickyHeader {
        padding: 0 20px;
    }
    header {
        padding: 0 0 122px;
    }
    .footerWrapper {
        padding: 15px 20px;
    }
    section {
        padding: 0 20px 100px;
    }
    #sloganWrapper {
        left: initial;
        top: initial;
    }
    #logoWrapper {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (max-width: 800px) {
    .noBenefitIntroText img {
        position: relative;
        top:0;
    }

    .noBenefitIntroText {
        margin-top: 0;
    }

    #sloganWrapper {
        padding: 20px;
    }
    #sloganWrapperText {
        font: normal normal normal 25px/38px TheMixB-Bold, Arial, sans-serif;
    }
    section,
    .backgroundWrapper1 section {
        padding: 0 20px 50px;
    }
    main > section:last-child {
        padding: 0 20px 100px;
    }
    header .logoWrapper {
        padding: 20px;
    }
    .desktop {
        display: none;
        visibility: hidden;
    }
    .mobile {
        display: block;
        visibility: visible;
    }
    body, h1, h2, h3, h4, h5, li, p, span, label, input, textarea, a, a:hover {
        font: normal normal normal 17px/24px Circular-Graubuenden-Book, Arial, sans-serif;
    }
    h1 {
        font: normal normal normal 30px/36px TheMixB-Bold, Arial, sans-serif;
    }
    h2 {
        font: normal normal normal 22px/26px TheMixB-Bold, Arial, sans-serif;
        padding: 0 0 30px;
    }
    h3 {
        color: #949494;
        font: normal normal normal 19px/38px TheMixB-Bold, Arial, sans-serif;
    }
    .jobMetaInfosWrapper img,
    .jobMetaInfosWrapper svg {
        max-height: 26px;
    }
    .buttonWrapperPrimary a,
    .buttonWrapperPrimary a:hover {
        font: normal normal normal 16px/25px Circular-Graubuenden-Book, Arial, sans-serif;
    }
    .columnWrapper {
        grid-template-columns: 1fr;
    }
    #navContact img {
        max-width: 150px;
    }
    #benefits {
        background-color: #F0F0F0;
        margin-bottom: 50px;
        padding: 50px 20px;
    }
    .benefitContainer {
        background-color: #FFF;
    }
    #slickBenefits {
        margin-bottom: 20px;
    }
    .backgroundWrapper1 {
        margin-bottom: 50px;
    }
    .bewerbungsprozessWrapper {
        font: normal normal normal 17px/24px Circular-Graubuenden-Book, Arial, sans-serif;
    }
}
@media only screen and (max-width: 700px) {
    .benefitContainer {
        min-height: 350px;
    }
}
@media only screen and (max-width: 600px) {
    #stickyHeaderWrapper {
        grid-template-columns: auto 1fr;
    }
    #stickyHeaderWrapper h1 {
        font: normal normal normal 15px/20px TheMixB-Bold, Arial, sans-serif;

    }
    .jobMetaInfos {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }
    .columnWrapperTwo {
        gap: 25px;
        grid-template-columns: initial;
    }
    .columnWrapperThree {
        gap: 25px;
        grid-template-columns: 1fr;
        padding-bottom: 25px;
    }
}
@media only screen and (max-width: 450px) {
    #jobMetaInfosLocations {
        display: block;
    }
}