* {
    margin: 0;
    padding: 0;
}

body {
    color: #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin: 0 auto;
    max-width: 1350px;
    padding: 0;
    width: 1px; /* Hack */
    min-width: 100%; /* Hack */
    background: transparent !important;
}
h1, h2, h3, h4, h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}
h1 {
    font-size: 54px;
    line-height: 62px;
    letter-spacing: 0.01rem;
    word-spacing: 0.025rem;
    color: rgba(0,0,0,1);
    font-style: normal;
    font-weight: 100;
    margin-top:20px;
    margin-bottom:20px;
}
ul, li {
    list-style-type: none;
}
b, optgroup, strong {
    font-weight: 500;
    color: #000000;
    font-family: 'Roboto';
}
.mobile strong {
    font-size: 16px;
}
.isFirst {
    margin-top:0px!important;
}
.isLast {
    margin-bottom:0px!important;
}
p {
    color: rgba(0,0,0,1);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: -2px;
    max-width: 800px;
    font-size: 16px;
    line-height: 26px;
}
#level2 {
    display: none;
}
.promos a, .promos a:link, .promos a:active, .promos a:visited, .remote-work.mobile a {
    text-decoration: underline;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    color: rgba(0,0,0,1);
}
.promos a:hover, .promos a:focus, .remote-work.mobile a:hover, .remote-work.mobile a:focus {
    text-decoration: underline;
    text-decoration-color: #EA161F;
    color: rgba(0,0,0,1);
}

/* Grid */
.multicolumn {
    display:table;
    width:100%;
    table-layout: fixed;
    margin:20px 0px;
}
.multicolumn > * {
    display:table-cell;
    vertical-align: top;
}
.width-20 {
    width:16%;
    vertical-align: middle;
}
.width-25 {
    width:25%;    
}
.width-33 {
    width:33.333%;
    vertical-align: middle;
}
#wrapper > .width-33 {
    vertical-align: top;
}
.width-40 {
    width:40%;
}
.width-50 {
    width:50%;
}
.width-66 {
    width:66.666%;
}
.width-75 {
    width:75%;
}
.separator {
    width:50px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 520px) {
    .multicolumn > * {
        display:block;
    }
    .width-20 {
        width:100%;
    }
    .width-25 {
        width:100%;
    }
    .width-33 {
        width:100%;
    }
    .width-40 {
        width:100%;
    }
    .width-50 {
        width:100%;
    }
    .width-66 {
        width:100%;
    }
    .width-75 {
        width:100%;
    }
    .separator {
        display:none;
    }
}

h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.01rem;
    word-spacing: 0.025rem;
    margin: 0px 0px 12px -2px;
    color: rgb(0, 0, 0);
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 10px;
    width: 100%;
}

h3 {
    font-size: 26px;
    line-height: 30px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.01rem;
    word-spacing: 0.025rem;
    color: rgba(0,0,0,1);
    margin-top:30px;
    margin-bottom:30px;
}

#maincontentcontainer {
    width: 100%;
}

#wrapper {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    overflow: hidden;
}

#wrapper-jobabo {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

/* Accordion */
.ui.accordion {
    margin-bottom:40px;
}
.ui.accordion .title:not(.ui) {
    padding-bottom:0px;
    padding-top:20px;
}
a.filters-trigger {
    position: relative;
    display: block;
    text-decoration: none !important;
    border: none !important;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.01rem;
    word-spacing: 0.025rem;
    padding-top: 18px;
    padding-right: 62px;
    padding-bottom: 17px;
    padding-left: 28px;
    background-color: rgba(247,233,210,1);
    border:solid 1px rgba(247,233,210,1);
    color: rgba(0,0,0,1);
    font-size: 16px;
    line-height: 24px;
}
a.filters-trigger:hover {
    background-color: rgba(242,224,195,1);
}
a.filters-trigger::before {
    position: absolute;
    top: 25px;
    right: 24px;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/arrow-down.svg);
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.accordion .title.active a.filters-trigger {
    background-color: rgba(250,241,227,1);
}
.accordion .title.active a.filters-trigger::before {
    top: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 250ms ease-in-out;
}
.ui.accordion:not(.styled) .accordion .title~.content:not(.ui), .ui.accordion:not(.styled) .title~.content:not(.ui) {
    border: none !important;
    background-color: rgba(250,241,227,1);
    padding:0px 25px 0px!important;
}
hr.accordion-2 {
    border: none !important;
    background-color: rgba(112,112,112,0.5);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    width: auto;
    height: 1px;
}
.accordion .content .selectbox:last-child {
    margin-bottom:40px;
}

/* Form Elements */

form {
    position: relative;
}
div.inputfield {
    position: relative;
}
input, input[type="text"], input[type="file"], input:focus, input[type="text"]:focus, input[type="file"]:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100%;
    height: 59px;
    padding-right: 30px;
    padding-left: 23px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000 !important;
    border-radius: 0;
    border: 1px solid #000;
    border-left: 6px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}
input:placeholder-shown, input[type="text"]:placeholder-shown {
    border: 1px solid #707070;
    border-left: 1px solid #707070;
    color: #707070;
    padding-left: 28px;
}
input.notice {
    padding-right: 62px !important;
}
input:focus {
    outline:none!important;
}
fieldset {
    padding:0;
    margin:0;
    border: none;
}
option {
    box-sizing: border-box;
    color: #000;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin: 2px 0;
    padding: 0 8px;
    width: 100%;
    font-family: 'Roboto';
}
label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}
label.floating-label {
    font-size: 13px;
    line-height: 17px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    position: absolute;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    top: 1px;
    left: 23px;
    background-color: #fff;
    padding: 2px 5px;
    opacity: 1;
}
div.tab.active {
    background-color: rgba(78,78,78,0.95);
    color: rgba(255,255,255,1);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 41px;
    border: none;
    padding: 8px 20px;
    vertical-align: middle;
    -webkit-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    cursor: pointer;
    overflow: hidden;
}
div.tab.active:hover {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
input:placeholder-shown + label, input[type="text"]:placeholder-shown + label {
    opacity: 0;
    -webkit-transform: translateY(28px);
    -ms-transform: translateY(28px);
    transform: translateY(28px);
}
div.selectbox {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(112,112,112,1);
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
a.select, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgba(112,112,112,1);
    background: #fff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 18px;
    padding-right: 62px;
    padding-bottom: 12px;
    padding-left: 28px;
    width: 100%;
    height: 59px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    display: block;
}
a.select {
    position:relative;
}
a.select:before {
    content:"";
    width:18px;
    height:18px;
    position: absolute;
    top:21px;
    right:24px;
    background: url("../images/icons/arrow-down.svg") no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;;
    -moz-transition: all 300ms ease-in-out;;
    -ms-transition: all 300ms ease-in-out;;
    -o-transition: all 300ms ease-in-out;;
    transition: all 300ms ease-in-out;;
}
select:focus {
    outline: none;
}
div.selectbox > img.select {
    position: absolute;
    top: 21px;
    right: 24px;
}
div.selectbox > span.floating-label {
    position: absolute;
}
span.floating-label {
    font-size: 13px;
    line-height: 17px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    top: 1px;
    left: 23px;
    background-color: #fff;
    padding: 2px 5px;
    opacity: 0;
    display: block;
}
div.selectbox > span.floating-label {
    position: absolute;
}
.options {
    background: #fff;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    max-height: 0px;
    padding-left:28px;
    padding-right:28px;
}
div.selectbox > .options {
    overflow-y: auto;
    display: none;
}
div.selectbox.open {
    border: 1px solid rgb(0, 0, 0);
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
a.select.open:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
a.select.open {
    border-bottom: 1px solid rgb(222, 222, 222);
    margin: 0px;
    padding: 18px 62px 12px 28px;
    width: 100%;
    height: 59px;
}
div.selectbox.open > img.select.open {
    position: absolute;
}
span.floating-label.open {
    font-size: 13px;
    line-height: 17px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    transform: translateY(8px);
    transition: all 250ms ease-out 0s;
    top: 1px;
    left: 23px;
    background-color: rgb(255, 255, 255);
    padding: 2px 5px;
    opacity: 1;
    margin-top: -20px;
}
.options.open {
    max-height: 100%;
    padding-top:14px;
    padding-bottom:14px;
}
div.selectbox.open > .options.open {
    overflow-y: auto;
    display: block;
}
label.checkbox-block, #label-single-opt-in {
    cursor: pointer;   
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    line-height: 125%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 37px;
    position: relative;
    display: block;
    float:none;
    width:100%;
}
fieldset header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
fieldset header label.checkbox-block {
    padding-left:0px;
}
#label-single-opt-in {
    font-size: 14px;
}
[aria-labelledby=select-anstellungsart] label.checkbox-block:nth-child(1),
[aria-labelledby=select-anstellungsart] label.checkbox-block:nth-child(2),
[aria-labelledby=select-lang] label.checkbox-block:nth-child(1),
[aria-labelledby=select-lang] label.checkbox-block:nth-child(2) {
    padding-left: 37px;
    float: none;
}
label.checkbox-block .button.go-back {
    margin:0px;
    padding: 6px 20px 5px;
    height: auto;
}
label.checkbox-block .button.go-back img {
    width:15px;
    height:15px;
}
.small label.checkbox-block {
    float:none;
    width:100%;
}
.small label.checkbox-block:first-child {
    padding-bottom: 14px;
}
.small label.checkbox-block:first-child, .small label.checkbox-block:nth-child(2) {
    padding-left:37px;
}
input[type=checkbox] {
    display: none;
}
span.checked {
    position: absolute;
    display: inline-block;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    top: 3px;
    left: 7px;
    height: 12px;
    width: 12px;
    opacity: 0;
    background-color: rgba(0,0,0,1);
}
span.checkbox {
    position: absolute;
    display: inline-block;
    width: 26px;
    height: 26px;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    border: 1px solid rgba(112,112,112,1);
    top: -4px;
    left: 0;
}
input[type="checkbox"]:checked + span, input[type="radio"]:checked + span {
    opacity: 1;
}
span.notice {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: rgba(112,112,112,1);
    background-color: transparent;
    padding: 0px;
}
.field {
    position: relative;
}
.field .select {
    position: absolute;
    top: 20px;
    right: 24px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* Buttons */
.next-back-buttons {
    text-align: center;
}
button, .button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    white-space: nowrap;
}
.button.submit:disabled {
    opacity: .4;
    cursor: not-allowed;

}
.button.secondary, .promos .button.secondary {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    line-height: 125%;
    color: rgba(112,112,112,1);
    background-color: rgba(255,255,255,1);
    display: inline-block;
    height: 49px;
    border-radius: 49px;
    border: 1px solid #4E4E4E;
    padding: 12px 39px 12px 44px;
    vertical-align: middle;
    margin: 15px 0px;    
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none!important;
}
.button.secondary img {
    transition: all 250ms ease-in-out;
}
.button.secondary:hover img, .button.secondary:focus img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.button.go-next *, .button.go-back *, .button.submit * {
    -webkit-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    display: inline-block;
    z-index: 1000;
}

/* Go-Back Button */
.button.go-back {
    overflow:hidden;
    text-align:center;
    font-family: 'Roboto'; font-style: normal; font-weight: 500;
    font-size: 16px; line-height: 26px;
    line-height: 125%;
    background-color: rgba(255,255,255,1);
    color: rgba(112,112,112,1);
    display: inline-block;
    height: 49px;
    border-radius: 49px;
    border: 1px solid #4E4E4E;
    padding: 12px 30px;
    vertical-align: middle;
    margin: 0px 30px 40px 0px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    cursor: pointer;
    white-space: nowrap;
}
.button.go-back:hover img {
    -webkit-transform: scale(1.3) rotate(360deg);
    -ms-transform: scale(1.3) rotate(360deg);
    transform: scale(1.3) rotate(360deg);
}

/* Submit Button */
.button.submit {
    overflow:hidden;
    text-align:center;
    font-family: 'Roboto'; font-style: normal; font-weight: 500;
    font-size: 16px; line-height: 26px;
    line-height: 125%;
    background-color: rgba(78,78,78,0.95);
    color: rgba(255,255,255,1);
    display: inline-block;
    height: 49px;
    border-radius: 49px;
    border: none;
    padding: 12px 32px 12px 0px;
    vertical-align: middle;
    margin: 0px 30px 40px -1px;
    transition: all 250ms ease-in-out;
    cursor:pointer;
    white-space: nowrap;
}
.button.submit img:first-of-type {
    -webkit-transform: translate(-35px,0px);
    -moz-transform: translate(-35px,0px);
    -ms-transform: translate(-35px,0px);
    -o-transform: translate(-35px,0px);
    transform: translate(-35px,0px);
    opacity: 0;
}
.button.submit span {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    transform: translate(0px,0px);
}
.button.submit img:last-of-type {
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    transform: translate(0px,0px);
    opacity: 1;
}
.button.submit:hover img:first-of-type {
    -webkit-transform: translate(32px,0px);
    -moz-transform: translate(32px,0px);
    -ms-transform: translate(32px,0px);
    -o-transform: translate(32px,0px);
    transform: translate(32px,0px);
    opacity: 1;
}
.button.submit:hover span {
    -webkit-transform: translate(35px,0px);
    -moz-transform: translate(35px,0px);
    -ms-transform: translate(35px,0px);
    -o-transform: translate(35px,0px);
    transform: translate(35px,0px);
}
.button.submit:hover img:last-of-type {
    -webkit-transform: translate(65px,0px);
    -moz-transform: translate(65px,0px);
    -ms-transform: translate(65px,0px);
    -o-transform: translate(65px,0px);
    transform: translate(65px,0px);
    opacity: 0;
}

/* JobAbo/RemoteWork Sections with Results */
.jobabo,
.remote-work {
    padding:26px 0px;
    border-top: solid 1px rgba(112,112,112,0.5);
    text-align: center;
}
.jobabo h3, .jobabo p {
    text-align: left;
}
.remote-work svg {
    width:40px;
    height:40px;
}
.additional-links:hover,
.jobabo-subscribe-button:hover {
    background: #504646;
}

/* Style - Itemlist/Trefferliste */
.item-list {
    width: 100%;
    margin:15px 0px 0px;

}
.job {
    font-size:16px;
    line-height: 24px;;
    margin-bottom:18px;
    padding:25px 65px 25px 25px;
    background-color: rgba(247,233,210,1);
    display: block;
    cursor: pointer;
    opacity: 0;
    position: relative;
    top: 20px;
    transition: top 500ms ease, opacity 500ms ease;
    color:#000;
}
.job:hover {
    background-color: rgba(242,224,195,1);
}
.job h5 {
    font-size: 26px;
    line-height: 30px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.01rem;
    word-spacing: 0.025rem;
    color: rgba(0,0,0,1);
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.job .box-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    line-height: 24px;
    color: rgba(0,0,0,1);
    margin-top: 25px;
    margin-bottom: 25px;
}
.job::after {
    width: 16px;
    height: 24px;
    content: " ";
    background-image: url(../images/icons/arrow-right_large.svg);
    position: absolute;
    right: 28px;
    top: 28px;
}
.job-meta {
    display: flex;
    flex-direction: row;
    gap:30px;
}
.job-meta div {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left 0px top 0px;
    background-size: 24px 24px;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom:0px;
}
.job-meta div.organisation {
    background-image: url(../images/icons/Organisationseinheit_rot_new.svg);
}
.job-meta div.location {
    background-image: url(../images/icons/Standort_rot_new.svg);
}
.job-meta div.remote-work {
    background-image: url(../images/icons/Remotework_rot_new.svg);
    border-top:none;
}
.job-meta div.startDate {
    background-image: url(../images/icons/Kalender_rot_new.svg);
    padding-left:35px;
}
.job-meta svg {
    width:auto;
    height:22px;
}
.job-meta span, .job-meta span {
    color: rgba(0,0,0,1);
    font-weight: 300;
}
#jobs-found-dir {
    display: none;
}

/* JobAbo Promo without Results */
.jobabo-promo {
    display: flex;
    gap: 25px;
    overflow: hidden;
    background-color: rgba(100,75,65,.2);
}
.jobabo-promo:hover {
    background-color: rgba(100,75,65,.4);
}
.jobabo-promo-image {
    width:180px;
}
.jobabo-promo-text {
    width:calc(100% - 180px - 25px);
}
.jobabo-promo-image img {
    width:120px;
    height: auto;
    margin:10px 0 0 10px;
}
@keyframes rotateAndStop {
    0% {
      transform: scale(1) rotate(25deg);
    }
    100% {
      transform: scale(1.5) rotate(-25deg);
    }
}
  
.jobabo-promo-image img {
    animation: rotateAndStop 1s ease-in-out forwards;
}

/* JobAbo */

.jobabo .button.jobabo-button {
    margin:15px auto;
}

header {
    margin-bottom: 10px;
}

#link_row {
    float: left;
    width: 100%;
    margin: 20px 0;
}

#link_row a {
    font-size: 20px;
    line-height: 1.0em;
    font-family: 'Roboto';
    font-weight: normal;
}

#jobabo_content {
    padding: 0 20px;
    box-sizing: border-box;
}

#jobabo_content .oh-outer-dialog-frame,
.oh-outer-dialog-frame {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top:20px;
}
#jobabo_title {
    box-sizing: border-box;
    font-family: 'Roboto';
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    padding: 15px 0;
}

#jobabo_search {
    padding-bottom: 10px;
}

#jobabo_search-box {
    width: 100%;
    display: inline-block;
}

#jobabo_search-box .portal-search-title input {
    width: 100%;
}

#jobabo_search-box .search-field {
    margin-top: 10px;
}

#jobabo_text {
    box-sizing: border-box;
    color: #504646;
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    line-height: 1.6;
}

#jobabo-confirmation > div {
    padding: 0 15px;
    box-sizing: border-box;
}

#maincontentcontainer.step-3 {
    margin: 0 15px;
    width: calc(100% - 30px);
}

#abo #oh-form-save-button {
    text-align: left;
    border-radius: 0 !important;
}

#abo .oh-form-save-submit, .oh-form-save-submit2 {
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-style: solid;
    border-width: 1px;
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    display: inline;
    text-decoration: none;
    padding: 5px 20px;
    float:right;
}
#step-2,
#oh-save table {
    width: 100%;
}

#oh-save .oh-save-caption {
    font-size: 20px;
    float: left;
    color: #504646;
    width: 100%;
    margin-bottom: 10px;
}

#oh-save .oh-save-control {
    padding-bottom: 16px;
}

#oh-save .oh-save-control input {
    box-sizing: border-box;
    cursor: pointer;
    border: solid 1px #c8d9e9;
    height: 40px;
    padding: 5px;
    width: 100%;
}

#oh-save .oh-save-button {
    text-align: left;
    padding-top: 10px;
    border-radius: 0 !important;
}

#oh-search-confirmation {
    font-size: 16px;
    line-height: 1.45em;
    font-family: 'Roboto';
    font-style: normal;
    color: #504646;
}

#oh-search-confirmation p {
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 1.6;
}

#oh-search-confirmation h2,
#jobabo-unsubscribe h2{
    box-sizing: border-box;
    color: #000;
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    padding: 0;
    margin: 20px 0 10px 0;
}

#oh-search-confirmation a {
    font-family: 'Roboto';
    font-size: 16px;
    color: black;
    border-bottom: solid 1px black;
    display: inline-block;
}

#oh-search-confirmation a:hover {
    border-bottom-color:#EA161F;
}

#box_jobabo {
    width: 100%;
    text-align: left;
}

#box_jobabo .title {
    font-family: 'Roboto';
    color: #1e5a9a;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
    margin: 20px 0 26px 20px;
}

.jobabo-title {
    color: #504646;
    font-family: 'Roboto';
    font-style: normal;
}

.jobabo-info {
    color: #504646;
    font-family: 'Roboto';
    font-style: normal;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
}

.jobabo-info a:hover {
    color: #0080ac;
}

#box_jobabo .text {
    margin: 0 0 0 20px;
}

#jobabo-confirmation > div {
    color: #000;
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Paging */

.paging {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    margin-top:10px;
    margin-bottom:15px;
    margin-right:1px;
}

.paging p {
    margin:0px;
}

a.page {
    border: 1px solid rgba(112,112,112,1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    white-space:nowrap;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 3px;
    width: 36px;
    height: 36px;
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    margin:0 5px;
}

a.page.active,
a.page:hover {
    background-color: rgba(248,248,248,1);
    color:#000;
}

a#btn-back, a#btn-forward {
    display: inline-block;
    width: 32px;
    height: 24px;
    box-sizing: border-box;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position-y: center;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;

}

a#btn-back {
    background-image: url("../images/icons/go-back.svg");
}

a#btn-forward {
    background-image: url("../images/icons/right-arrow.svg");
    margin-right:0px;
    margin-left:10px;
}

a#btn-back:hover, a#btn-forward:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/* Jobcount */
#jobcount {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
}

#filter-3,
#select-3-sub {
    width: 100% !important;
    float: left;
}

.pensum-box select {
    height: 30px;
    width: 100%;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.pensum-box {
    display: inline-block;
    width: 100%;
    border: solid 1px #c8d9e9;
    padding: 5px;
}
.pensum-box .multicolumn {
    margin:0px;
}
#jobabo_content .pensum-box {
    margin-bottom: 20px;
}
#bis {
    text-align: center;
}

a#btn-back.disableClick,
a#btn-back-start.disableClick,
a#btn-forward.disableClick,
a#btn-forward-end.disableClick {
    opacity: 0.25!important;
    pointer-events: none;
}

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

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

.group:after {
    clear: both
}

.group {
    zoom: 1;
    display: inline-block;
    width: 100%;
}

.ui.column.grid > .column[class*="four wide"] {
    width: 20% !important
}

.filterMainContainer {
    background-color: #fff;
    padding: 15px 15px 0;
    margin-top: 0;
    margin-bottom: 6px
}

.resetWrapper {
    margin-bottom: 20px;
    width: 100%;
    float: left
}

button#resetFilters {
    font-family: 'Roboto';
    font-size: 15px;
    color: #333;
    padding: 8px;
    display: inline-block;
    background-color: #eee;
    border: 1px solid #eee;
    float: right;
    position: relative;
    left: auto;
    transition: background-color 200ms ease, border-color 200ms ease
}

button#resetFilters:hover, button#resetFilters:focus {
    background-color: #fff;
    color: #333
}

.ui-multiselect {
    position: relative;
    display: inline-block;
    border: 1px solid rgba(112,112,112,1);
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgba(112,112,112,1);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 18px;
    padding-right: 62px;
    padding-bottom: 12px;
    padding-left: 28px;
    width: 100%;
    height: 59px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.ui-multiselect:focus {
    outline: none;
}
.ui-multiselect:after {
    position: absolute;
    top:25px;
    right:24px;
    content:"";
    width:18px;
    height:18px;
    background-image:url("../images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.ui-multiselect.ui-state-active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top:14px;
}
.ui-multiselect-menu {
    display: none;
    position: absolute;
    z-index: 999;
    background-clip: padding-box;
    background-color: #fff;
    text-align: left;
    border: 1px solid rgb(0, 0, 0);
    border-top: none;
    height: auto;
    max-height: 240px;
}
.ui-multiselect-menu ul {
    list-style: none;
    width: 100%;
    height:100%!important;
}

.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 100%;
    overflow: hidden;
    min-height: 240px!important;
}

.ui-multiselect-checkboxes li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    line-height: 125%;
    border-left: 6px solid rgba(112,112,112,0);
    cursor: default;
    padding-top: 8px;
    padding-right: 28px;
    padding-bottom: 8px;
    padding-left: 24px;
}

.ui-multiselect-checkboxes li:hover, .ui-multiselect-checkboxes li:focus {
    border-left: 6px solid rgba(112,112,112,1);
    background-color: rgba(250,241,227,1);
}

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

.ui-multiselect-checkboxes label {
    cursor: pointer;
    display: block;
    font-size: 16px;
}

.sub-position li {
    /* padding-left: 20px; */
    width: 100%;
    box-sizing: border-box;
    height: 30px;
}

#checked-values {
    padding: 15px 0 0
}

#checked-values button {
    margin-bottom: 4px
}

.ui-multiselect-none {
    position: relative;
    left: 20px
}
.ui-multiselect-optgroup.ui-multiselect-columns > span:before,
.ui-multiselect-optgroup > span:before {
    position: absolute;
    top: 8px;
}
.ui-multiselect-optgroup.ui-multiselect-columns > span::before,
.ui-multiselect-optgroup.ui-multiselect-columns > span::after {
    z-index: -1;
    top: 9px;
}
.ui-multiselect-optgroup > a:first-child {
    margin-left: 15px;
    width: 100%;
    display: inline-block;
    float: left;
}

.ui-multiselect-optgroup > a {
    display: inline-block;
    font-size: 15px;
    padding: 9px 0 7px 15px;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: normal;
}

.ui-multiselect-optgroup.ui-multiselect-columns a:after {
    border: 3px solid #dadada;
    color: #fff;
    content: "■";
    font-size: 21px;
    font-weight: bold;
    height: 20px;
    left: 0;
    line-height: 5px;
    padding-top: 0.09em;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 20px;
}

.mobile {
    display:none;
}
ul.item-list li {
    border-bottom:1px solid #c8d9e9;
    padding:5px;
}
ul.item-list li a {
    padding-bottom:5px;
}
ul.item-list li:last-child {
    border-bottom:none;
}
ul.item-list li:nth-child(even) {
    background-color:rgb(242, 248, 252);
}
ul.item-list li p {
    margin:0px;
}
.meta-info {
    overflow: auto;
}
.meta-info p.left {
    float:left;
}
.meta-info p.right {
    float:right;
}

.no-results, .empty-list {
    margin-top:15px;
    background-color: rgba(247,233,210,1);
    padding:25px;
    margin-bottom:20px;
}
.no-results span, .empty-list span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto';
    font-weight: 300;
    display:block;
    letter-spacing: 0.01rem;
    word-spacing: 0.025rem;
}
.no-results a, .empty-list a {
    text-decoration: underline;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    color: rgba(0,0,0,1);
}
.no-results a:hover, .empty-list a:hover {
    text-decoration: underline;
    text-decoration-color: #EA161F;
}
.empty-list {
    display:none;
}

.count {
    font-size: 16px;
    float: left;
    margin-top:10px;
}

.ui.accordion.mobile {
    display: none!important;
    visibility: hidden!important;
}

.remote-work.mobile {
    display: none!important;
}

#notice1 {
    margin-bottom:-15px;
}

@media screen and (max-width: 1200px) { 
    header label.checkbox-block:nth-child(2) {
        text-align: right;
    }
    header label.checkbox-block:nth-child(1) {
        padding:0px;
    }
}

@media screen and (max-width: 1024px) {
    #wrapper > .width-33 {
        width:40%;
    }
    #wrapper > .width-66 {
        width:60%;
    }
    #wrapper > .separator {
        width: 25px;
    }
    .job-meta {
        display: block;
    }
    .jobabo-promo {
        position: relative;
    }
    .jobabo-promo-image {
        width:100px;
    }
    .jobabo-promo-image img {
        width:60px;
        height: auto;
    }
    .jobabo-promo-text {
        width: calc(100% - 60px - 25px);
    }
}

@media screen and (max-width: 879px) {
    .ui.accordion.desktop, .selectbox.desktop, .multicolumn.desktop, #notice1.desktop {
        display: none!important;
        visibility: hidden!important;
    }
    .ui.accordion.mobile {
        display: block!important;
        visibility: visible!important;
    }
    #wrapper {
        max-width: 800px;
        margin:0 auto;
    }
    #wrapper.multicolumn, #wrapper.multicolumn > div {
        display: block;
        width:100%;
    }
    #wrapper.multicolumn > .separator {
        display: none;
    }
    .next-back-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .button.go-back {
        margin-right:0px;
    }
    .promos {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
    }   
    label.checkbox-block {
        width:100%;
        float:none;
    }
    div.options {
        padding-right:28px;
    }
    input, input[type="text"], input[type="file"], input:focus, input[type="text"]:focus, input[type="file"]:focus, div.selectbox {
        margin-top:10px;
        margin-bottom:10px;
    }
    #filter-5 .ui-multiselect {
        margin-bottom:20px!important;
    }
    .multicolumn {
        margin-bottom:10px;
    }
    button, .button {
        width:100%;
    }
    .button.go-back {
        width:auto;
    }
    a.button, .button.submit {
        margin-bottom: 20px!important;
    }
    .button.secondary {
        width: 100%;
        margin: 0px auto!important;
        display: block;
        float: none;
    }
    .no-results, .empty-list {
        padding:15px;
    }
    .remote-work.desktop {
        display: none!important;
    }
    .remote-work.mobile {
        display: block!important;
        margin-top:50px;
        border-top:none;
        padding-top:0px;
    }
    .promos {
        display: block;
    }
    .jobabo {
        border-top:none;
    }
    .jobabo h3, .jobabo p {
        display: none;
    }
    .paging {
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 459px) { 
    .jobabo-promo-text {
        height:180px;
    }
    .jobabo-promo-text p {
        position: absolute;
        bottom: 25px;
        left:25px;
        width: 75%;
    }
    .next-back-buttons {
        flex-direction: column;
    }
    .jobabo-promo-image {
        width: 60px;
    }
    .jobabo-promo-image img {
        width: 40px;
    }
    .job {
        padding:25px 45px 25px 25px;
    }
}

@media screen and (max-width: 339px) {
    .jobabo-promo-text {
        height: 160px;
    }
}
