﻿*:not(svg):not(h1):not(h2):not(h3):not(h4):not(h5):not(p):not(a):not(span)
{
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/*Default Elements*/

.hidden
{
    display:none!important;
}

.ntx-legacy-col.full-height
{
    height: auto!important;
}

.ntx-legacy-col.full-width
{
    width: 100%;
}

.ntx-legacy-col.half-width {
    width: 50%;
}

.ntx-legacy-col.quarter {
    width: 25%;
}

.ntx-legacy-col.three-quarter {
    width: 75%;
}

.ntx-legacy-col.one-third {
    width: 33.33%;
}

.ntx-legacy-col.two-thirds {
    width: 66.66%;
}

.ntx-legacy-col p img
{
    max-width:100%;
    display:block;
}

.ntx-legacy-col p img[alt*="center-image"]
{
    margin:0 auto;
}

.content
{
    position:relative;
    z-index:1;
}

.header .header-logo
{
    position:static;
    display:block;
    height:auto;
}

main
{
    display:block;
}

.ntx-legacy-row,
.ntx-legacy-row .col-container,
#divLogo,
#divLogo #divNav,
#divNav #onboardingNav,
#divLogo #divHeader
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}

.ntx-legacy-row.ui-sortable,
.ntx-legacy-row.ui-sortable *,
.ntx-legacy-row.ui-sortable .ui-sortable-handle
{
    -ms-touch-action: auto;
    touch-action:auto;
}

table.ntx-table
{
    width:100%;
    table-layout:fixed;
}

table.ntx-table *
{
    vertical-align:middle;
}

.text-uppercase
{
    text-transform:uppercase;
}

.text-align-left
{
    text-align:left;
}

.text-align-center
{
    text-align:center;
}

.text-align-right
{
    text-align:right;
}

/*Default Elements*/


/*Default Google Translate Button*/

button.button.google-translate
{
    background-color:#518EF8;
    padding:15px;
}

button.button.google-translate:hover
{
    background-color:#3471dc;
}

button.button.google-translate .ntx-legacy-shadow
{
    fill:#3A5BBC;
}

button.button.google-translate .right-bckg
{
    fill:#E6E6E6;
}

button.button.google-translate .translated-text
{
    fill:#808080;
}

button.button.google-translate .right-bckg
{
    fill:#ffffff;
}

/*Default Google Translate Button*/


/*Default Google Translate Dialog*/

#google_translate_element div[style*="display: inline"],
#google_translate_element span[style*="white-space:nowrap"]
{
    display:block!important;
}

#google_translate_element div[style*="display: inline"] select
{
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    padding: 15px 40px 15px 15px;
    background-color: rgb(255, 255, 255);
    margin:0 0 10px 0;
    background-image: url(../../img/icons/5e5e5e/Arrow-Down.svg);
    background-size:20px 20px;
    background-position:top 50% right 12.5px;
}

.goog-te-gadget
{
    text-align:center;
}

/*Default Google Translate Dialog*/


/*Deafult Footer Elements*/

body .footer,
body .footer-text
{
    position:static;
    top:0;
    height:auto;
    padding:0;
    display:block;
}

footer a.has-icon[href*="facebook"],
footer a.has-icon[href*="twitter"],
footer a.has-icon[href*="linkedin"],
footer a.has-icon[href*="instagram"]
{
    text-indent:-9999px;
    width:50px;
    height:50px;
    border-radius:100%;
    display:inline-block;
    position:relative;
}

footer a.has-icon
{
    margin-left:5px;
    margin-right:5px;
}

footer a.has-icon:first-of-type
{
    margin-left:0;
}

footer a.has-icon:last-of-type
{
    margin-right:0;
}

footer a.has-icon[href*="facebook"]
{
    background-color:#4169AF;
}

footer a.has-icon[href*="instagram"]
{
    background-color:#d12798;
}

footer a.has-icon[href*="linkedin"]
{
    background-color:#0079B3;
}

footer a.has-icon[href*="twitter"]
{
    background-color:#00A3F0;
}

footer a.has-icon[href*="facebook"]:before,
footer a.has-icon[href*="twitter"]:before,
footer a.has-icon[href*="linkedin"]:before,
footer a.has-icon[href*="instagram"]:before
{
    content:'';
    position:absolute;
    top:12.5%;
    left:12.5%;
    width:75%;
    height:75%;
    background-size:75% 75%;
    background-position:50% 50%;
}

footer a.has-icon[href*="facebook"]:before
{
    background-image:url(../../img/icons/ffffff/facebook-icon.svg);
}

footer a.has-icon[href*="instagram"]:before
{
    background-image:url(../../img/icons/ffffff/instagram-icon.svg);
}

footer a.has-icon[href*="linkedin"]:before
{
    background-image:url(../../img/icons/ffffff/linkedin-icon.svg);
}

footer a.has-icon[href*="twitter"]:before
{
    background-image:url(../../img/icons/ffffff/twitter-icon.svg);
}

/*Deafult Footer Elements*/


/*Default Vacancy Search Elements*/

.vacancy-search select,
.vacancy-search input[type=text]
{
    padding: 1rem 2rem;
    border: 1px solid rgba(0,0,0,0.3);
    margin-bottom: 1rem;
    width: 100%;
}

.vacancy-search select
{
    padding-right: 40px;
    background-image: url(../../img/icons/5e5e5e/Arrow-Down.svg);
    background-size: 20px 20px;
    background-position: top 50% right 10px;
}

/*Default Vacancy Search Elements*/


/*Default Navigation Elements*/

#onboardingNav .login-link {
    background-color: transparent;
    font-family: Arial;
    font-size: 17px;
    color: #888888;
}

nav button 
{
    cursor:pointer;
}

.mobile-nav-toggle {
    display: none;
    width:30px;
    height:30px;
    background-color:transparent;
}

.mobile-nav-toggle svg
{
    width:100%;
    height:100%;
    display:block;
}

.mobile-nav-overlay
{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:998;
    display:none;
    opacity:0;
    visibility:hidden;
    -moz-animation: fadeEffect 0.5s;
    -webkit-animation: fadeEffect 0.5s;
    animation: fadeEffect 0.5s;
    background-color:rgba(40, 40, 40, 0.25);
}

#divLogo button.mobile
{
    display:none;
}

#divLogo #divNav button:first-of-type{
    display: none;
}

#divNav #onboardingNav
{
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#divLogo #divHeader {
    width:100%;
}

/*Default Navigation Elements*/


/*Default Media Queries 860*/

@media only screen and (max-width: 860px)
{
    body .ntx-legacy-col,
    body .ntx-legacy-col.half-width,
    body .ntx-legacy-col.one-third,
    body .ntx-legacy-col.two-thirds,
    body .ntx-legacy-col.quarter,
    body .ntx-legacy-col.three-quarter
    {
        width:100%;
    }

    .ntx-legacy-row .ntx-legacy-col
    {
        margin-left:0!important;
        margin-right:0!important;
    }

    button.button.google-translate
    {
        width:50px;
        height:50px;
        padding:10px;
        right:5px;
        bottom:5px;
        z-index:1;
    }

    .ntx-legacy-col img
    {
        max-width:100%;
        object-fit:cover;
        object-position:center;
        height:auto!important;
    }

    .banner-row .ntx-legacy-col img
    {
        width: 100%!important;
        height: 100%!important;
    }

    #divNav.ntx-legacy-active nav#onboardingNav
    {
        left:0;
    }

    #divNav.ntx-legacy-active + .mobile-nav-overlay {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-toggle
    {
        display:block;
    }

    nav#onboardingNav
    {
        width:95%;
        max-width:300px;
        position:fixed;
        top:0;
        left:-300px;
        z-index:999;
        background-color:#ffffff;
        height:100%;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack:start;
        -moz-box-pack:start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding: 20px 10px;
    }

    .ntx-legacy-row,
    .ntx-legacy-row .col-container
    {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        width:100%;
    }

    nav button.dropbtn {
        display: block;
        width: 100%;
        margin: 0;
        text-align: left;
        padding: 20px;
    }
}

/*Default Media Queries 860*/

/*Default Results Icons*/
.vacancy-search-result-item .has-icon.expiry:before {
    background-image: none;
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    content: "\f073";
    font-size: 25px;
}

.vacancy-search-result-item .has-icon.salary:before {
    background-image: none;
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    content: "\f51e";
    font-size: 25px;
}

.vacancy-search-result-item .has-icon.location:before {
    background-image: none;
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    content: "\f3c5";
    font-size: 25px;
}
/*Default Results Icons*/
