
@font-face {
font-family: 'Myriad Pro';
font-style: normal;
font-weight: 400;
src: local('Myriad Pro Regular'), url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro';
font-style: normal;
font-weight: 300;
src: local('Myriad Pro Light'), url('fonts/MyriadPro-Light.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro';
font-style: normal;
font-weight: 600;
src: local('Myriad Pro Semibold'), url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
font-family: 'Myriad Pro';
font-style: normal;
font-weight: 700;
src: local('Myriad Pro Bold'), url('fonts/MYRIADPRO-BOLD.woff') format('woff');
}


/*Karriere Tool*/

.softgarden-search input.uk-input,
.softgarden-search select{
    background: #fff !important;
    color: #000 !important;
    padding: 15px;
    height: 50px !important;
}

.softgarden-search .uk-button-primary,
.softgarden-search .uk-button-secondary{
    background: #F18A00 !important;
    color:  #fff !important;
}

.softgarden-search .uk-button{
    height: 50px !important;
}

.softgarden-result .uk-table tbody tr{
    background: #EFEFEF;
    border-bottom: 10px solid #fff;
}

.softgarden-result .uk-table{
    border-collapse:separate;
    border-spacing:0 10px;
}

.softgarden-result .uk-table tbody tr td:first-child {
    border-left: 10px solid #F18A00 !important;
}

.softgarden-result .uk-table a {
    margin-left: 10px;
    color: #F18A00 !important;
    font-weight: bold;
    display: block;
}

 .softgarden-result .uk-table tbody tr td:not(:first-child) {
    border-left: none !important;
}

@media(max-width:960px){
    .softgarden-result .uk-table tbody tr td:not(:first-child) {
        border-left: 10px solid #F18A00 !important;
    }
    .softgarden-result .uk-table a {
        margin-left: 0;
    }
}
