/* CSS */

body {
    margin: 0 auto;
    padding: 0;
    color: #005CA9;
    font-family: 'DIN Next LT W01 Light', sans-serif;
    font-size: 16px;
    line-height: 20px;
}


#wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}

img {
     width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5 {
    font-family: 'DIN Next LT W01 Medium', sans-serif;
    font-weight: normal;
}

h1{
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px !important;
    color: #242424;
    padding: 0 30px;
}

a, a:link, a:active, a:visited {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

/* Form */

form {
    margin: 20px 0;
}
.ui.grid.form {
    margin:0;
}

.ui.form input[type="text"], .ui.form input[type=text] {
    font-family: 'DIN Next LT W01 Light Italic', sans-serif;
    color: #3684BD !important;
    padding: 5px 20px;
}
.ui.form input[type=text]::placeholder {
    color: #3684BD !important;
}

.ui.label {
    background-color: #fff;
}
.ui.label:hover {
    background-color: #f7f7f7 !important;
}
.ui.form .fields {
    margin: 0 0 20px;
}
.ui.form .fields>.field:first-of-type {
    padding-left: 0;
}
.ui.form .fields>.field:last-of-type {
    padding-right: 0;
}
.ui.search, input.searchfield  {
    border-bottom: 1px solid #3684BD;
}
.ui.search::before {
    content: "";
    background-image: url("../images/Lupe.svg") !important;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 10px;
}
.ui.selection.dropdown {
    border: 1px solid #3684BD !important;
    border-radius: 0;
    color: #005CA9;
    font-family: 'DIN Next LT W01 Light', sans-serif;
    font-size: 15px;
    width: 100%;
    min-width: 0;
    border-left: none !important;
    line-height: 17px;
}
#filter-1::before {
    content: "";
    background-image: url("../images/Koffer.svg") !important;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 100;
    left: 15px;
    top: 10px;
}
#filter-2::before {
    content: "";
    background-image: url("../images/Prozent.svg") !important;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 100;
    left: 15px;
    top: 10px;
}
.ui.form .field>.selection.dropdown>.dropdown.icon {
    line-height: 1.6em;
}
.ui.selection.dropdown:focus, .ui.selection.dropdown.active.visible {
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #3684BD !important;
}
.ui.selection.active.dropdown .menu {
    border: 1px solid #3684BD !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text {
    color: #005CA9;
    font-family: 'DIN Next LT W01 Light', sans-serif;
}

.ui.dropdown .menu>.item:hover {
    background: #efefef;
}

/* Suchmaske u. Resultat */
input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 0;
}
input.searchfield, .ui.form input[type=text]{
    border: none;
    cursor: text;
    font-size: 15px;
    line-height: 21px;
}
input:focus, textarea:focus, select:focus{
    outline: none;
}
/**
 * Multiselect.
 */
.five.wide.computer.column.five.wide.tablet.column.sixteen.wide.mobile.column {
    width: calc(100% / 3) !important;
}
.ui-multiselect {
    text-align: left;
    padding: 5px 25px;
    background: #fff;
    cursor: pointer;
    font-style: normal;
    overflow: hidden;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #3684BD;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    font-family: 'DIN Next LT W01 Light', sans-serif;
}

.ui-multiselect span {
    color: #3684BD;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'DIN Next LT W01 Light Italic', sans-serif;
}

.ui-multiselect i.fa-icon {
    color: #005CA9 ;
    top: 10px;
}

.ui-multiselect:focus,
.ui-multiselect:hover {
    outline: 0;
}

.ui-state-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute;
    top: auto;
    left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px;
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 0 0 0 4px;
}

.ui-multiselect-header ul {
    font-size: 1em;
}

.ui-multiselect-header ul li {
    float: left;
    padding: 0 10px 0 0;
    display: none;
}

.ui-multiselect-header a {
    text-decoration: none;
}

.ui-multiselect-header a:hover {
    text-decoration: underline;
}

.ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0;
    display: block;
}

.ui-multiselect-menu {
    display: none;
    position: absolute;
    z-index: 10000;
    text-align: left;
    background: #fff;
    border: 1px solid #3684BD;
    border-top: 0;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-multiselect-checkboxes {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    height: inherit !important;
    max-height: 400px !important;
}

.ui-multiselect-checkboxes label {
    cursor: pointer;
    display: block;
    border: 1px solid transparent;
    padding: 3px 1px;
}

.ui-multiselect-checkboxes label input {
    display: none;
}

.ui-multiselect-checkboxes li {
    clear: both;
    font-size: 0.9em;
    padding: 5px 0 3px 11px;
    border-bottom: 1px solid #3684BD;
}

.ui-multiselect-checkboxes li:last-child {
    border-bottom: 0;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-family: 'DIN Next LT W01 Medium', sans-serif;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display: block;
    padding: 3px;
    margin: 1px 0;
    text-decoration: none;
}

.ui-corner-all li:first-child,
.ui-multiselect-disabled,
.ui-widget-header.ui-corner-all.ui-multiselect-header.ui-helper-clearfix {
    display: none !important;
}

.ui-corner-all input[type='checkbox']:not(:checked),
.ui-corner-all input[type='checkbox']:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.ui-corner-all input[type='checkbox'] + span {
    line-height: 19px;
    letter-spacing: -.1px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #005CA9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ui-corner-all input[type='checkbox'] + span::before,
.ui-corner-all input[type='checkbox'] + span::after {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 0;
    content: '';
}

.ui-corner-all input[type='checkbox'] + span::before {
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #005CA9;
    width: 19px;
    height: 19px;
}

.ui-corner-all input[type='checkbox'] + span::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 22px;
    color: #005CA9;
    font-size: 18px;
    content: "-";
    background: #005CA9;
}

.ui-corner-all input[type='checkbox']:hover + span::before {
    border: 2px solid #005CA9;
}

.ui-state-hover input[type='checkbox'] + span::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    color: #005CA9;
}

.ui-corner-all input[type='checkbox']:checked + span::before {
    border: 2px solid #005CA9;
}

.ui-corner-all input[type='checkbox']:checked + span::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #005CA9;
}

.ui-corner-all input[type='checkbox']:disabled + span,
.ui-corner-all input[type='checkbox']:disabled + span + p {
    opacity: .4;
    pointer-events: none;
}

.fa-angle-down:before, .ui.dropdown>.dropdown.icon:before {
    content: "";
    background-image: url("../images/pikto-pfeil-runter.svg") !important;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 3px;
    top: 10px;
}
.ui.dropdown>.dropdown.icon:before {
    top: 14px;
    right: 14px;
}
.ui.selection.dropdown .menu>.item {
    color: #005CA9;
}
/* Search Button */
.filter-footer {
    text-align: right;
    margin-right: 15px;
}
.search_button {
    background: #3684BD;
    border-radius: 2px;
    border: none;
    padding: 6px 60px 7px;
    color: #fff;
    font-family: 'DIN Next LT W01 Medium', sans-serif;
}

.search_button:hover {
    background: #005CA9;
}
#button-area div{
    display: inline-block;
}
#link-reset {
    padding-top: 5px;
    height: 25px;
}
#link-reset a {
 color: #3684BD;
    font-size: 14px;
    height: 25px;
}
#link-reset a:hover {
    color: #005CA9;
}

/* Style - Itemlist/Trefferliste */
.platform-list-frame {
    margin-top: 20px;
}
#itemlist {
    margin: 0 18px;
}
.ui.grid>.column:not(.row) {
    padding-top: 0;
}
.itemlist_content.five.wide.computer.column.five.wide.tablet.column.sixteen.wide.mobile.column {
    width: calc(100% / 3 - 20px) !important;
    height: 280px;
    background-color: #3684BD;
    padding: 20px 30px;
    margin: 10px;
    border-radius: 3px;
    position: relative;
}
.itemlist_content .ui.grid>.column:not(.row) {
    padding-bottom:0;
    padding-top: 0;
}
.itemlist_jobtitle a {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    hyphens: auto;
    line-height: 26px;
    text-decoration: none;
    font-family: 'DIN Next LT W01 Medium', sans-serif;
}

.itemlist_jobtitle p {
    font-weight: normal;
    margin:0;
}

.infoline{
    margin: 10px 0 5px;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: 20px;
    font-family: 'DIN Next LT W01 Light', sans-serif;
}
#datum {
    position: absolute;
    bottom: 20px;
}

/* no results */

#no-results {
    line-height: 1.6;
    width: 100%;
    text-align: center;
    min-height: 50px;
}
#no-results h3 {
    font-size: 18px;
}

/* Jobcount */

a#btn-back.disableClick,
a#btn-back-start.disableClick,
a#btn-forward.disableClick,
a#btn-forward-end.disableClick {
    display: none !important;
}

/* Jobabo */
#footer .box {
    text-align: center;
}
footer .ui.grid {
    margin: 65px 0;
}
footer img {
    width: auto;
    height: 60px;
}
.ui.grid>[class*="ten wide computer"].column {
    width: calc(62.5% - 20px) !important;
}
footer h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'DIN Next LT W01 Medium', sans-serif;
    font-weight: normal;
    width: 70%;
    margin: 20px auto;
}

#jobabo-subscribe-button, #jobabo-subscribe-button-noresult, a.spontan-button{
    display: inline-block;
    border-radius: 2px;
    padding: 5px 50px 6px;
    color: #fff;
    position: relative;
    margin: 20px 0;
    background-color: #3684BD;
    font-family: 'DIN Next LT W01 Medium', sans-serif;
}

/* 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;
}

.mobile-only {
    display: none;
}
/* Media Queries*/
@media screen and (max-width: 850px) {
    .five.wide.computer.column.five.wide.tablet.column.sixteen.wide.mobile.column, .itemlist_content.five.wide.computer.column.five.wide.tablet.column.sixteen.wide.mobile.column {
        width: 100% !important;
    }
    .itemlist_content.five.wide.computer.column.five.wide.tablet.column.sixteen.wide.mobile.column {
        height: 170px;
        padding: 15px 20px
    }
}
@media screen and (max-width: 767px) {

    h1 {
        margin-top: 10px;
    }
    .ui.form .fields>.field {
       padding: 0 !important;
    }
    .ui.form .fields {
        margin: 15px 0;
    }
    .search::after {
        top: 155px;
        right: 10px;
    }
    .search-field {
        margin-bottom: 0 !important;
    }
    #logos, #button-area {
        width: 100%;
        float: none;
    }
    .filter-img:last-child {
        margin-right: 0;
    }
    .filter-img {
        width: calc(100% / 4 - 8px);
    }
    .grid {
        padding-top: 20px !important;
    }
    .itemlist_jobtitle {
        padding-top: 0;
    }
    .box {
        margin-left: 0;
    }
    .box:first-child {
        margin-right: 0;
    }
    .ui.selection.dropdown {
        line-height: 18px;
    }
    .ui.grid>[class*="ten wide computer"].column {
        width: 100% !important;
    }
    footer .ui.grid {
        margin-top: 35px;
    }
    footer h3 {
        width:100%;
    }
}

@media screen and (max-width: 660px) {
    .itemlist_content.five.wide.computer.column.five.wide.tablet.column.sixteen.wide.mobile.column {
        height: 190px;
    }
}
@media screen and (max-width: 470px) {
    .itemlist_content.five.wide.computer.column.five.wide.tablet.column.sixteen.wide.mobile.column {
        height: 250px;
    }
}
