body {
    font-family: 'Frutiger-Roman', sans-serif;
    font-size: 17px;
    line-height: 26px;
    background: #fff;
    color: #6C6C6C;
    width: 1px;
    min-width: 100%;
}

#wrapper {
    padding-top: 70px;
    max-width: 1100px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

#logo {
    margin-left: 82px;
    margin-top: 27px;
    margin-bottom: -5px;
}
#logo img {
    max-width: 200px;
}

b, strong {
    font-family: 'Frutiger-Bold', sans-serif;
}
img {
    width: 100%;
    height: auto;
}
.ui.grid {
    margin: 0;
}
/**
 * Smooth loading
 */
.smooth-loading {
    display: none;
    transition-property: opacity;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

/**
 * Header.
 */
#header {
    position: fixed;
    top: 0;
    height: 90px;
    background: #fff;
    z-index: 1500;
    width: 100%;
    max-width: 1100px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#header-image img {
    width: 100%;
    height: auto;
}

/**
 * Content.
 */
#google-maps iframe {
    width: 100%;
    height: auto;
    min-height: 400px;
}
.grey-bg {
    background-color: #ececea;
}
#intro {
    padding-bottom: 30px;
}
h3 {
    font-size: 20px;
    font-family: 'Frutiger-Bold', sans-serif;
    margin-bottom: 10px;
}
#title {
    font-family: 'Frutiger-Bold', sans-serif;
    color: #181818;
    font-size: 35px;
    line-height: 42px;
    margin: 10px 0 50px;
}

#content, #place-of-work, #contact, #similar-jobs {
    padding: 30px 80px;
    overflow: hidden;
}
#video {
    padding: 0 80px 30px;
}

#content ul {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 1em;
}

#content a {
    color: #000;
}
#tasks, #skills {
    margin-bottom: 30px;
}
#perspektive, #sogehtsweiter {
    margin-top: 40px;
}
#award {
    margin-top:30px;
}
#award img {
 max-width: 180px;
}
#contact-txt {
    position: relative;
}
#contact-btn {
    position: relative;
    top: 30px;
    padding-bottom: 30px;
}
.eight.wide.column .apply.button{
    width: 255px;
    height: 50px;
    text-align: left;
}

/* Benefits */
#benefits {
    padding: 60px 80px;
}
.card {
    border:none;
}
.card-container {
    width: calc(100% / 3 - 5px);
    display: inline-block;
}
.card--hover {
    position: absolute;
    width: 250px;
    height: 120px;
    top: -130px;
    left: 30px;
    z-index: 1000;
}
.card-container .card {
    text-align: center;
    position: relative;
}
.card--display img {
    width: 120px;
    height: auto;
}
.card-container .card {
    width: 100%;
    text-decoration: none;
    display: block;
    transition: 0.25s ease;
}
.card-container .card:hover .card--hover {
    display: block;
    background-color: #D7DAE9;
    /*background-image: url("../images/svg/bg-hover.svg");
    background-size: 130px 100px;*/
    background-repeat: no-repeat;
    border-radius: 3px;
}
.indicator {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #D7DAE9;
    position: absolute;
    left: 50%;
    bottom: -5px;
}
.card-container .card .card--hover {
    display: none;
}
.card-container .card .card--hover span {
    margin: 0 0 10px;
    text-align: left;
    font-family: 'Frutiger-Bold', sans-serif;
    display: block;
}
.card-container .card .card--hover p {
    font-family: 'Frutiger-Roman', sans-serif;
    font-weight: normal;
    color: rgba(0,0,0,0.7);
    line-height: 1.3;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
/**
 * Slideshow.
 */
[class*="slideshow"] {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    outline: none;
}
[class*="slideshow"] img {
    display:none;
}
.image_wrapper .text_content {
    position: absolute;
    top: 31%;
    padding: 20px 95px;
    color: #6C6C68;
    font-family: 'Frutiger-Bold', sans-serif;
    opacity: 1;
    font-size: 24px;
    line-height: 32px;
}

.text_content * {
    margin: .1em 0;
}

/**
 * Jobs.
 */
#similar-jobs {
    margin-bottom: 30px;
    margin-top: 10px;
}

.job {
    position: relative;
    background: #fff;
    box-shadow: rgba(0,0,0,0.12) 1px 1px 3px;
    display: block;
    float: left;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Frutiger-Roman', sans-serif;
    height: 200px;
    width: calc(100% / 3 - 15px);
    padding: 17px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.job:last-child {
    margin-right: 0;
}

.job:hover {
    box-shadow: rgba(0,0,0,0.4) 1px 1px 3px;
}

.job h3.job-title {
    font-family: 'Frutiger-Roman', sans-serif;
    font-weight: lighter;
    font-size: 19px;
    line-height: 25px;
    color: #181818;
    padding: 0;
    margin: 10px 0;
}

.job .job-content {
    color: #958E89;
    font-size: 13px;
    padding: 0;
    font-family: 'Frutiger-Bold', sans-serif;
}

.job .job-meta {
    position: absolute;
    bottom: 20px;
    color: #2a619c;
}

.job .job-meta span {
    display: block;
}
.arrow-more {
    color: #fff;
    background-color: #93A5B9;
    padding: 3px 10px 3px 25px;
    border-radius: 3px;
}
#job-more {
    text-align: right;
    padding-top: 20px;
    clear: both;
}
#job-more .apply.button {
    color: #6c6c6c;
    background: #ececea;
    border-radius: 3px;
}
#job-more .apply.button i.fas.fa-chevron-right {
    font-size: 13px;
    padding-left: 50px;
}
#job-more .apply.button:hover {
    color: #fff;
    background: #000;
    background-image: none !important;
}
/**
 * Footer
 */
#footer {
    position: fixed;
    bottom: 0;
    max-width: 1100px;
    z-index: 1400;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

#share-text {
    display: inline-block;
    padding-right: 10px;
}
#footer .left {
    height: 50px;
}

#footer .right {
    float: right;
    width: 255px;
    height: 50px;
    border-left: 4px solid #fff;
    text-align: left;
}

#social-icons {
    background: #ececea;
    padding: 10px 74px;
    height: 50px;
    overflow: hidden;
}
#social-icons img {
    width: 30px;
    height: 30px;
}
#social-icons a {
    margin-right: 10px;
}
.apply.button {
    font-family: 'Frutiger-Bold', sans-serif;
    background: #C35425;
    border-radius: 3px;
    color: #fff;
    font-size: 17px !important;
    line-height: 22px !important;
    background-image: url("../images/icons/briefcase.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 200px 12px;
}

.apply.button:hover {
    background: #000 !important;
    color: #fff;
    background-image: url("../images/icons/briefcase.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 25px 25px !important;
    background-position: 190px 12px !important;
}
.whatsapp {
    display: none;
}

#pdf-url {
    color: #6C6C6C;
    text-decoration: underline;
}
#pdf-url:hover {
    color: #6C6C6C;
    text-decoration: none;
}

/* Media Queries */
@media screen and (max-width: 920px) {
    .card--hover {
        left: -10px;
    }
    .job  {
        height: 270px;
    }
}
@media screen and (max-width: 767px) {
    #wrapper {
        padding-top: 60px;
    }
    #share-text {
        display: none;
    }
    .whatsapp {
    display: inline-block;
    }
    #content, #video, #place-of-work, #contact, #similar-jobs, #benefits {
        padding: 30px;
    }
    #header {
        height: 60px;
    }
    #title {
        font-size: 26px;
        line-height: 32px
    }
    #logo {
        margin-left: 30px;
        margin-top: 10px;
    }
    .job {
        width: 100%;
        height: 180px;
    }
    .card-container {
        width: 100%;
        margin: 10px 0 20px;
        padding: 0 50px;
    }
    .card--display img {
        width: 150px;
        height: auto;
    }
    .card--hover {
        left: 0;
        width: 100%;
    }
    [class*="slideshow"] {
        height: 350px;
    }

    #social-icons {
        padding: 10px 10px 10px 30px;
    }
    .image_wrapper .text_content {
        font-size: 16px;
        line-height: 20px;
        top: 10%;
        padding: 40px;
    }
    #google-maps iframe {
        min-height: 250px;
    }
}

@media screen and (max-width: 540px) {
    #content, #video, #place-of-work, #contact, #similar-jobs, #benefits {
        padding: 10px;
    }
    .ui.grid>*, .ui.grid>.column:not(.row), .ui.grid>.row>.column {
        padding: 1rem 0;
    }
    #logo {
        margin-left: 10px;
    }
    .ui.grid>[class*="eight wide"].column {
        width: 100% !important;
    }
    .left.desktop {
        display: none;
    }
    .left.mobile {
        display: block;
        text-align: center;
        padding-bottom: 50px;
    }
    #share-text {
        display: block;
        margin-bottom: 10px;
    }
    #social-icons {
        height: 90px;
    }
    #footer {
        background: #ececea;
    }
    #footer .right {
        text-align: center;
    }
    .apply.button, .apply.button:hover {
        background-image: none;
    }
    #footer .right, #footer .left {
        width: 100%;
        float: none;
        border-left: none;
    }
    .eight.wide.column .apply.button {
        text-align: center;
    }
    .ui[class*="right floated"].button {
        margin-left: 0;
    }
    .card--display img {
        width: 90px;
        height: auto;
    }
}
