/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-latest-container HR.clearer,
.news-list-container HR.clearer,
.news-list2-container HR.clearer,
.news-list3-container HR.clearer,
.news-single-item HR.cl-left,
.news-single-item HR.cl-right {
    clear: right;
    height: 1px;
    border: none;
    padding: 0;
    margin: 0;
}

.news-list2-container HR.clearer,
.news-list3-container HR.clearer {
    clear: both;
}

.news-single-item HR.cl-left {
    clear: left;
}

/*-----------------------------------  news LATEST view  -----------------------------------*/

.news-latest-container {
    padding: 10px;
}

.news-latest-gotoarchive {
    padding: 3px;
    margin: 3px;
    background-color: #f3f3f3;
}


.news-latest-container H2 {
    padding: 0 0 2px 0;
    margin: 0;
}

.news-latest-item {
    padding: 3px;
    margin: 0;
}

.news-latest-item IMG {

    margin: 0 5px 5px 0;
    float: left;
    border: none;
}

.news-latest-category IMG {
    float: none;
    border: none;
    margin: 0;
}

.news-latest-item > p {
    margin: 0;
    padding: 0;
}

/*--------------------------------- news LIST view  -----------------------------------*/
.news-list-item {
    padding: 0 0 10px 0;
}

.news-list-container H2 {
    margin: 0;
}

.news-list-date {
    float: right;
    display: block;
    padding-left: 10px;
}

.news-list-imgcaption {
    padding: 3px 3px 0 0;

}

.news-list-container IMG {
    float: right;
    margin: 0;
    border: none;
}

.news-list-item img {
    margin: 0;
    float: none;
    width: 100%;
    height: auto;
}

.news-list-category IMG {
    float: none;
    border: none;
    margin: 0;
}

.news-list-morelink {
    padding-left: 5px;
}

/*---------------------------------  LIST2 / 3 ---------------------------------*/

.news-list2-container,
.news-list3-container {
    padding: 0 0 10px 0;
}

.news-list2-container,
.news-list3-container {
    background: #e5e5e5;
}

.news-list3-item,
.list2-subdiv-hdr {
    background: #f1f1f1;
}

.news-list2-container .hdr-left,
.news-list2-container .hdr-right,
.news-list3-container .list3-left,
.news-list3-container .list3-right {
    width: 48%;
    float: left;
    padding: 5px;
}

.news-list2-container .sub-left,
.news-list2-container .sub-middle,
.news-list2-container .sub-right {
    width: 31%;
    float: left;
    padding: 5px;
}

.news-list3-item {
    padding: 5px;
}

.news-list3-item,
.list3-subdiv,
.list2-subdiv {
    border-top: 5px solid #fff;
}

.news-list2-container IMG {
    float: right;
    margin: 0 2px 5px 5px;
    border: none;
}

.news-list3-container IMG {
    float: left;
    margin: 0 5px 5px 2px;
    border: none;
}

/*---------------------------------  news Page-Browser ---------------------------------*/

.news-list-browse {
    text-align: center;
    margin-bottom: 20px;
}

.activeLinkWrap {
    font-weight: bold;
}

.disabledLinkWrap {
    color: #999;
}

.disabledLinkWrap,
.browseLinksWrap a,
.activeLinkWrap {
    padding: 0 1px;
}

/*--------------------------------- news SINGLE view  ---------------------------------*/

.news-single-item {
    margin-bottom: 5px;
}

.news-single-img {
    float: right;
    margin: 10px 0 0 10px;
    padding: 0;
}

.news-single-img img {
    border: none;
}

.news-single-imgcaption {
    padding: 1px 0 3px 0;
    margin: 0;
}

.news-single-rightbox {
    float: right;
    width: 160px;
    text-align: right;
    clear: both;
}

.news-single-backlink {
    padding: 10px;
}

.news-single-additional-info {
    margin-top: 15px;
    padding: 3px;
    clear: both;
}

.news-single-related,
.news-single-files,
.news-single-links {
    margin: 0 0 3px;
    padding: 3px;
}

.news-single-related DD,
.news-single-links DD,
.news-single-files DD {
    margin-left: 20px;
}

.news-single-related DT,
.news-single-links DT,
.news-single-files DT {
    font-weight: bold;
    margin-left: 5px;
}

.news-single-files DD A {
    padding: 0 3px;
}

/*--------------------------------- SINGLE2  ---------------------------------*/

.sv-img-big img,
.sv-img-small img {
    border: none;
}

.sv-img-big {
    float: right;
    padding: 10px 0 2px 10px;
}

.sv-img-small-wrapper {
    padding: 15px 0;
}

.sv-img-small {
    float: left;
    padding: 0 10px 10px 0;
}

/*--------------------------------- news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
    width: 165px;
    padding: 0;
    margin-left: 10px;
}

.news-amenu-container li {
    padding-bottom: 1px;
}

.news-amenu-container li:hover {
    background-color: #f3f3f3 !important;
}

.news-amenu-container ul {
    padding: 0;
    margin: 5px 0 0;
    list-style-type: none;
}

.secondlevel ul {
    margin: 0 0 5px 0;
}

.news-amenu-item-year {
    font-weight: bold;
    margin-top: 10px;
    padding: 2px;
    background-color: #f3f3f3;
}

.amenu-act {
    background: #fff;
    font-weight: bold;
}

/*--------------------------------- news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu {
    padding: 10px;
}

ul.tree {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
}

ul.tree A {
    text-decoration: none;
}

ul.tree A.pm {
    cursor: pointer;
}

ul.tree img {
    vertical-align: middle;
}

ul.tree ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 17px;
}

ul.tree ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 10px;
    white-space: nowrap;
}

ul.tree ul li.last > ul {
    background: none;
}

ul.tree li.active, ul.tree ul li.active {
    background-color: #ebebeb !important;
}

ul.tree li.active ul, ul.tree ul li.active ul {
    background-color: #f7f3ef;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
    padding: 1px 1px 1px 10px;
    background-color: #ebf8bf;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
}

.level2 {
    padding: 1px 1px 1px 10px;
    background-color: #ddf393;
    border-left: 1px solid #666;
}

.level3 {
    padding: 1px 1px 1px 10px;
    background-color: #cae46e;
    border-left: 1px solid #666;
    border-top: 1px solid #666;

}

.level4 {
    padding: 1px 1px 1px 10px;
    background-color: #b0cb51;
    border-left: 1px solid #666;
}

.news-amenu-container {
    margin: 0 0 0 -20px;
    width: auto;
    font-family: "DIN_1451-Engschrift", sans-serif;
    font-size: 22px;
    color: #124167;
}

/** Slider **/
.slick-slide .news-list-item a {
    font: inherit;
    color: inherit;
    font-weight: normal !important;
    text-decoration: none !important;
}

/** JOB OFFERS **/
.news-list-container.joboffers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.news-list-container.joboffers div.news-list-item {
    border-bottom: 0;
    padding: 0 15px !important;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .news-list-container.joboffers div.news-list-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .news-list-container.joboffers div.news-list-item {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.news-list-container.joboffers h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.news-list-container.joboffers a {
    background: #e6f4fb;
    border-left: 5px solid #124167;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    min-height: 150px;
    display: block;
    padding: 20px;
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .news-list-container.joboffers a {
        min-height: 180px;
        padding: 25px;
    }
}

@media (min-width: 992px) {
    .news-list-container.joboffers a {
        min-height: 220px;
    }
}

@media (min-width: 1200px) {
    .news-list-container.joboffers a {
        min-height: 250px;
    }
}

@media (min-width: 1400px) {
    .news-list-container.joboffers a {
        min-height: 230px;
    }
}

.news-list-container.joboffers a:hover {
    border-left: 5px solid #b0c939;
}

.news-list-container.joboffers div.news-list-item .job_details {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
}

@media (min-width: 992px) {
    .news-list-container.joboffers div.news-list-item .job_details {
        position: absolute;
        left: 40px;
        right: 40px;
        bottom: 20px;
        justify-content: space-between;
    }
}

.news-list-container.joboffers div.news-list-item .job_details .job_detail.location,
.news-list-container.joboffers div.news-list-item .job_details .job_detail.working_time {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    font-weight: 500;
    padding-top: 40px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center top;
}

@media (min-width: 992px) {
    .news-list-container.joboffers div.news-list-item .job_details .job_detail.location,
    .news-list-container.joboffers div.news-list-item .job_details .job_detail.working_time {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding-top: 50px;
        background-size: 40px 40px;
    }
}

.news-list-container.joboffers div.news-list-item .job_details .job_detail.location {
    background-image: url("../Icons/icon-pin.svg");
}

.news-list-container.joboffers div.news-list-item .job_details .job_detail.working_time {
    background-image: url("../Icons/icon-timer.svg");
}

.news-list-container.joboffers div.news-list-item .location span,
.news-list-container.joboffers div.news-list-item .working_time span {
    display: block;
    line-height: 1.1;
}

.news-list-container.joboffers div.news-list-item .job_details .job_detail.button_outer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

@media (min-width: 992px) {
    .news-list-container.joboffers div.news-list-item .job_details .job_detail.button_outer {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        text-align: right;
    }
}

.news-list-container.joboffers .button {
    padding: 10px 10px;
    margin-top: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #b0c939;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 10px 10px;
}

@media (min-width: 992px) {
    .news-list-container.joboffers .button {
        margin-top: 0;
    }
}