html {

}

body {
    margin: 0;
    font-family: 'zin_sans light', sans-serif !important;
    line-height: 1.5;
    color: #6A6A6A;

}

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

h1 {
    font-size: 2rem;
    color: #7CAA00;
    font-family: 'zin_sans regular', sans-serif;
    font-weight: normal;
    hyphens: auto;
}

h4 {
    font-size: 1.5rem;
    font-weight: normal;
    font-family: 'zin_sans regular', sans-serif;
    margin-bottom: 10px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 1.33em !important;
}

b {
    font-family: 'zin_sans regular', sans-serif;
}

ul {
    margin: 0 0 0 -20px;
    list-style-type: square;
}

a {
    color: #7CAA00;
}

p {
    margin: 0;
}

a:hover {
    color: #668A21
}

.sticky-header {
    position: fixed;
    background: rgba(255,255,255,.9);
    z-index: 999;
    max-width: 1024px;
    width: 100%;
    display: none;
}

.sticky-title {
    color: #6A6A6A;
    font-size: 30px;
    float: left;
    margin-top: 30px;
    padding-left: 35px;
}

.sticky-header .logo {
    width: 100%;
}

.sticky-header .logo img {
    float: right;
}


.main {
    margin-bottom: 80px;
    padding: 0 35px;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
}

.logo img {
    float: right;
    max-width: 320px;
    padding: 20px 0 20px 35px;
}

.mainpic-img {
    width: 100%;
    max-width: 1024px;
    height: auto;
}

.workload, .subtitle {
    margin: 5px 0;
}

.intro-text {
    margin-top: 30px;
}



.tabular.menu img {
    margin-right: 10px !important;
}


.contact {
    border: 1px solid #CCC3BE;
    padding: 0px 35px 35px 35px;
    margin: 30px 0;
    overflow: hidden;
}

.contact h4 {
    margin-top: 0;
}

.contact .left {
    max-width: 75%;
    float: left;
}

.contact .right {
    float: right;
    overflow: hidden;
    margin-top: 30px;
}

.contact .right img {
    max-width: 130px;
}

.contact .apply-btn {
    margin-top: 40px;
}

.about {
    position: relative;
    width: 100%;
}

.about a {
    text-decoration: none;
}

.about p {
    max-width: 55%;
}

.reward {
    right: 0;
    position: absolute;
    margin-top: -130px;
    margin-right: 35px;
}

img.reward {
    max-width: 90px;
}

.follow-us-text {
    margin-right: 20px;
}


.social-icon {
    position: relative;
    top: 7px;
}

.social-icon .icon {
    width: 25px;
    height: 25px;
    transition: .3s;
}

.social-icon:hover .icon {
    transition: .3s;
}

.facebook.icon {
    content: url("../images/social/facebook.svg");
}

.linkedin.icon {
    content: url("../images/social/linkedin.svg");
}

.xing.icon {
    content: url("../images/social/xing.svg");
}

.youtube.icon {
    content: url("../images/social/youtube.svg");
}

.instagram.icon {
    content: url("../images/social/instagram.svg");
}

.facebook.icon:hover {
    content: url("../images/social/facebook-hover.svg");
}

.linkedin.icon:hover {
    content: url("../images/social/linkedin-hover.svg");
}

.xing.icon:hover {
    content: url("../images/social/xing-hover.svg");
}

.youtube.icon:hover {
    content: url("../images/social/youtube-hover.svg");
}

.instagram.icon:hover {
    content: url("../images/social/instagram-hover.svg");
}


.apply-btn {
    width: 280px;
    background: #7CAA00;
    text-align: center;
    padding: 8px 0;
    color: #FFFFFF;
    transition: .3s;
    display: inline-block;
}

.apply-btn:hover {
    background: #668A21;
    transition: .3s;
}

.workplace-video {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.workplace {
    width: 49%;
    float: left;
    margin-right: 2%;
    height: 1px;
}

.video {
    width: 49%;
    overflow: hidden;
}

.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%;
}

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

.each-job {
    border-bottom: 1px solid #CCC3BE;
    padding: 20px 0;
    transition: .3s;
}

.each-job:hover {
    background: #CCC3BE;
    padding-left: 20px;
    transition: .3s;
}


.similar-title {
    font-family: 'zin_sans regular', sans-serif;
    color: #7CAA00;
    font-size: 24px;
}

.similar a {
    text-decoration: none;
    color: #6A6A6A;
}


.all-jobs-btn {
    padding: 10px;
    width: 335px;
    color: #FFFFFF;
    background: #6A6A6A;
    text-align: center;
    margin-top: 30px;
    transition: .3s;
    display: inline-block;
}

.all-jobs-btn:hover {
    background: #CCC3BE;
    transition: .3s;
}


footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: #EFEFEF;
    max-width: 1024px;
    padding: 8px 0;
}

.share {
    float: right;
    margin-right: 35px;
}

.mail.icon {
    content: url("../images/social/mail.svg");
}

.mail.icon:hover {
    content: url("../images/social/mail-hover.svg");
}

.whatsapp.icon {
    content: url("../images/social/whatsapp.svg");
}

.whatsapp.icon:hover {
    content: url("../images/social/whatsapp-hover.svg");
}

.print.icon {
    content: url("../images/social/print.svg");
}

.print.icon:hover {
    content: url("../images/social/print-hover.svg");
}

footer .apply-btn {
    float: left;
    margin-left: 35px;
    width: 280px;
    background: #7CAA00;
    text-align: center;
}

.benefits.desktop {
    display: block;
}

.benefits.mobile {
    display: none;
}

.ui.styled.accordion {
    width: unset !important;
    border: 0 !important;
}

.ui.styled.accordion, .ui.styled.accordion .accordion {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 0;
}

.accordion .title {
    background-color: #eef6ec !important;
    padding: 0 10px;
}

.accordion .title span {
    position: relative;
    top: -18px;
}

.accordion .title img {
    width: 50px;
}

.accordion .title.active,
.accordion .content{
    background-color: #cce4c8 !important;
}

.ui.accordion .accordion .title, .ui.accordion .title {
    border: 0 !important;
}

.ui.styled.accordion .accordion .title, .ui.styled.accordion .title,
.ui.styled.accordion .active.title {
    color: #6a6a6a;
    margin-bottom: 2px;
}

.ui.accordion .accordion .active.content, .ui.accordion .active.content {
    margin-bottom: 2px !important;
}

.accordion .title.active {
    margin-bottom: 0 !important;
}




/* media queries */

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

    .logo img {
        padding: 20px;
        max-width: 200px;
        padding-right: 5px;
    }


    .main {
        padding: 0 20px;
    }

    .contact {
        padding:  0;
        border: 0;
    }
    .contact .left {
        max-width: 100%;
        float: none;
    }

    .contact .apply-btn {
        margin: 40px auto;
        width: 100%;
    }

    .contact .right {
        float: none;
        text-align: center;
        margin-top: 0;
    }

    .workplace, .video {
        width: 100%;
        float: none;
        margin-right: 0;
        height: unset;
    }

    .all-jobs-btn {
        width: 100%;
        max-width: 350px;
    }

    footer .apply-btn {
        margin-left: 20px;
        width: 160px;
    }

    .share {
        margin-right: 20px;
    }
    .ui.tabular.menu .item {
        width: 100% !important;
        overflow: hidden;
    }

    .sticky-title {
        display: none
    }

    .about p {
        max-width: 100%;
    }

    .reward {
        right: unset;
        position: unset;
        margin-top: 0;
    }
    img.reward {
        max-width: 83px;
    }

    .print.icon {
        display: none;
    }

    .benefits.desktop {
        display: none;
    }
    .benefits.mobile {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    footer .apply-btn {
        width: 120px;
    }
}


/* semantic override */

.ui.attached.tabular.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ui.tabular.menu .item {
    width: 25%;
    background: #EBF2D9;
    border: 0 !important;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    height: 60px;
    line-height: 1.5;
    color: #6a6a6a !important;
    font-size: 14px;
}

.ui.tabular.menu .active.item, .ui.segment[class*="bottom attached"], .ui.top.attached.menu>.item:first-child {
    border-radius: 0 !important;
}

.ui.tabular.menu .item:hover {
    background-color: #D1DCBC;
}

.ui.segment[class*="bottom attached"], .ui.tabular.menu {
    border: 0 !important;
}

.ui.tabular.menu .active.item, .ui.segment[class*="bottom attached"] {
    background: #D1DCBC;
    -webkit-box-shadow:inset 0 0 0 2px #fff;
    -moz-box-shadow:inset 0 0 0 2px #fff;
    box-shadow:inset 0 0 0 2px #fff;
}

.ui.menu {
    font-family: 'zin_sans light', sans-serif !important;
}

.ui.menu .item>img:not(.ui) {
    width: 70px;
}

ul ul {
    margin-left: -40px;
}

ul b {
    margin-left: -18px;
}
/* User Centrics */
.uc-embedding-container {
    min-height: 270px !important;
}
