/* general */
html {
    font-family: "Frutiger Neue For Post", sans-serif;
}

body {
    margin: 0;
    font-size: 1.0625em;
}

@media only screen {
    .wrapper {
        max-width: 972px;
        margin: 0 auto;
        width: 100%;
        padding-left: 93px;
        padding-right: 93px;
        box-sizing: border-box;
    }
}

main {
    display: block;
}

main section {
    box-sizing: border-box;
    width:100%;
    margin: 80px auto 0px;
    padding: 0px;
}

.tasks, .intro {
    margin:60px auto 0;
}

main section.job-title {
    max-width: 1440px;
    box-sizing: border-box;
    padding-left:128px;
    padding-right:128px;
}

/* typography */
a {
    color:#000000;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

h1 {
    font-size: 48px;
    line-height:56px;
    color: inherit;
    margin-bottom:0px;
}

h2 {
    font-weight: 300;
    font-size: 48px;
    line-height:56px;
    color: #000000;
}

p {
    font-weight: 300;
    margin: 0;
}

.intro p, .benefits p, .videoWrapper p, .department-info p, .jobabo-teaser p, p.video-text  {
    font-size: 1.18em;
    line-height: 1.4em;
}
.section-title {
    color: #000000;
    font-size: 1.9em;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 16px;
}

.section-title b {
    font-weight: 700;
}

.tasks ul,
.profile ul {
    padding: 0 30px;
    list-style-type: none;
    margin: 24px 0 0 -30px;
}
.tasks, .profile {
    font-size: 1.18em;
    font-weight: 300;
    line-height: 28px;
}
.tasks li,
.profile li {
    padding-left: 28px;
    margin-bottom: 20px;
    background-size: 24px;
    position:relative;
}

.tasks li::before, .profile li::before {
    content:"";
    display: block;
    width: 12px;
    height: 12px;
    background: #FFCC00;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

/* header */
.header {
    padding: 5px 0px;
    overflow: hidden;
    background-color: #fc0;
    width: 100%;
    position: fixed;
    top:0px;
    margin-top: 0px;
    z-index: 99;
}

.header .content {
    width:100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-left:32px;
    padding-right:32px;
    box-sizing: border-box;
    position:relative;
}

.logo {
    display:inherit;
}

.logo img {
    height: 78px;
}

.header-buttons {
    right: 32px;
    position: absolute;
    display: flex;
    align-items: center;
}

/* key visual */
.mainpic {
    height: 100%;
    position: relative;
    max-width: 1440px;
    margin: 88px auto 0;
    max-height: 480px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #fc0;
    background-image: url('placeholder-line-fff.png');
    background-repeat: no-repeat;
    background-position: top;
}

.mainpic picture {
    position: relative;
    z-index:0;
}

.mainpic img {
    width: 100%;
    float:left;
    z-index:-1;
}

.overlay {
    max-width:1440px;
    margin:0 auto;
    position: absolute;
    width: 85%;
    height: 100%;
    z-index:10;
}

.overlay.schwarz {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.overlay.weiss {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 6e-05)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 6e-05) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 6e-05) 100%);
}

.job-info-box {
    color: #000000;
    width:100%;
    max-width: 720px;
    position: absolute;
    left: 128px;
    top:80px;
    z-index: 20;
    box-sizing: border-box;
}

.job-info-box b {
    font-weight:700;
}

.job-info-box .schwarz {
    color: #000000;
}
.job-info-box .weiss {
    color: #FFFFFF;
}


.job-info-box .claim-text {
    font-size: 64px;
    font-weight: 300;
    margin: 0;
    line-height: 72px;
}

.job-info-box .claim-standard {
    font-size: 40px;
    display: block;
    font-weight: 700;
    margin-top: 32px;
}

.job-info-box h2 {
    font-weight: 300;
    font-size: 40px;
    color: #FFFFFF;
}

.print-only {
    display: none;
}

/* profile */
section.profile, section.benefits {
    margin-top: 60px;
}

/* benefits */
.divided-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin: 32px auto 25px;
}

.benefit-list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.benefit-list li {
    margin-bottom: 25px;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    break-inside: avoid;
    column-fill: auto;
    -moz-column-fill: auto;
}

.benefit-list img {
    margin-right: 20px;
    display: block;
    max-width: 35px;
    width: 35px;
}

.benefits a {
    color: rgba(0, 0, 0, 1);
    transition: all .3s;
    text-decoration: none;
    border-bottom: 1px solid black;
    display: inline-block;
}

.benefits a:hover {
    color: rgba(0, 0, 0, 0.6);
    transition: all .3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.benefits a:focus {
    outline-offset:15px;
}
.benefit-text {
    font-size: 1.18em;
    font-weight: 300;
    line-height: 1.4em;
}

.more-link {
    color: rgba(0, 0, 0, 0.6) !important;
    border-bottom: 0 !important;
    text-decoration: none;
    transition: all .3s;
}

.more-link:hover {
    color: rgba(0, 0, 0, 1) !important;
    transition: all .3s;
}

.more-link::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='3020_arrow-right' viewBox='0 0 32 32'%3E%3Cpath d='M20.667 5.333H18.8L29.467 16H0v1.333h29.467L18.8 28h1.867L32 16.667z'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    width: 17px;
    margin-right: 10px;
    vertical-align: middle;
    opacity: .6;
    transition: all .3s;
}

.more-link:hover::before {
    opacity: 1;
    transition: all .3s;
}

/* job details */
.job-details {
    background-color: rgba(250, 249, 248, 1);
    display: block;
    padding: 0;
    margin: 80px auto 48px;
    max-width:786px;
}

.job-details-inner {
    padding: 56px;
    position:relative;
}
.job-details-inner h3 {
    line-height: inherit;
    font-size: 1.18em;
}
.job-details-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.job-details-container b {
    font-weight: 700;
}

.job-details-left {
    width: 46%;
    margin-right: 8%;
}

.job-details-right {
    width: 46%;
}

.job-details-right.applyButtons {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: end;
    gap:8px;
    align-content: end;
}

.job-details-right.applyButtons .button.applyWhatsapp {
    margin-left:0;
}

.job-details-left > *,
.job-details-right > * {
    border-top: 1px solid rgba(0, 0, 0, 0.19519927536232);
    display: flow-root;
    padding: 10px 0;
}
.job-details-left p, .job-details-right p {
    font-size: 1.18em;
}
.kontakt {
    display: flow-root;
    margin-top: 40px;
    border-top: 0;
}

.contactInfo2 {
    margin-top:40px;
}


.kontakt a {
    color: rgba(0, 0, 0, 1);
    transition: all .3s;
    text-decoration: none;
    border-bottom: 1px solid black;
}

.kontakt a:hover {
    color: rgba(0, 0, 0, 0.6);
    transition: all .3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.kontakt a:focus {
    outline-offset: 5px;
}

/* disclaimer */
section.disclaimer {
    margin-top: 0;
}

.contrastModeOn .disclaimer p {
    color:#333;
    font-size: 1em;
}
/* video container */
.video-lehre {
    display: block;
}

.video-text {
    margin-top: 10px;
}

/* share */
.share {
    text-align: center;
    display: block;
}

.share a {
    text-decoration: none;
    margin: 8px;
    display:inline-block;
}
.share a:focus {
    outline-offset: 10px;
}
.share-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: inherit;
}

.svg.icon {
    height: 52px;
    width: 52px;
}

.svg.icon:hover .default,
.svg.icon .hover {
    display: none;
}

.svg.icon .default,
.svg.icon:hover .hover {
    display: inline-block;
}

/* department-info */
.department-info {
    max-width: 1440px;
    background: #FAF9F8;
    padding: 80px 0 90px;
    display: block;
}

.department-content-holder {
    max-width: 850px;
    margin: 0 auto;
    padding-right: 32px;
    padding-left: 32px;
    box-sizing: border-box;
}

.department-head {
    color: #000000;
    font-size: 1.9em;
    line-height: 1em;
    margin-bottom: 25px;
}

.department-info p {
    margin-bottom: 30px;
}

/* similar jobs */
.similar-jobs {
    max-width: 1248px;
    margin-bottom:80px;
}

.similar-jobs a {
    text-decoration: none;
    color: #000000;
}

.similar-jobs .section-title {
    padding: 0 180px;
    margin-bottom: 38px;
    max-width: 786px;
    margin: 0 auto 38px;
}

.column.similar-job {
    flex: 1;
    background: #F4F3F1;
    padding: 20px;
    outline-offset: 10px;
}

.similar-jobs .row {
    display: flex;
    gap:15px;
    width: 100%;
}

.similar-job-title {
    font-size: 1.25em;
    line-height: 28px;
    font-weight: 600;
}

.similar-info {
    font-size: 1.25em;
    margin-top: 8px;
    font-weight: 300;
}

/* jobabo teaser */
.jobabo-teaser {
    background-color: rgba(250, 249, 248, 1);
    padding: 80px 100px;
    max-width: 786px;
    margin-bottom:80px;
}

.jobabo-teaser .section-title {
    margin-bottom: 20px;
}

/* footer */

footer {
    border-top: 2px solid rgba(0,0,0,0.195);
    padding: 55px 0px 25px;
}

.footer-container {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    width: 100%;
    max-width: 1246px;
    margin:0 auto;
    font-size: 1em;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}
.footer-container h2 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1em;
    line-height: inherit;
}
.jobs-career, .die-post  {
    display: flex;
    flex-direction: column;
}
.jobs-career a, .die-post a {
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}
.contrastModeOn .jobs-career a, .contrastModeOn .die-post a {
    color:#333;
}
.jobs-career a:hover, .die-post a:hover {
    color: rgba(0, 0, 0, 1) !important;
    transition: all .3s;
}
.jobs-career a:focus,.die-post a:focus {
    outline-offset:10px;
}
.footer-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.jobs-career {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    margin-right: 130px;
    width: 268px;
}

.die-post {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    margin-right: 120px;
    width: 268px;

}

.follow-us {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    margin-right: 1%;
}
.follow-us a {
    margin-bottom:10px;
    width: 24px;
    height: 24px;
    outline-offset:5px;
    display: inline-block;
}
.follow-us img {
    width: 24px;
    height: 24px;
    opacity: .6;
    transition: all .3s;
}

.follow-us a:hover img {
    opacity: 1;
    transition: all .3s;
}

.follow-us a {
    margin-right: 15px;

}
.follow-us a:focus {
    outline-offset: 10px;
}
/* copyright */
.copyright {
    max-width: 1246px;
    margin: 60px auto 0;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 700;
    padding: 0 32px;
}
.copyright span {
    font-weight: 700;
    font-size: 13px;
}

/* buttons */
.button {
    position: relative;
    display: inline-block;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition-property: background, color;
    transition-duration: .3s;
    transition-timing-function: ease-in;
    font-size: 0.88235em;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    padding: 11px 32px;
    font-family: "Frutiger Neue For Post", sans-serif;
}

.button:focus {
    outline: 2px solid black;
    outline-offset: 2px;
}

.button.applyWhatsapp:focus {
    outline: 2px solid #000;
}

.button .label {
    display: inline-block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    transition: transform .3s;
}

.button.share {
    border: 2px solid #333;
    background-color: inherit;
    margin-right: 8px;
    color: #333;
    padding: 10px 24px;
}

.button.share:hover {
    border: 2px solid #000;
    color: #000000;
}

.button.apply {
    padding: 10px 24px;
}

.button.apply, .button.jobabo {
    background: #333;
    border: 2px solid #333;
    color: #FFFFFF;
}

.button.applyWhatsapp svg {
    fill: #FFFFFF;
    position: absolute;
    top: calc(50% - 12px);
    left: 20px;
}

.button.apply:hover, .button.jobabo:hover {
    background: #000;
    border: 2px solid #000;
}

.button.applyWhatsapp {
    background: #25D366;
    border: 2px solid #25D366;
    margin-left: 8px;
    position: relative;
    transition: 0s;
}

.button.applyWhatsapp:hover {
    background: #25D366;
    border: 2px solid #25D366;
}
.contrastModeOn .button.applyWhatsapp {
    color:black;
}
.contrastModeOn .button.applyWhatsapp svg {
    fill:black;
}
.contrastModeOn .button.applyWhatsapp:hover {
    color:black;
}
.job-info-box .button {
    padding: 20px 40px;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #000000;
    border: none;
    font-size: 1.0625em;
    font-weight: 400;
    line-height: 17px;
    margin-top: 32px;
}


.job-details-apply {
    background-color: #333;
    color: #FFFFFF;
    border: 2px solid #333;
    padding: 15px 32px;
}

.job-details-apply:hover {
    background-color: #000;
}

.button.jobabo {
    margin-top: 40px;
    padding: 15px 32px;
}


/**
 * Popup.
 */
.ui.popup.share {
    max-width: 220px;
    width: 100%;
}

.ui.popup.share a {
    display: inline-block;
    color: #666666;
    text-align: left;
}

.ui.popup.share a:hover {
    color: #000000;
}
.ui.popup.share a:focus {
    outline-offset: 5px;
}
.ui.popup.share .icons svg.icon {
    fill: rgba(0, 0, 0, .6);
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
    padding-right:  5px;
    display: inline-block;
}
.ui.popup .icons {
    display: flex;
    flex-direction: column;
}
.ui.popup.share .icons a:hover svg.icon {
    fill: rgba(0, 0, 0, 1);
}
.contrastModeOn .ui.popup.share a {
    color:#333;
}
.contrastModeOn .ui.popup.share .icons a svg.icon {
    fill: #333;
}
.contrastModeOn .ui.popup.share a:hover {
    color:#000;
}
.contrastModeOn .ui.popup.share .icons a:hover svg.icon {
    fill: #000;
}
.contrastModeOn path {
    opacity: 1 !important;
}
/**
 * Alternate.
 */
.alternate-show {
    display: none;
}
.contrastModeOn .tasks li::before,.contrastModeOn .profile li::before {
    background-color: #000000;
}

#contrastModeSwitch {
    border:transparent !important;
    background-color:transparent;
    cursor: pointer;
    outline-color: black !important;
    outline-offset:1px;
    margin-left:10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0;
}
#contrastModeSwitch svg {
    width: 16px;
    height: 16px;
    outline-color:transparent;
    transition:transform ease-in-out 0.2s;
}
#contrastModeSwitch svg path {
    fill:black;
}
.contrastModeOn #contrastModeSwitch svg {
    transform:rotate(180deg);
}
#contrastModeSwitch:focus {
    outline-color: black !important;
    border-color: black !important;
}
.contrastModeOn .job-details-left > *, .contrastModeOn .job-details-left > *, .job-details-right > *{
    border-color:#000;
}
.contrastModeOn .overlay.weiss {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
}
.social-icons ul {
    list-style: none;
}
.social-icons ul li {
    display: inline-block;
}
footer ul {
    list-style: none;
    padding:0;
}
footer .follow-us ul li {
    display: inline-block;
}
/* media queries */
@media only screen and (max-width: 1023px) {

    .jobs-career, .die-post {
        margin-right: 80px;
    }
}

@media only screen and (max-width: 885px) {
    header .job-title {
        width: 30vw;
    }
}

@media only screen and (max-width:1180px) {
    main section.job-title {
        padding-left:54px;
        padding-right:54px;
    }

    .job-info-box {
        left:54px;
    }
}

@media only screen and (max-width:1240px) {
    h1, .job-title h2 {
        font-size:40px;
        line-height:48px;
    }

    .job-info-box {
        max-width: 45%;
    }
    .job-info-box .claim-text {
        font-size:48px;
        line-height:52px;
    }

    .job-info-box .claim-standard {
        font-size: 28px;
        line-height:32px;
    }
}

@media only screen and (max-width:900px) {
    .mainpic {
        max-height:400px;
    }
}

@media only screen and (max-width: 820px) {

    .mainpic {
        max-height:340px;
    }

    .intro, .tasks, .profile, .benefits {
        padding-left:8%;
    }

    .wrapper {
        padding-left:32px;
        padding-right:32px;
    }

    main section.job-title {
        padding-left:32px;
        padding-right:32px;
    }

    .job-info-box {
        left: 34px;
        top:64px;
        max-width:400px;
        /* padding-left:32px;
         padding-right:32px; */
    }

    main section {
        margin-top:40px;
    }

    .section-title, .section-subtitle {
        font-size: 24px;
        line-height:32px;
    }

    .logo img {
        height: 46px;
    }

    .header-buttons {
        width:auto;
        margin-top:0px;
        position: absolute;
        right: 20px;
    }

    .mainpic {
        margin-top:56px;
    }

    .similar-jobs .section-title {
        padding: 0px;
    }

    .similar-jobs {
        padding: 0 42px 0 32px;
    }

    .similar-job-container {
        display: block;
    }

    .similar-job {
        margin-bottom: 10px;
        display: table;
        margin-right: 0;
    }

    footer {
        padding: 55px 0px 24px;
    }

    .similar-jobs .row {
        display:block;
    }

    .column.similar-job {
        width: 100%;
        display: block;
        padding: 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0px solid white;
    }

    .job-info-box button.button {
        padding: 16px 32px;
        font-size: 15px;
        margin-top: 32px;
    }

    button.button.jobabo {
        font-size: 15px;
    }

    .footer-container {
        display: block;
    }

    .jobs-career, .die-post, .follow-us, .copyright {
        width: 100%;
    }

    .department-head {
        font-size: 24px;
        line-height: 28px;
    }
    .department-info p {
        font-weight: 300;
    }
    header .job-title {
        width: 25vw;
    }
    .divided-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin: 32px auto 10px;
    }
}

@media only screen and (max-width: 639px) {

    .mainpic {
        max-height:300px;
    }

    .wrapper {
        padding-left:0px;
        padding-right:0px;
    }

    h1, h2, .job-info-box .slogan, .job-title h2 {
        font-size:24px;
        line-height:32px;
    }

    .department-content-holder {
        padding-right:12px;
        padding-left:12px;
    }

    .jobabo-teaser {
        padding: 40px 12px;
        margin-bottom:55px;
    }

    .jobs-career {
        margin-bottom: 40px;
    }

    .die-post {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

    .follow-us {
        float: left;
        margin-bottom: 40px;
    }

    .job-details {
        margin: 80px 12px 48px;
        width: calc(100% - 24px);
    }

    .job-details-inner {
        padding: 26px 0;
    }

    .job-details-apply {
        float: none;
        position:relative;
        right: initial;
        bottom:initial;
    }

    .share a {
        margin:4px;
    }

    .header .content, .job-info-box, main section.job-title, main section, .job-details, .department-info .content, .footer-container, .copyright {
        padding-left:12px;
        padding-right:12px;
    }

    section.intro {
        margin:40px auto 0px;
    }

    .job-info-box {
        left:0;
        max-width:280px;
    }

    .job-info-box .claim-standard {
        display: block;
        font-weight: 700;
        margin-top: 12px;
    }

    .tasks li, .profile li {
        background-size: 20px;
        padding-left: 30px;
    }

    .intro p, .benefits p, .videoWrapper p, .department-info p, .jobabo-teaser p, p.video-text, .tasks, .profile, .benefit-text  {
        font-size: 1em;
        line-height: 1.4em;
    }
}

@media only screen and (max-width: 670px) {
    .header-buttons .share.button {
        display: none;
    }

    .header .button {
        padding:9px 12px;
        font-size: 13px;
    }
}

@media only screen and (max-width:594px) {
    .job-details-right.applyButtons {
        width: 100%;
        margin-top: 40px;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media only screen and (min-width:521px) {
    .button.applyWhatsapp span {
        padding-left: 25px;
    }

    .header .content {
        padding-left:0;
    }

    .shortLogoMobile {
        display:none;
    }
}

@media only screen and (max-width:520px) {
    .applyWhatsapp svg {
        display: none;
    }

    .intro, .tasks, .profile, .benefits {
        padding-left: 12px;
    }

    .desktopLogo {
        display: none;
    }

    .social-icons {
        text-align:left;
    }
}

@media only screen and (max-width: 419px) {
    .header .button {
        padding:6px 6px;
        font-size: 13px;
    }

    .job-info-box .slogan, .job-info-box h1, .job-info-box h2 {
        max-width:290px;
    }

    .job-info-box {
        top:34px;
    }

    main section {
        margin-top: 40px;
    }

    section.profile, section.benefits {
        margin-top: 40px;
    }

    .job-details-left, .job-details-right {
        float: none;
        width: 100%;
    }

    button.job-details-apply {
        float: none;
        margin-top: 20px;
    }

    .disclaimer p {
        font-size: 13px;
    }

    .department-info {
        padding: 40px 0 40px;
    }

    .similar-jobs .section-title {
        padding: 0;
    }

    .similar-job-title, .similar-info {
        font-size: 1.0625em;
        margin-top: 0;
    }

    .job-details-left, .job-details-left p, .job-details-right, .job-details-right p {
        font-size: 15px;
    }
    .follow-us {
        margin-top: 0px;
    }
    .header {padding:25px 0px;}
    .header-buttons {
        flex-direction: column;
        align-items: end;
        gap:3px
    }
    .mainpic {
        margin-top: 76px;
    }
}

@media only screen and (max-width: 320px) {
    .job-info-box {
        top:24px;
    }
}
