.news .article.article-aktuelles {
    margin-bottom: 0;
}

.news .article h1 {
    font-size: 26px;
    position: relative;
    line-height: 30px;
    padding-bottom: 12px;
    margin-bottom: 11px;
}

.news .article h1:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #ffb800;
    height: 1px;
    width: 89px;
}

@media screen and (max-width: 575px) {
    .news-list-view .row,
    .news-list-teaser-view.row {
        margin-right: 0;
        margin-left: 0;
    }
}

.news .article.row {
    position: relative;
}

.news .article.row:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 1px;
    left: 0;
    background: #ffb800;
    visibility: visible;
    margin-left: 15px;
    margin-right: 15px;
}

.news .article.row > div {
    padding: 30px 15px;
}

@media screen and (max-width: 575px) {
    .news .article.row > div:first-of-type {
        padding-bottom: 0;
    }

    .news .article.row > div {
        padding: 30px 15px;
    }
}

.news .article.article-aktuelles .news-img-wrap a {
    border: none;
}

.news .news-template-messen .article.article-aktuelles .news-img-wrap div {
    border: 1px solid #e3e3e3;
    padding: 19px !important;
    width: 168px;
    height: 168px;
}

.news .news-template-messen .article.article-aktuelles .news-img-wrap div img {
    max-width: 128px;
    max-height: 128px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    float: none;
}

.news .news-template-messen .article.article-aktuelles .teaser-text a:before {
    background: url("../Images/vor.png") no-repeat;
    content: "";
    display: inline-block;
    width: 17px;
    height: 15px;
}

@media (max-width: 576px) {
    .news .article.article-aktuelles .news-img-wrap {
        text-align: center;
    }
}

.news .article.article-aktuelles .news-img-wrap a img {
    width: 100%;
    max-width: 168px;
    height: auto;
}

.news .article.article-aktuelles p {
    margin-bottom: 0;
}

.news .article.article-aktuelles .news-list-date {
    color: #878787;
}

.news .article.article-aktuelles .headline {
    color: #000;
    font-weight: bold;
}

.news .article.article-aktuelles a.more {
    color: #000;
}

.news .article.article-aktuelles a.more svg,
.news .news-list-teaser-view .card .card-body a.more svg,
.news-single .article .news-backlink-wrap svg {
    transform: rotate(270deg);
    height: 10px;
    margin-top: -2px;
    margin-right: 5px;
}

.news .article.article-aktuelles .news-categories p {
    color: #878787;
}

.news .article.article-aktuelles .news-categories p .news-category-item {
    padding-right: 5px;
}

.news .article.article-aktuelles .news-categories p .news-category-item:after {
    content: "/";
    padding-left: 5px;
}

.news .article.article-aktuelles .news-categories p .news-category-item:last-child {
    padding-right: 0;
}

.news .article.article-aktuelles .news-categories p .news-category-item:last-child:after {
    content: none;
    padding-left: 0;
}

.news .pagination .page-item {
    margin-right: 5px;
}

.news .pagination .page-item .page-link {
    background-color: #ffb800;
    color: #000;
    border: none;
}

.news .pagination .page-item .page-link.rotate svg {
    transform: rotate(180deg);
}

.news .pagination .page-item .page-link:focus {
    box-shadow: none;
}

.news .pagination .page-item.active .page-link {
    border: 1px solid #c6c6c6;
    background-color: inherit;
    border-radius: unset;
    color: #c6c6c6;
    padding-bottom: 7px;
    padding-top: 7px;
}

.news .pagination .page-link.prev-next {
    background-color: inherit;
}

.news .pagination .page-link.prev-next:focus {
    box-shadow: unset;
}

.news .pagination .page-link.prev-next:hover {
    background-color: inherit;
}

.news .btn-top {
    border-radius: unset;
    border: none;
    background-color: #ffb800;
    padding-right: 20px;
    padding-left: 20px;
}

.news .btn-top:focus {
    box-shadow: none;
}

.news .btn-top svg {
    width: 10px;
    margin-right: 10px;
}

.news .pagination-row {
    padding: 20px 0;
    margin-bottom: 30px;
}

.pagination-row .pagination-totoplink {
    text-align: right;
}

@media (max-width: 767px) {
    .pagination-row .pagination-totoplink {
        margin-top: 15px;
        text-align: center;
    }
}

.pagination-border-bottom {
    border-bottom: 1px solid #ffb800;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    max-width: 1100px;
    width: 100%;
}

.news .news-list-teaser-view .card {
    border: none;
    border-radius: unset;
}

.news .news-list-teaser-view .card .card-body h5.card-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.news .news-list-teaser-view .card .card-body a,
.news .news-list-teaser-view .card .card-body p {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.news .news-list-teaser-view .card .card-body a.headline,
.news .news-list-teaser-view .card#news-archive-card .card-body #news-archiv-link {
    font-family: FagoWebPro-Bold, Helvetica, Arial, sans-serif;
}

.news .news-list-teaser-view .card .news-list-teaser-img-wrap {
    height: 252px;
    width: 252px;
}

.news .news-list-teaser-view .card img {
    max-width: 252px;
    max-height: 252px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.news .news-list-teaser-view .card .card-body p {
    margin-bottom: 20px;
}

.news .news-list-teaser-view .card#news-archive-card {
    background-color: #ffb800;
    height: 252px;
}

.news .news-list-teaser-view .card#news-archive-card .card-body #news-archive-wrapper-link {
    height: 136px;
    padding-top: 85px;
}

.news .news-list-teaser-view .card#news-archive-card .card-body > svg {
    float: right;
}

.news .news-template-stellenangebote #accordionStellenangebote .card {
    border-radius: unset;
    border: 1px solid #ffb800;
    margin-bottom: 30px;
}

.news .news-template-stellenangebote #accordionStellenangebote .card:last-of-type {
    margin-bottom: 0;
}

.news .news-template-stellenangebote #accordionStellenangebote .card-header {
    background-color: #ffb800;
    border-radius: unset;
}

.news .news-template-stellenangebote #accordionStellenangebote .card-header .btn-link {
    color: #000;
    font-size: 18px;
    max-width: 90%;
    overflow: hidden;
    text-align: left;
    white-space: normal;
}

@media screen and (max-width: 425px) {
    .news .news-template-stellenangebote #accordionStellenangebote .card-header .btn-link {
        max-width: 80%;
    }
}

.news .news-template-stellenangebote #accordionStellenangebote .card-header a {
    padding: 7px 0;
}

.news .news-template-stellenangebote #accordionStellenangebote .card-header a:not(.collapsed) svg {
    transform: rotate(180deg);
}

.news .news-template-stellenangebote #accordionStellenangebote .card-reyher-logo {
    padding: 50px 30px;
    height: 150px;
}

.news .news-template-stellenangebote #accordionStellenangebote .card-reyher-headline {
    background-color: #000;
    color: #fff;
    padding: 15px 20px;
}

.news .news-template-stellenangebote #accordionStellenangebote .card-reyher-headline span {
    font-size: 20px;
}

.news .news-template-stellenangebote #accordionStellenangebote .card-reyher-body {
    padding: 20px 40px 20px 30px;
}

.news .news-template-stellenangebote #accordionStellenangebote .card-body {
    background-color: #ffb800;
}

.news .news-template-stellenangebote #accordionStellenangebote .black-border {
    width: 55%;
    border-bottom: 10px solid #000;
}

.news .news-template-stellenangebote #accordionStellenangebote .grey-border {
    width: 45%;
    border-bottom: 10px solid #f0f0f0;
}

.news .news-template-stellenangebote #stellenageboteInitiativ {
    border-radius: unset;
    border: none;
}

@media screen and (max-width: 425px) {
    .news .news-template-stellenangebote #stellenageboteInitiativ {
        margin-top: 30px;
    }
}

.news .news-template-stellenangebote #stellenageboteInitiativ .card-img-top {
    border-radius: unset;
}

.news .news-template-stellenangebote #stellenageboteInitiativ .card-body {
    background-color: #f0f0f0;
    border-radius: unset;
    padding: 30px 40px;
}

.news .news-template-stellenangebote #stellenageboteInitiativ .card-body a {
    background-color: #ffb800;
    color: #000;
    border: none;
    border-radius: unset;
    width: 100%;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 30px;
    white-space: normal;
}

.news .news-template-stellenangebote #stellenageboteInitiativ .card-body a svg {
    margin-right: 5px;
}

.news-single .header-border {
    border-bottom: 3px solid #ffb800;
    width: 20%;
}

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

.news-single .article .news-img-wrap {
    margin: 0;
    float: none;
    width: auto;
}

.news .news-detail-footer {
    margin-top: 30px;
}

@media (max-width: 576px) {
    .news .news-detail-footer {
        margin-left: 15px;
        margin-right: 15px;
    }

    .news .news-detail-footer .news-detail-footer-col1 {
        margin-bottom: 15px;
    }
}

.news .news-detail-footer .news-detail-reyher-logo {
    margin-top: 2px;
}

.news-single .article .news-detail-footer p,
.news .news-detail-footer p,
.news-single .article .news-backlink-wrap a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.news-single .article .news-detail-footer p.news-detail-footer-headline,
.news .news-detail-footer p.news-detail-footer-headline {
    font-family: FagoWebPro-Bold, Helvetica, Arial, sans-serif;
}

.news-single .article .news-detail-footer a.btn {
    background-color: #ffb800;
    border: none;
    border-radius: unset;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.news-single .article .news-detail-footer a.btn svg {
    height: 16px;
    width: 16px;
}

#news-filter-wrapper {
    padding: 20px;
    background-color: #f0f0f0;
}

@media (max-width: 767px) {
    #news-filter-wrapper .col-sm-6 + .col-sm-6 + .col-sm-6,
    #news-filter-wrapper .col-sm-6 + .col-sm-6 + .col-sm-6 + .col-sm-6 {
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    #news-filter-wrapper .col-sm-6 + .col-sm-6,
    #news-filter-wrapper .col-sm-6 + .col-sm-6 + .col-sm-6 {
        margin-top: 10px;
    }
}

#news-filter-wrapper .btn {
    border-radius: unset;
    border: none;
    background-color: #ffb800;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 34px;
    margin-right: 25px;
    color: #000;
}

#news-filter-wrapper .btn:last-child {
    margin-right: 0;
}

@media (max-width: 576px) {
    #news-filter-wrapper .btn {
        margin-top: 14px;
    }
}

#news-filter-wrapper .btn:focus {
    box-shadow: none;
}

#news-filter-wrapper .btn svg {
    margin-right: 10px;
}

.no-news-found .alert-warning {
    background-color: #ffb800;
    color: black;
    border: none;
    height: 40px;
    border-radius: unset;
    font-size: 15px;
    line-height: 40px;
    padding: 0 15px;
    margin-bottom: 25px;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .no-news-found .alert-warning {
        height: auto;
        line-height: 25px;
    }
}

.news.news-single .col-xs-12.col-sm-4 {
    margin-bottom: 14px;
}

.news.news-single .news-img-wrap .outer {
    width: 100%;
    display: table;
    box-shadow: 0 0 4px 0 rgb(155 155 155 / .5);
}

.news.news-single .news-img-wrap .outer:first-child {
    margin-bottom: 10px;
}

.news.news-single .news-img-wrap .outer:not(:first-child) {
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.news.news-single .news-img-wrap .outer .mediaelement.mediaelement-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

.news.news-single .news-img-wrap .outer a {
    float: none;
    padding: 0;
    border: 0;
    background: none;
}

.news.news-single .news-img-wrap .outer img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.news.news-single .news-img-wrap .outer:first-child img {
    max-height: 258px;
}

.news.news-single .news-img-wrap .outer:not(:first-child) img {
    max-height: 82px;
}

@media (min-width: 769px) {
    .news.news-single .col-sm-4 {
        max-width: 288px;
    }

    .news.news-single .news-img-wrap .outer:first-child {
        max-height: 258px;
        max-width: 258px;
        min-height: 258px;
        min-width: 258px;
        margin-bottom: 10px;
    }

    .news.news-single .news-img-wrap .outer:not(:first-child) {
        max-height: 82px;
        max-width: 82px;
        min-height: 82px;
        min-width: 82px;
    }

    .news.news-single .news-img-wrap .outer:nth-child(3n+1) {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .news.news-single .news-img-wrap .outer:not(:first-child) {
        max-height: 69px;
        max-width: 69px;
        min-height: 69px;
        min-width: 69px;
    }

    .news.news-single .news-img-wrap .outer:not(:first-child) img {
        max-height: 69px;
    }

    .news.news-single .news-img-wrap .outer:nth-child(3n+1) {
        margin-right: 0;
    }
}

@media (max-width: 425px) {
    .news.news-single .news-img-wrap .outer:not(:first-child) {
        max-height: 94px;
        max-width: 94px;
        min-height: 94px;
        min-width: 94px;
    }

    .news.news-single .news-img-wrap .outer:not(:first-child) img {
        max-height: 94px;
    }

    .news.news-single .news-img-wrap .outer:nth-child(4n+1) {
        margin-right: 0;
    }
}

@media (max-width: 375px) {
    .news.news-single .news-img-wrap .outer:not(:first-child) {
        max-height: 81px;
        max-width: 81px;
        min-height: 81px;
        min-width: 81px;
        margin-right: 7px;
        margin-bottom: 7px;
    }

    .news.news-single .news-img-wrap .outer:not(:first-child) img {
        max-height: 81px;
    }

    .news.news-single .news-img-wrap .outer:nth-child(4n+1) {
        margin-right: 0;
    }
}

@media (max-width: 320px) {
    .news.news-single .news-img-wrap .outer:not(:first-child) {
        max-height: 92px;
        max-width: 92px;
        min-height: 92px;
        min-width: 92px;
    }

    .news.news-single .news-img-wrap .outer:not(:first-child) img {
        max-height: 92px;
    }

    .news.news-single .news-img-wrap .outer:nth-child(3n+1) {
        margin-right: 0;
    }
}

/* IE10+ CSS styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .news.news-single .news-img-wrap .outer:first-child img {
        max-height: 258px;
        max-width: 258px;
    }

    .news.news-single .news-img-wrap .outer:not(:first-child) img {
        max-height: 82px;
        max-width: 82px;
    }
}

@media (max-width: 769px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .news.news-single .news-img-wrap .outer:first-child img {
        max-height: 207px;
        max-width: 175px;
    }

    .news.news-single .news-img-wrap .outer:not(:first-child) img {
        max-height: 69px;
        max-width: 69px;
    }
}

/* LIGHTBOX STELLENANGEBOTE - START */
#modal_stellenanzeige .modal-header {
    border-bottom: none;
}

@media (min-width: 576px) {
    #modal_stellenanzeige .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 992px) {
    #modal_stellenanzeige .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 1200px) {
    #modal_stellenanzeige .modal-dialog {
        max-width: 1040px;
    }
}

.news-detail-modal {
    background: rgb(255 184 0);
    padding: 0;
}

#modal_stellenanzeige .card-reyher-logo {
    padding: 10px 30px 50px;
    background: #fff;
}

#modal_stellenanzeige .card-reyher-logo:after {
    content: "";
    display: block;
    clear: both;
}

#modal_stellenanzeige .card-reyher-headline {
    background-color: #000;
    color: #fff;
    padding: 15px 20px;
}

#modal_stellenanzeige .card-reyher-headline span {
    font-size: 20px;
}

#modal_stellenanzeige .card-reyher-body {
    padding: 20px 40px;
    background: #fff;
}

#modal_stellenanzeige .news-text-wrap {
    padding: 26px 40px;
}

#modal_stellenanzeige a.button-reyher-black {
    margin-top: 0;
    margin-bottom: 0;
}

#modal_stellenanzeige .grey-border {
    width: 45%;
    border-bottom: 10px solid #f0f0f0;
}

#modal_stellenanzeige .black-border {
    width: 55%;
    border-bottom: 10px solid #000;
}

#modal_stellenanzeige button.close #modal_close {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
}

#modal_stellenanzeige button.close #modal_close:before,
#modal_stellenanzeige button.close #modal_close:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #d3d3d3;
}

#modal_stellenanzeige button.close #modal_close:before {
    left: 50%;
    width: 30%;
    margin-left: -15%;
    height: 100%;
    transform: rotate(-45deg);
}

#modal_stellenanzeige button.close #modal_close:after {
    top: 50%;
    height: 30%;
    margin-top: -15%;
    width: 100%;
    transform: rotate(-45deg);
    right: 0;
}

.atl-col-no-padding {
    padding: 0;
}

body.modal-open .mm-slideout {
    z-index: auto;
}

.card-body a.button-reyher-black + a.icon-pdf,
#modal_stellenanzeige a.button-reyher-black + a.icon-pdf {
    padding-left: 70px;
}

.card-body a.button-reyher-black + a.icon-pdf:before,
#modal_stellenanzeige a.button-reyher-black + a.icon-pdf:before {
    left: 20px;
}

.card-body a.button-reyher-black + a.icon-pdf:after,
#modal_stellenanzeige a.button-reyher-black + a.icon-pdf:after {
    left: 19px;
}

/* LIGHTBOX STELLENANGEBOTE - END */
