@font-face{
    font-family:"Futura";
    src: url("/dist/fonts/1475802/a3756428-debf-4a86-aed0-a834a3df9bd7.eot?#iefix");
    src: url("/dist/fonts/1475802/a3756428-debf-4a86-aed0-a834a3df9bd7.eot?#iefix") format("eot"),
        url("/dist/fonts/1475802/5f081b13-e570-4277-9283-091a6f6cab04.woff2") format("woff2"),
        url("/dist/fonts/1475802/588b3f3a-c193-4962-8e01-d4caef90f58b.woff") format("woff"),
        url("/dist/fonts/1475802/cdced636-4488-4c04-809c-e6e1379600ec.ttf") format("truetype");
}
@font-face{
    font-family:"Futura";
    font-weight: bold;
    src:url("/dist/fonts/1475826/700bd18e-d9e0-45c5-93e2-7c930608c50e.eot?#iefix");
    src:url("/dist/fonts/1475826/700bd18e-d9e0-45c5-93e2-7c930608c50e.eot?#iefix") format("eot"),
        url("/dist/fonts/1475826/12dbb46a-1b0b-40ee-80a6-4141c349b55f.woff2") format("woff2"),
        url("/dist/fonts/1475826/2abd55ef-07d0-473e-80e1-0e4066cd01fa.woff") format("woff"),
        url("/dist/fonts/1475826/c4fa8988-43d1-4a01-96e4-36c5c5a121c9.ttf") format("truetype");
}

/* setup */
html, body {
    padding: 0;
    margin: 0;
    font-family: 'Futura', sans-serif;
    font-size: 15px;
    line-height: 1.6rem;
}
.wrapper {
    max-width: 1180px;
    margin: 0 auto;
}
.wrapper.slim {
    max-width: 780px;
}
.row {
    margin-right: 0;
    margin-left: 0;
    position: relative;
}
.row > .col,
.row > [class*="col-"] {
      padding-right: 10px;
      padding-left: 10px;
}
img:not(#logo) {
    width: 100%;
    height: auto;
}
h2 {
    font-size: 3.333rem;
    font-weight: bold;
    margin-bottom: 1.27rem;
}
h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
h4 {
    font-size: 1.067rem;
    line-height: 2rem;
}
p {
    margin-bottom: 1.6rem;
}
p.big {
    font-size: 1.5rem;
    line-height: 2rem;
}
a, a:hover, a:visited, a:active {
    text-decoration: none;
    color: inherit;
}
/* end setup */

img#logo {
    padding: 3rem 0;
    padding-bottom: 4rem;
}
.highlight {
    color: #e20000;
}
#box {
    box-shadow: 0 0.4rem 2rem 0.133rem rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 5.3rem 6.66rem;
    margin-right: -6.7rem;
    position: relative;
    z-index: 100;
}
ul#techs  {
    padding: 0;
    padding-top: 1rem;
    padding-left: 1rem;
    list-style: none;
    margin: 0;
}
ul#techs li {
    font-weight: 700;
    font-size: 1.067rem;
    padding-bottom: 1rem;
    position: relative;
}
ul#techs li:last-child {
    padding-bottom: 0;
}
ul#techs li:before {
    color: #ca0000;
    content: "\2022";
    display: inline-block;
    position: absolute;
    left: -1rem;
}
ul#techs li .item-desc {
    font-weight: 300;
    color: #666666;
    font-size: .9rem;
}
main {
    margin-top: 8rem;
}
.message-strip {
    margin-top: -4rem;
    padding: 13.33rem 0;
    padding-top: 17.33rem;
}
.message-strip h2 {
    margin: 0;
}
.message-strip.highlight {
    background-color: #ca0000;
    color: #fff;
}
.button {
    padding: 1rem 3rem;
    text-transform: uppercase;
    font-size: 1.067rem;
    font-weight: bold;
    color: #000;
    border: 3px solid #000;

    transition: background-color .5s, color .5s;
}
.button:hover {
    color: #fff;
    background-color: #000;

    transition: background-color .5s, color .5s;
}
#send-cv {
    display: inline-block;
    margin-top: 3rem;
}
#footer-lists {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
#footer-lists ul.footer-links {
    list-style: none;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-family: 'Futura';
}
#footer-lists ul.footer-links li {
    display: inline-block;
    padding-right: 1rem;
}
@media (min-width: 991px) {
    .footer-links .location br {
        display: none;
    }
}
#footer-lists ul.footer-links li:last-child {
    padding-right: 0;
}
#styria-disclaimer {
    margin: 5.3rem 0;
}
#legal {
    background-color: #f7f6f5;
    padding: 4.8rem;
    font-size: 1rem;
    line-height: 1.733rem;
}
#legal p {
    margin: 0;
}
.static-text-type-1 {
    padding: 10px 10px 80px;
}

/* Job list */
.job-list {
    box-shadow: 0 0.4rem 2rem 0.133rem rgba(0, 0, 0, 0.2);
    list-style: none; padding: 0; margin: 40px -20px 0;
}

.job-list-item {
    margin: 0 20px;
    border-top: 1px solid #e5e5e5;
}

.job-list-item:first-child {
    border-top: 0;
}

.job-list-link {
    font-size: 14px;
    display: block;
    padding: 20px 20px 20px 0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    background: transparent url("/dist/img/arrow-right.svg") no-repeat center right;
    transition: color 0.2s;
}

.job-list-link:hover {
    color: #e20000;
}

@media (min-width: 575px) {

    .job-list {
        margin: 70px 0 0;
    }

    .job-list-item {
        margin: 0 40px;
    }

    .job-list-link {
        font-size: 16px;
        padding: 30px 30px 30px 0;
    }
}

/* media queries */
/* lg */
@media (max-width: 1199px) {

    .static-text-type-1 {
        padding: 20px 20px 40px;
    }

    #box {
        margin-right: 0;
        padding: 3rem;
        margin-bottom: 20px;
    }

    .row > .col,
    .row > [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }

    main {
        margin-top: 20px;
    }

    img#logo {
        padding: 20px 0;
    }

    #legal {
        padding: 2rem 0;
    }
}

/* md */
@media (max-width: 991px) {
    #footer-lists ul.footer-links {
        list-style: none;
        font-size: 0.8rem;
        font-weight: bold;
        padding: 0;
        margin: 0;
        font-family: 'Futura';
    }
    #footer-lists ul.footer-links li {
        display: block;
        padding-right: 1rem;
    }

    .message-strip {
        margin: 20px 20px;
        padding: 5.33rem 0;
    }

    #footer-lists ul.footer-links .separator {
        padding: .5rem 0;
    }
}

/* xs */
@media (max-width: 575px) {
    html, body {
        font-size: 12px;
    }

    h2 {
        font-size: 2.333rem;
    }

    img#logo {
        width: 120px;
    }
}

/* end media queries */
