/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --job-red:       rgba(230, 0,   5,   1);
    --job-darkred:   rgba(154, 0,   3,   1);
    --job-darkblue:  rgba(0,   45,  85,  1);
    --job-blue:      rgba(105, 140, 175, 1);
    --job-lightblue: rgba(235, 245, 255, 1);
    --job-grey:      rgba(102, 102, 102, 1);
    --job-white:     rgba(255, 255, 255, 1);
    --job-bold-font:   'Helvetica Neue LT W05 75 Bold';
}

.job-listings_header-title-underline {
    text-decoration: underline;
}

.job-listings_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: auto;
    max-width: var(--site_width);
    padding: 60px 30px;
    gap: 30px;
}

@media screen and (min-width:1024px) {
    .job-listings_post-filter-form-wrap {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    
    .job-listings_container {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .job-listings_wrap {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}

.job-listings_container {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: visible;
}

.job-listings_pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}

.job-listings_pagination .page-numbers {
    text-decoration: none;
    color: var(--job-grey);
    width: 30px;
    height: 30px;
    text-align: center;
}

.job-listings_pagination .current, .job-listings_pagination .next, .job-listings_pagination .prev {
    color:var(--job-darkblue);
    background-color: var(--job-lightblue);
    border-radius: 15px;
}

.job-listings_post-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    /* align-content: center; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

h2.job-listings_title {
    color: var(--job-red);
    font-family: var(--job-bold-font);
    margin: unset;
}

.job-listings_description {
    color:var(--job-grey);
}

.job-listings_post-title a {
    text-decoration: none;
}

.job-listings_header-container {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: var(--site_width);
    margin: 0 auto;
    padding: 60px 30px;
}

.job-listings_header-container, .job-listings_header-container h1 {
    text-align: center;
    color: var(--job-white);
    margin-bottom: unset;
    margin-top: unset;
}
.job-listings_header {
    background-color: var(--job-red);
}

.job-listings_filtered-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px;
    padding-left: .5em;
    padding-right: .5em;
}

.job-listings_post-bottom-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
}

.job-listings_post {
    padding: 30px;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1 );
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1 );
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.job-listings_job-id, .job-listings_job-type {
    padding: 2px 20px;
    border-radius: 24px;
    background-color: var(--job-lightblue);
    color:var(--job-darkblue);
}

.job-listings_button {
    background: var(--job-red);
    background: -webkit-gradient(linear, left top, right bottom, from(var(--job-darkred)), color-stop(50%, var(--job-red)));
    background: -o-linear-gradient(top left, var(--job-darkred) 0%, var(--job-red) 50%);
    background: linear-gradient(to bottom right, var(--job-darkred) 0%, var(--job-red) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e60005",endColorstr="#9a0003",GradientType=1);
    border-radius: 40px;
    text-align: center;
    min-width: 232px;
    height: 40px;
}

.job-listings_button-link {
    color: var(--job-white);
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.job-listings_button-link:hover, .job-listings_button-link:focus, .job-listings_button-link:target {
    color: var(--job-lightblue);
}

.job-listings_post-title a:hover h3 {
    color: var(--job-darkblue);
}

.job-listings_empty {
    color: var(--job-grey);
}

.job-listings_post-title h3{
    color: var(--job-darkblue);
    font-family: var(--job-bold-font);
    margin: unset;
}

.job-listings_post-description {
    color: var(--job-grey);
}

.job-listings_post-filter-form-wrap {
    border: 3px solid var(--job-red);
    border-radius: 24px;
    padding: 40px 30px 50px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
}

.job-listings_post-filter-form-title h2{
    color: var(--job-darkblue);
    font-family: var(--job-bold-font);
    margin: unset;
}

.job-listings_initiative-title h3{
    color: var(--job-darkblue);
    padding-bottom: 20px;
    font-family: var(--job-bold-font);
    margin: unset;
}

.job-listings_post-filter-form {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
}

.job-listings_post-filter-form h3 {
    font-size: 24px;
    color: var(--job-red);
    padding-bottom: 5px;
    font-family: var(--job-bold-font);
    margin: unset;
}

.job-listings_post-filter-form input {
    color: var(--job-grey)!important;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1 );
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1 );
    border: none;
    padding: 8px 20px;
}

.job-listings_post-filter-form input[type=submit]:hover {
    padding: 8px 20px;
    border: none;
    cursor: pointer;
}

.job-listings_post-filter-form input[type=submit] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--job-white)!important;
    background: var(--job-red);
    background: -webkit-gradient(linear, left top, right bottom, from(var(--job-darkred)), color-stop(50%, var(--job-red)));
    background: -o-linear-gradient(top left, var(--job-darkred) 0%, var(--job-red) 50%);
    background: linear-gradient(to bottom right, var(--job-darkred) 0%, var(--job-red) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e60005",endColorstr="#9a0003",GradientType=1);
}

.job-listings_post-filter-form input#stellenid {
    width: 96px;
}

::-webkit-input-placeholder {
    color: var(--job-grey)!important;
    opacity: 1; /* Firefox */
}

::-moz-placeholder {
    color: var(--job-grey)!important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    color: var(--job-grey)!important;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
    color: var(--job-grey)!important;
    opacity: 1; /* Firefox */
}

::placeholder {
    color: var(--job-grey)!important;
    opacity: 1; /* Firefox */
}
  
::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--job-grey)!important;
}

.label_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
    color: var(--job-grey);
}

.label_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .checkmark {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: var(--job-white);
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1 );
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1 );
    border: 0.5px rgba(0, 0, 0, 0.1 ) solid;
  }

  /* On mouse-over, add a grey background color */
.label_container:hover input ~ .checkmark {
    background-color: var(--job-lightblue);
  }
  
  /* When the checkbox is checked, add a blue background */
  .label_container input:checked ~ .checkmark {
    background-color: var(--job-red);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .label_container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .label_container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.job-listings_footer-content-container {
    max-width: var(--site_width);
    margin: 0 auto;
}


.job-listings_footer-button-container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 10px;
    margin-top: 20px;
}

.job-listings_footer-button {
    background: var(--job-red);
    background: -webkit-gradient(linear, left top, right bottom, from(var(--job-darkred)), color-stop(50%, var(--job-red)));
    background: -o-linear-gradient(top left, var(--job-darkred) 0%, var(--job-red) 50%);
    background: linear-gradient(to bottom right, var(--job-darkred) 0%, var(--job-red) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e60005",endColorstr="#9a0003",GradientType=1);
    border-radius: 40px;
    height: 40px;
    min-width: 282px;
    text-align: center;
}
.job-listings_footer-button-back {
    background-color: var(--job-darkblue);
    background-image: unset;
}

.job-listings_footer-content-container {
    background-color: var(--job-white);
    padding: 30px;
    border-radius: 24px;
    margin-top: -150px;

}
.job-listings_footer-content-container-wrap {
    padding: 0 30px;
    max-width: var(--site_width);
}

.job-listings_footer-button a {
    color: var(--job-white);
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.job-listings_footer-content {
    background-color: var(--job-lightblue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10vh;
}

.job-listings_footer-bg-image {
    height: 500px;
    background-image: url('https://www.drk-bremen.de/wp-content/uploads/2024/02/drk-bremen-stellenanzeigen.jpg');
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 60%;
}

h2.job-listings_footer-title {
    color: var(--job-red);
    margin: unset;
    font-family: var(--job-bold-font);
}
.job-listings_footer-text {
    color: var(--job-grey);
}

.job-listings_button.job-listings_button-initiative {
    min-width: 256px;
}

@media screen and (max-width:400px){
    .job-listings_post-title h3{
        font-size: 1.2em;
    }
}

@media screen and (max-width:680px){
    .job-listings_post{
        width: 100%;
    }
    .job-listings_post-description{
        overflow: hidden;
    }
    .job-listings_post-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 10px;
    }
    .job-listings_button.job-listings_button-initiative,
    .job-listings_button {
        min-width: unset;
    }
}

@media screen and (min-width:940px) and (max-width:1090px){
    .job-listings_post-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 10px;
    }
}

.fusion-footer-widget-area {
    --footer_border_size: unset!important;
    --footer_border_color: unset!important;
}