@font-face
{
    font-family: 'voestalpine';
    font-weight: 200;
    font-style: normal;

    src: url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Ultralight-WebS.eot');
    src: url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Ultralight-WebS.eot?#iefix') format('embedded-opentype'), url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Ultralight-WebS.woff') format('woff'), url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Ultralight-WebS.ttf') format('truetype'), url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Ultralight-WebS.svg#SourceSansPro') format('svg');
}

@font-face
{
    font-family: 'voestalpine';
    font-weight: 300;
    font-style: normal;

    src: url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Light-WebS.eot');
    src: url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Light-WebS.eot?#iefix') format('embedded-opentype'), url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Light-WebS.woff') format('woff'), url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Light-WebS.ttf') format('truetype'), url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Light-WebS.svg#SourceSansPro') format('svg');
}

@font-face
{
    font-family: 'voestalpine';
    font-weight: 400;
    font-style: normal;

    src: url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Regular-WebS.eot');
    src: url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Regular-WebS.eot?#iefix') format('embedded-opentype'), url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Regular-WebS.woff') format('woff'), url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Regular-WebS.ttf') format('truetype'), url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Regular-WebS.svg#SourceSansPro') format('svg');
}

@font-face
{
    font-family: 'voestalpine';
    font-weight: 500;
    font-style: normal;

    src: url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Medium-WebS.eot');
    src: url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Medium-WebS.eot?#iefix') format('embedded-opentype'), url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Medium-WebS.woff') format('woff'), url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Medium-WebS.ttf') format('truetype'), url('https://www.voestalpine.com/group/homeresources/public/fonts/voestalpine-Medium-WebS.svg#SourceSansPro') format('svg');
}

body
{
    font: 100% 'voestalpine', sans-serif;
    font-weight: 300;

    margin: 0;
    padding: 0;

    background: #c8e1f0;
}

h1
{
    font-size: 1.625rem;
    font-weight: 300;

    margin: 0 0 1.25rem 0;
}

h2
{
    font-size: 1.25rem;
    font-weight: 300;

    margin: .75rem 0;
}

p
{
    margin: 0 0 1.25rem 0;
}

.anchor
{
    position: absolute;
    top: -1rem;
}

.btn
{
    position: relative;

    display: inline-block;

    padding: .625rem;

    text-decoration: none;

    color: #fff;
    border-radius: 3px;
    background: #0082b4;
}

.btn strong
{
    font-weight: 400;
}

.btn-next
{
    padding-right: 2rem;
}

.btn-next::after
{
    position: absolute;
    top: 50%;
    right: .5rem;

    width: 16px;
    height: 18px;

    content: '';
    transform: translateY(-50%);

    background-image: url('../../../homeresources/public/images/home/sprites@2x.png');
    background-position: -450px -1550px;
    background-size: 500px 2000px;
}

#wrapper
{
    overflow: hidden;

    padding: 1.25rem;
}

#jobs
{
    overflow: auto;
}

#job-filter
{
    margin: -2rem 0 0 -2rem;
}

#job-filter > div
{
    position: relative;

    flex: 1;

    margin: 2rem 0 0 2rem;
}

.list-item
{
    position: relative;

    padding: .2rem 1rem;

    cursor: pointer;
}

.list-item::before,
.list-item::after
{
    position: absolute;
    top: 50%;
    right: 0;
    right: 1rem;

    display: none;

    width: 3px;
    height: 13px;

    content: '';
    transform-origin: 1.5px 0;

    background: currentColor;
}

.list-item:hover::before,
.list-item:hover::after
{
    color: #82c0da;
}

.list-item::before
{
    transform: rotate(45deg) translateY(-50%);
}

.list-item::after
{
    transform: rotate(-45deg) translateY(-50%);
}

.list-item > span
{
    color: #0082b4;
}

.list-item > span::before
{
    position: absolute;
    top: .8125rem;
    left: .25rem;

    width: .4rem;
    height: .4rem;

    content: '';
    transform: rotate(45deg) translate(-50%);

    border: 2px solid;
    border-bottom: none;
    border-left: none;
}

.selected .list-item
{
    padding-right: 2rem;

    color: #fff;
    background: #0082b4;
}

.selected .list-item > span
{
    color: inherit;
}

.selected .list-item::before,
.selected .list-item::after
{
    display: block;
}

.country-short
{
    text-transform: uppercase;
}

.country-full
{
    display: none;
}

#job-button
{
    margin-top: 2rem;
}

.truncate .list-item.truncated
{
    display: none;
}

.show-all-button
{
    position: relative;

    display: none;

    margin-top: .5rem;
    padding: .2rem .5rem .2rem 1.5rem;

    cursor: pointer;

    color: #0082b4;
    border: 1px solid #0082b4;
    border-radius: 3px;
    background: #fff;
}

.show-all-button::before
{
    position: absolute;
    top: .625rem;
    left: .25rem;

    width: .4rem;
    height: .4rem;

    content: '';
    transform: rotate(135deg) translate(-50%);

    border: 2px solid;
    border-bottom: none;
    border-left: none;
}

.truncate + .show-all-button
{
    display: inline-block;
}

@media (min-width: 633px)
{
    .anchor
    {
        display: none;
    }

    #job-filter
    {
        display: flex;
    }

    .job-col
    {
        overflow-y: scroll;

        height: 10rem;
    }

    .country-full
    {
        display: inline;
    }

    .country-short
    {
        display: none;
    }

    .show-all-button.show-all-button
    {
        display: none;
    }

    .list-item.list-item.truncated
    {
        display: block;
    }
}
