html {
    color: #20232A;
    font-family: "Suisse Int Light", sans-serif !important;
    font-size: 15px;
    line-height: 19px;
}

/* IE10+ */
::-ms-clear {
    display: none;
}

/* Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
    display: none;
}

.section {
    clear: both;
    padding: 0;
    margin: 0;
}

.col {
    display: block;
    float: left;
}

.col:first-child {
    margin-left: 0;
}

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.53%;
}

.span_10_of_12 {
    width: 83.06%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 69.33%;
}

.span_7_of_12 {
    width: 57.66%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.73%;
}

.span_4_of_12 {
    width: 32.26%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.33%;
}

.span_1_of_12 {
    width: 6.866%;
}

.ui.grid label {
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
    font-size: 15px;
    margin-left: 10px;
    font-family: "Suisse Int Medium", sans-serif;
}

i.icon.chevron.down:before{
    content: url("../images/svg/icon-arrow-down.svg");
}
i.icon.chevron.right:before{
    content: url("../images/svg/icon-arrow-double-right.svg");
}

/* JobAbo */

section#jobMailStepTwo {
    display: none;
    padding-top: 9px;
}

section#jobMailStepTwo .group input {
    height: 40px;
    font-family: "Suisse Int Light", sans-serif;
    font-size: 16px;
    width: 100%;
    background-color: transparent !important;
    border: none;
    border-bottom: solid 1px #8F9195;
    outline:none;
}

section#jobMailStepTwo .group input:focus, section#jobMailStepTwo .group input:focus-visible {
    border: none;
    border-bottom: solid 1px #8F9195;
    outline:none;
}

section#jobMailStepTwo .oh-save-caption {
    font-size: 16px;
    margin-bottom: 10px
}

section#jobMailStepTwo #continueBtn {
    font-family: "Suisse Int Light",sans-serif;
    font-size: 16px;
    line-height: 26px;
    background-color: #ffffff;
    border: 1px solid #418FDE;
    width: auto;
    color: #418FDE;
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 8px 10px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section#jobMailStepTwo #continueBtn:hover {
    background-color: #418FDE;
    color:#ffffff;
}

section#jobAboSuccess p {
    font-size: 16px;
    color: #333;
}

html, body {
    height: auto;
}

body {
    background-color: transparent;
    font-size: 16px;
    font-weight: normal;
    color: #20232A;
    line-height: 1.3;
    text-align: left;
    padding: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0;
    font-family: "Suisse Int Light", sans-serif;
}


h1 {
    margin: 0;
    font-family: "Suisse Int Medium", sans-serif;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
}

h4 {
    font-family: "Suisse Int Medium", sans-serif;
    margin: 12px 0 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

/* FILTER*/
#filter {
    position: relative;
    margin-bottom: 60px;
    padding: 20px 0;
}

#search input,
#filter-1,
#filter-2,
#filter-3,
#filter-4 {
    font-family: "Suisse Int Light", sans-serif !important;
    font-size: 15px;
}

/* Hide default select */
select {
    display: none !important;
}

/* Select2 container styled like .ui-multiselect */
.select2-container--default .select2-selection--multiple {
    background-color: #F3F2F0;
    border: 1px solid #F3F2F0;
    border-radius: 100px;
    cursor: pointer;
    padding: 8px 16px;
    font-family: "Suisse Int Medium", sans-serif;
    font-size: 14px;
    color: #20232A;
    min-height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

/* Dropdown arrow icon */
.select2-container--default .select2-selection--multiple::after {
    content: "";
    background-image: url('../images/svg/icon-arrow-down.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 12px;
    height: 7px;
    pointer-events: none;
    transition: transform 0.3s ease;
}

/* Arrow icon when dropdown is open */
.select2-container--open .select2-selection--multiple {
    background: #A2958E;
    border: solid #A2958E 1px !important;
}

.select2-container--open .select2-selection.select2-selection--multiple::after {
    background-image: url('../images/svg/icon-arrow-down-white.svg');
    transform: rotate(180deg);
    top: 16px;
}

.select2-container--open .select2-selection--multiple .select2-selection__summary {
    color: white;
}

/* Selected items inside pill */
.select2-container--default .select2-selection__choice {
    background-color: transparent;
    border: none;
    padding: 0 8px;
    margin: 0 4px;
    color: #20232A;
    font-size: 14px;
    line-height: 19px;
}

/* Dropdown menu */
.select2-container--default .select2-dropdown {
    background-color: #E5E0DA;
    border: none;
    border-top: 8px solid #fff;
    border-radius: 0;
    font-family: "Suisse Int Medium", sans-serif;
    max-height: 400px;
    overflow-y: auto;
    z-index: 10000;
}

/* Dropdown options */
.select2-container--default .select2-results__option {
    padding: 12px 16px;
    border-bottom: 1px solid #C3CBD4;
    font-size: 14px;
    color: #20232A;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: flex-start;
}

/* Last item no border */
.select2-container--default .select2-results__option:last-child {
    border-bottom: none;
}

/* Hover and active states */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F2EFE8;
    color: #20232A;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #F2EFE8;
    color: #20232A;
}

/* Checkbox appearance */
.select2-container--default .select2-results__option::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #20232A;
    margin-right: 10px;
    flex-shrink: 0;
}

/* Checkbox mark (custom "checked") */
.select2-container--default .select2-results__option[aria-selected="true"]::after {
    content: "";
    position: absolute;
    left: 20px;
    width: 11px;
    height: 11px;
    background-color: #20232A;
    top: 16px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 100px;
}

.select2-selection__rendered {
    display: none !important;
}

.select2-selection__summary {
    font-size: 14px;
    color: #20232a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    color: #20232A;
    user-select: none;
}

.select2-selection__choice {
    display: none;
}

.pipeSeparator {
    color: #20232A;
    margin: 0 4px;
    user-select: none;
}

.pipeSeparator::after {
    display: none;
}

.ui.grid>.column:not(.row), .ui.grid>.row>.column {
    padding-left: 0rem;
    padding-right: 1rem;
}

@media only screen and (max-width: 767px) {
    .ui.grid > .column:not(.row), .ui.grid > .row > .column {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui.grid.big {
        margin: -40px 0px !important;
    }
}

/* Ende Filter */

/* Apply */

.applyBtn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #20232A;
    border: 1px solid #20232A;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    margin-top: 60px;
    font-size:14px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: "Suisse Int Medium", sans-serif;
    letter-spacing: 0.03em;
}

.applyBtn:hover  {
    background-color: #A2958E;
    border-color: #A2958E;
}

.applyBtn.btn-view {
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-top:120px;
}

.applyBtn.outlined {
    border:solid 1px white;
    margin-top: 20px;
}

.applyBtn.outlined:hover {
    background-color: #fff;
    color: #20232A;
}

#resetbutton {
    position: absolute;
    bottom:-78px;
    right:0px;
    z-index: 1000;
}

#resetbutton button {
    background: none;
    border: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .03rem;
    font-family: "Suisse Int Medium", sans-serif;
    padding-left:0px;
    padding-right:0px;
    border-bottom: solid 0.5px #20232A;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

#resetbutton button i.icon {
    margin:0px;
    color:#2B4962;
    font-weight: lighter;
    transition: all .2s ease-in-out;
}

#resetbutton button:hover, #resetbutton button:hover i.icon {
    color:#a2958e;
    border-bottom-color:#a2958e;
}

#jobcount {
    font-size: 14px;
    line-height: 34px;
    padding-top: 50px;
    padding-bottom: 40px;
    width:80%;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
    display: block;
}

.mainContainer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Search */
section#header {
    padding: 25px 0px;
    position: relative;
}

#search input {
    height: 40px;
    font-family: "Suisse Int Light", sans-serif;
    font-size: 16px;
    width: 100%;
    background-color: transparent !important;
    border:none;
    border-bottom: solid 1px #8F9195;
    outline:none;
    color:#20232A;
}
#search input:focus, #search input:focus-visible {
    outline:none;
    border:none;
    border-bottom: solid 1px #8F9195;
}
section#header .searchForm::-webkit-input-placeholder {
    font-size: 16px;
    padding-left: 0;
    line-height: 26px;
    color: #C4BAB4;
    font-family: "Suisse Int Light", sans-serif;
}

section#header .searchForm:-ms-input-placeholder {
    font-size: 16px;
    padding-left: 0;
    line-height: 26px;
    color: #C4BAB4;
    font-family: "Suisse Int Light", sans-serif;
}

section#header .searchForm::placeholder {
    font-size: 16px;
    padding-left: 0;
    line-height: 26px;
    color: #C4BAB4;
    font-family: "Suisse Int Light", sans-serif;
}
/* Placeholder */
::placeholder{
    font-size: 16px!important;
    padding-left: 0;
    line-height: 26px;
    color: #C4BAB4;
    font-family: "Suisse Int Light", sans-serif;
}
input::placeholder{
    font-size: 16px!important;
    padding-left: 0;
    line-height: 26px;
    color: #C4BAB4;
    font-family: "Suisse Int Light", sans-serif;
}
/* webkit based browsers (safari/chrome) */
::-webkit-input-placeholder {
    font-size: 16px!important;
    padding-left: 0;
    line-height: 26px;
    color: #C4BAB4;
    font-family: "Suisse Int Light", sans-serif;
}

/* Firefox 18 and below
   Deprecated: https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-placeholder
*/
:-moz-placeholder {
    font-size: 16px!important;
    padding-left: 0;
    line-height: 26px;
    color: #C4BAB4;
    font-family: "Suisse Int Light", sans-serif;
}

/* Firefox 19+ */
::-moz-placeholder {
    font-size: 16px!important;
    padding-left: 0;
    line-height: 26px;
    color: #C4BAB4;
    font-family: "Suisse Int Light", sans-serif;
}

/* Firefox 19+ */
:-ms-input-placeholder {
    font-size: 16px!important;
    padding-left: 0;
    line-height: 26px;
    color: #C4BAB4;
    font-family: "Suisse Int Light", sans-serif;
}

/* IE10+ */
:-ms-input-placeholder {
    font-size: 16px!important;
    padding-left: 0;
    line-height: 26px;
    color: #C4BAB4;
    font-family: "Suisse Int Light", sans-serif;
}

/* Jobs */
section#jobResults {
    margin-top: 0;
    margin-right: 0;
}

section#jobResults .item {
    padding: 0;
}

section#jobResults p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Suisse Int Light", sans-serif;
    font-weight: 300;
    margin-bottom:3px;
}

section#jobResults span {
    font-size: 12px;
    line-height: 16px;
}

section#jobResults #jobcount span {
    font-size:14px;
    line-height: 34px;
}

section#jobResults #jobcount span span:last-of-type:after {
    display: none;
}

section#jobResults a {
    font-size: 14px;
    line-height: 28px;
    padding-bottom:3px;
    border-bottom: solid 0.5px #20232A;
    letter-spacing: 0.03em;
    font-weight: 500;
    color:#20232A;
    font-family: "Suisse Int Medium", sans-serif;
    transition: all .2s ease-in-out;
}

section#jobResults a h4 {
    transition: all .2s ease-in-out;
}

section#jobResults a:hover, section#jobResults a:hover h4 {
    color:#a2958e;
    border-color:#a2958e;
}

section#jobResults .job {
    border-top:solid 1px rgba(0,0,0, .1);
    position: relative;
    padding: 22px 0 0;
}

.ui.grid {
    margin:0;
}

.ui.grid.big {
    margin:-40px -65px;
}

.ui.grid.big>.column:not(.row) {
    padding:40px 65px;
}


h1.noRecords{
    margin-bottom: 0 !important;
}
h1.noRecords:hover {
    color:#333 !important;
    cursor: default !important;
}

@media only screen and (max-width: 1512px) {
    section#jobResults {
        margin-top: 0;
        margin-right: 0;
    }

    section#jobResults .item {
        padding: 0 4px;
    }

    section#jobResults .displayImageMiddle.item {
        padding: 0 39px;
    }
}

/* Paging */
#paging {
    box-sizing: border-box;
    padding: 25px 0;
    text-align: right;
    margin: -1px 0;
    border-top: 1px solid #333;
}

#paging.top {
    margin-bottom: 35px;
}

#paging a {
    text-decoration: none;
    color: #fff;
    background: #418FDE;
    border: 1px solid #418FDE;
}
#paging a:hover, a.page:hover {
    color: #418FDE;
    background-color: #fff;
}

.paging-center,
.paging-right {
    margin: 0 auto;
    display: inline-block;
}

.paging-center {
    text-align: center;
}
.paging-center a {
    margin-left: 8px;
}

a.page {
    display: inline-block;
    padding: 0 13px;
    color: #418FDE;
    line-height: 35px;
    border: 1px solid #418FDE;
    border-radius: 2px;
    font-family: ZUGNimbusSans-Regular, sans-serif !important;
    font-size: 15px;
}

a.page.active {
    color: #418FDE !important;
    background-color: #fff !important;
}
a#btn-forward {
    padding: 9px 12px;
    border-radius: 2px;
    margin-left: 8px;
}
a#btn-forward:hover {
    color: #fff;
    background: #418FDE;
}
a#btn-forward:after{
    content: url("../images/svg/icon-arrow-right-inverted.svg");
    top: 3px;
    left: 2px;
    position: relative;
}

.disableClick {
    display: none;
}

/* Media Queries */

@media only screen and (max-width: 767px) {
    .logoSection {
        margin-bottom: 20px !important;
    }
}

section#jobAbo {
    margin: 100px 0px 0px;
    background: #20232A;
    padding:95px 115px;
}
#jobAbo h3 {
    font-family: "Suisse Int Light", sans-serif;
    font-weight: 300;
    color:#fff;
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
}

section#jobAbo .jobAboBtn {
    font-family: ZUGNimbusSans-Regular, sans-serif;
    display: inline-block;
    padding: 8px 12px;
    background-color: #ffffff;
    border: 1px solid #418FDE;
    color: #418FDE;
    font-size: 16px;
    line-height:26px;
    text-decoration: none;
    margin-top: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section#jobAbo .jobAboBtn:hover {
    color: #ffffff;
    background-color: #418FDE;
}

section#jobAbo .jobAboText {
    font-family: "Suisse Int Light", sans-serif;
    font-weight: 300;
    color:#fff;
    font-size: 14px;
    line-height: 22px;
    margin: 15px auto 25px;
}

.categories {
    display: none;
}

.fulltext, .field, .position, .pensum, .ort {
    display: none;
    white-space: nowrap;
}

.categories em {
    font-family: "Suisse Int Light", sans-serif;
    font-style: normal;
}


@media screen and (max-width: 1360px) {
    #header .ui.grid.big>.column:not(.row) {
        width:75%!important;
    }
}

@media screen and (max-width: 991px) {
    #header .ui.grid.big>.column:not(.row) {
        width:100%!important;
    }
    section#jobResults {
        padding-right:0px;
    }
    input::-webkit-input-placeholder {
        font-size: 24px;
    }

    input:-ms-input-placeholder {
        font-size: 24px;
    }

    input::-ms-input-placeholder {
        font-size: 24px;
    }

    input::placeholder {
        font-size: 24px;
    }
    #jobcount {
        padding-left:1rem;
        padding-right:1rem;
    }
    #resetbutton {
        right:15px;
        bottom:0px;
    }
    section#jobAbo {
        padding:2rem 1rem;
    }
    #jobcount {
        width:100%;
    }
    .field, .position, .pensum, .ort {
        white-space: initial;
    }
    .ui.grid>.stackable.stackable.row>.column, .ui.stackable.grid>.column.grid>.column, .ui.stackable.grid>.column.row>.column, .ui.stackable.grid>.column:not(.row), .ui.stackable.grid>.row>.column, .ui.stackable.grid>.row>.wide.column, .ui.stackable.grid>.wide.column {
        padding:0px!important;
    }
    section#header {
        padding: 50px 0px;
    }
}