@import url(https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;500;600;700&display=swap);

body, html {
    height:auto;
}

*, :after, :before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    color: #2A3139;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Titillium Web', sans-serif;
}

h1, h2, h4 {
    margin: 0;
}

h1 {
    font-size:45px;
    line-height: 54px;
    font-weight: 600;
}

h2 {
    font-size:45px;
    line-height: 54px;
    font-weight: 300;
}

h3 {
    font-size:30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 37px;
}

h3.lite {
    font-weight: 300;
    margin:150px 0 0;
}

h4 {
    font-size:16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

p {
    margin:40px 0px;
}

a {
    color:#2A3139;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

a:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    color:#2A3139;
}

b {
    font-weight: 600;
}

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

li {
    padding-left: 30px;
    position: relative;
}

li::before {
    content: "";
    height: 6px;
    width: 6px;
    margin-right: 10px;
    background-color: #2a3139;
    position: absolute;
    left:0px;
    top:12px;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
}

section {
    max-width:1070px;
    width:100%;
    margin: 80px auto;
    box-sizing: border-box;
}

section#benefits {
    padding-left:0px;
    padding-right:0px;
    padding-top:20px;
}

.ksa-btn {
    display: inline-block;
    background: #2A3139;
    border: solid 2px #2A3139;
    color: #f7bb99;
    height: 48px;
    border-radius: 42px;
    text-align: center;
    padding: 0px 32px;
    font-family: "Titillium Web", sans-serif !important;
    font-size: 16px;
    line-height: 42px;
    font-weight: 600;
    white-space: nowrap;
    width: auto;
    box-shadow: none;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.ksa-btn:hover {
    background-color: #f7bb99;
    border-color: #f7bb99;
    color:#2A3139;
    text-decoration: none;
}

.fixed-header .ksa-btn {
    background-color: #F7BB99;
    border-color:#F7BB99;
    color:#2A3139;
}

.fixed-header .ksa-btn:hover {
    background-color: transparent;
    color:#F7BB99;
}

.ksa-btn img {
    vertical-align:middle;
    padding-bottom: 1px;
    transition: .2s;

}

.fixed-header {
    height: 100px;
    max-width: 100%;
    background-color: #2A3139;
    position: fixed;
    left: 0px;
    top:-100px;
    z-index: 9999;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed-header.active {
    top:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed-header-content {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity:0;
    padding:0px 20px;
}

.fixed-header.active .fixed-header-content {
    opacity:1;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.fixed-title {
    color: #F7BB99;
    font-size: 30px;
    line-height: 100px;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fixed-apply-btn .ksa-btn.apply{
    height: 45px;
    width: 220px;
    border-radius: 50px;
    background-color: #EE8D26;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    line-height: 42px;
    margin-top: -73px;
}

.fixed-apply-btn:hover .ksa-btn.apply {
    opacity: 1;
}

.fixed-apply-btn img {
    margin-top: 10px;
}

.div-job-info {
    margin-top:70px;
    display: flex;
    border-right:solid 1px #E7E7E8;
}

.job-infos {
    width:33%;
    border-left:solid 1px #E7E7E8;
    text-align: center;
    padding:0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
}

.div-job-info img {
    width:48px;
    height:48px;
}

.job-infos span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.mainpic {
    position:relative;
    margin-top:0px;
    margin-bottom:70px;
    padding:0;
}

.logo {
    position: absolute;
    top:0;
    right:0;
    z-index: 1;
}

.mainpic img {
    max-width: 100%;
    display: block;
}

.mainpic .mobile, .big-image .mobile {
    display: none;
}

.contact {
    background-color: #F7BB99;
    max-width: 100%;
    width:100%;
    overflow: auto;
    margin-top:180px;
}

.contact section {
    margin: 95px auto;
}

.contact h1 {
    line-height: 50px;
    margin-top:17px;
}

.process {
    margin:160px auto 0px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap:20px;
}

.process b {
    display: block;
    width:30%;
    margin-bottom: 20px;
}

.process ul {
    width:70%;
    margin:0px;
}

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

.process li {
    background-repeat: no-repeat;
    background-size: 46px;
    padding-left: 70px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.process li:first-child {
    background-image: url(../images/icons/Letter.svg);
}

.process li:last-child {
    background-image: url(../images/icons/Praemie.svg);
    margin-bottom:0px;
}

.contact-text,
.contact-person {
    width:630px;
}

.contact-person {
    background-color: #fff;
    padding:30px;
    margin-top:60px;
    border-radius: 4px;
}

.contact-person p {
    margin:0px;
    font-size:24px;
    line-height: 36px;
    font-weight: 600;
}

.contact small {
    display: block;
    margin-top:30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.contact small a {
    margin-left:30px;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;    
}

.contact small a:hover {
    text-decoration-thickness: 2px;
}

.buttons {
    margin-top:60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:630px;
}

.buttons .ksa-btn:hover, .bottom .ksa-btn:hover {
    color:#2A3139;
    border-color:#2A3139;
}

.print, .share {
    width:36px;
    height:36px;
    border-radius:50%;
    background-color: #2A3139;
    margin-left:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    float:right;
    transition: .2s;
}

.print:hover, .share:hover {
    opacity: 0.8;
    transition: .2s;
}

.print img, .share img {
    width:20px;
    height:auto;
}

.share {
    cursor: pointer;
}

.ui.popup {
    border-radius: 4px;
    box-shadow: unset !important;
    background-color: #2A3139;
    border:none;
}

.popupWrap {
    display: flex;
    gap: 16px;
}

.ui.popup:before {
    box-shadow: none;
    background: #2A3139!important;
    border-color: #2A3139;
}
.ui.bottom.left.popup:before {
    left:34px!important;
}

.ui.popup a {
    display: flex;
    justify-content: center;
    align-items: center;
    width:36px;
    height:36px;
    border:solid 1px #F7BB99;
    border-radius: 50%;
    box-sizing: border-box;
}

.ui.popup a:hover {
    border-color:#fff;
}

.ui.popup a img {
    width:20px;
    height:auto;
}


.big-image {
    max-width: 1366px;
    margin:95px auto;
    padding: 0px 20px;
}

.big-image img {
    display: block;
    width: 100%;
    height: auto;
}

.rewards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px;
    margin: 60px 0;
}

.rewards .col {
    width: 110px;
    display: flex;
    align-items: center;
}

.rewards .col img {
    display: block;
    width: 100%;
    height:auto;
}

.similar-jobs {
    margin:160px auto;
}

.jobsList {
    width: 100%;
    margin-top: 60px;
}

.jobsList ul, .jobsList ul li {
    padding:0px;
    margin:0px;
}

.jobsList ul li:before {
    display: none;
}

.job {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    border-bottom: solid 1px rgb(231 233 237);
}

.jobsList ul li:first-child .job {
    border-top: solid 1px rgb(231 233 237);
}

.job .hoverOverlay {
    position: absolute;
    bottom: -1px;
    top: -1px;
    left: -38px;
    right: -38px;
    transition-duration: .15s;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    box-shadow: none;
    border-radius: 0.25rem;
}

.job:hover .hoverOverlay {
    box-shadow: 0px 0px 25px -2px rgba(34, 34, 34, 0.2);
    z-index: 10;
    display: block;
    background-color: #fff;
}

.jobWrap {
    position: relative;
    z-index: 20;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.job {
    text-decoration: none;
}

.job h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.job h2 span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
}

.job .jobData {
    display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
}

.job .jobData p {
    margin:0px;
}

.job p span {
    display: inline-block;
    background-color: #f7bb99;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 600;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 18px;
}

.job svg {
    width: 16px;
    height: 16px;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    padding: 10px;
    border:solid 2px #F7BB99;
    border-radius: 50%;
    box-sizing: initial;
}

.job:hover  {
    text-decoration: none;
}

.job:hover svg  {
    border-color: #2A3139;
}

.allJobsbutton {
    text-align: center;
    margin-top: 50px;
}

footer {
    background-color: #F7BB99;
}

.footer-content {
    max-width: 1110px;
    margin: 0 auto;
    padding: 40px 20px 65px;
    display: flex;
    justify-content: space-between;
}

.footer-content .footer-left {
    width: 37%;
}

.footer-content h3 {
    font-weight: 300;
    margin-bottom: 15px;
}

.footer-content h1 {
    margin-bottom:30px;
}

.footer-right {
    width:210px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer-title {
    font-size:14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.social {
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}

.social a {
    display: block;
}

.social img {
    width: 30px;
    height: 30px;
    transition: .2s;
}

.social img:hover  {
    opacity: .8;
    transition: .2s
}

.footer-bottom {    
    max-width: 100%;
    background-color: #2A3139;
}

.footer-bottom-content {
    height: 96px;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0px 20px;
}

.externalLinks {
    display: flex;
    gap: 32px;
}

.externalLinks a {
    color:#F7BB99;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}

.externalLinks a:hover {
    color:#fff;
}

.copyRightLogo {
    display: flex;
    gap: 16px;
    align-items: end;
}

.copyRightLogo span {
    color:#fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.copyRightLogo svg {
    width:80px;
    height:auto;
}

.copyRightLogo svg * {
    fill:#F7BB99;
}

.qr-print, .contact-text-print {
    display: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zofingenLogo {
    background-color:white;
    padding:15px;
}

.video-container-wrapper {
    max-width: 100%;
    margin:auto;
}

.ui.modal {
    height: 80%;
    max-height: calc(100% - 40px);
    width: 66% !important;
  }
  
.ui.dimmer {
    background-color: rgba(0, 0, 0, 0.5);
    padding:20px;
}

.modals.dimmer .ui.scrolling.modal {
    margin:0 auto;
}



@media screen and (max-width: 1288px) {
    .slick-slider {
        margin:0 50px;
    }
}

@media screen and (max-width: 1170px) {
    .slick-slider {
        margin:0 100px;
    }
}

@media screen and (max-width: 1110px) {
    .job .hoverOverlay {
        left: -20px;
        right: -20px;
    }
}
@media screen and (max-width: 1070px) { 
    section, section#benefits {
        padding-left:20px;
        padding-right:20px;
    }
}

@media screen and (max-width: 940px) {
    section#benefits {
        padding-left:20px;
        padding-right:20px;
    }
    .slick-slider {
        margin:0;
    }
    .slick-dots {
        text-align: center;
    }
    .slick-dots li button {
        border-color: #F7BB99;
    }
    .slick-dots li.slick-active button {
        background-color: #F7BB99;
    }
    .slick-dots li button:hover {
        background: #F7BB99;
    }
    .contact-text, .contact-person, .buttons {
        width:auto;
    }
    .footer-content .footer-left {
        width:50%;
    }
}


@media screen and (max-width: 767px) {
    p, a, li, strong {
        font-size: 16px;
        line-height: 24px;
    }
    li::before {
        top:10px;
    }
    .logo {
        width:104px;
        height:56px;
    }
    .zofingenLogo {
        width: 186px;
        height: auto;
    }
    .logo svg {
        width:72px;
        height:28px;
    }
    h1, h2 {
        font-size:36px;
        line-height: 44px;
    }
    h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    h3.lite {
        margin-top:40px;
    }
    section, .contact section  {
        margin:40px auto;
    }
    .contact {
       margin-top:80px; 
    }
    .fixed-header {
        height: 60px;
    }
    .fixed-title {
        font-size: 20px;
        line-height: 60px;
        max-width: 60%;
    }
    .div-job-info {
        display: block;
        border: none;
        margin-top:40px;
    }
    .job-infos {
        display: block;
        margin-bottom:30px;
        border:none;
        width:auto;
        padding-left:0px;
        padding-right:0px;
        text-align: left;
        overflow: auto;
    }    
    .job-infos h4 {
        margin: 3px 0 0 45px;
    }
    .job-infos span {
        display: block;
        margin: 10px 0 0 45px;
    }    
    .job-infos svg {
        height:30px;
        width:30px;
        float:left;
    }
    .contact-person, .buttons {
        margin-top:40px;
    }
    .similar-jobs {
        margin: 80px auto;
    }
    .similar-jobs li {
        list-style-type: none;
        padding-left:0px;
    }
    .similar-jobs li:before {
        display: none;
    }
    .footer-content {
        flex-direction: column;
        gap: 40px;
        padding-top:40px;
        padding-bottom:40px;
    }
    .footer-content .footer-left, .footer-content .footer-right {
        width:100%;
    }
    .footer-bottom-content {
        flex-direction: column;
        gap:10px;
        align-items: flex-start;
        justify-content: center;
    }
    .copyRightLogo {
        width:100%;
        justify-content: space-between;
    }
    .copyRightLogo svg {
        width:72px;
    }
    .ksa-btn {
        height:40px;
        line-height: 36px;
        padding-left:20px;
        padding-right:20px;
    }
    .process {
        margin-top:80px;
        flex-direction: column;
        gap:0px;
    }
    .process b, .process ul {
        width:100%;
    }
    .process li {
        margin-bottom:20px;
    }
}

@media screen and (max-width: 666px) {
    .mainpic {
        margin-left:0px;
        margin-right:0px;
        margin-bottom:40px;
        padding-top:85px;
    }   
    .mainpic .mobile , .big-image .mobile{
        display: block;
    } 
    .mainpic .desktop,.big-image .mobile {
        display: none;
    }    
    .logo img {
        width: 110px
    }
    .zofingenLogo {
        padding: 0;
        width: 156px;
        height: 85px;
    }
    .zofingenLogo img {
        width: auto !important;
        height: 80px;
    }
    .rewards {
        justify-content: initial;
    }
}