section.gesundheitsservice{
    background: #f5f5f5;
}

.gesundheitsservice .item.col-12.col-sm-6.col-md-4{
    background-color: white;
    background-clip: content-box;
    padding-top: 20px;
}

.gesundheitsservice .result-list .item:hover{
    background-color: white !important;
    transform: none !important;
}

.gesundheitsservice .result-list .item.errorMessage:hover{
    background-color: initial !important;
    transform: none !important;
}

.gesundheitsservice {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #f5f5f5), to(#f5f5f5));
    background: linear-gradient(to right, #ffffff 50%, #f5f5f5 50%, #f5f5f5);
}

@media (max-width: 991px) {
    .gesundheitsservice {
        background: white;
    }
}

.gesundheitsservice .template {
    display: none;
}

.gesundheitsservice .link {
    font-size: 1.5rem;
    letter-spacing: 0.8px;
    line-height: 18px;
    font-weight: 600;
    color: #00008F;
    cursor: pointer;
}

.gesundheitsservice .pageArea{
    padding-top: 0px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .gesundheitsservice .h1 {
        font-size: 3rem;
    }
}

.gesundheitsservice .resultcount {
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
    max-width: 240px;
    white-space: nowrap;
}

.gesundheitsservice .resultcount .resultnumber {
    font-size: 8.5rem;
    color: #cccccc;
    margin-bottom: -8px;
}

.gesundheitsservice .resultcount .resultlabel {
    font-size: 1.4rem;
    color: #999999;
    font-weight: 400;
    text-transform: uppercase;
}

.gesundheitsservice .resultstat.hide {
    display: none !important;
}

.gesundheitsservice .filter-selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
}
.gesundheitsservice .teaser-h3{
    padding-top: 25px;
}

.gesundheitsservice .titleBox p.h3{
    line-height: 1.3;
    font-size: 2.6rem;
    font-weight: 400;
    margin-top: 10px;
}

.gesundheitsservice .noscriptpagination {
    margin: 40px 0;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .gesundheitsservice .filter-selected.empty {
        margin-bottom: 20px !important;
    }
}

.gesundheitsservice .filter-selected > .filter-item {
    margin: 5px 10px;
    padding: 5px 0 5px 10px;
    white-space: nowrap;
    letter-spacing: 0.1px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #00008F;
    background-color: #f5f5f5;
    cursor: pointer;
}

.gesundheitsservice .filter-selected > .filter-item > a:after {
    content: '\E906';
    padding: 0 10px;
    font-family: 'axa-iconfont-functional';
}

.gesundheitsservice .filter-selected > .filter-item.filter-reset {
    background: none;
}

.gesundheitsservice .filter-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gesundheitsservice .filter-year > .filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 0 0;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    font-size: 1.4rem;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #999999;
    cursor: pointer;
    word-break: keep-all;
    word-wrap: normal;
}

.gesundheitsservice .filter-year > .filter-item > a {
    color: inherit;
}

.gesundheitsservice .filter-year > .filter-item:hover,
.gesundheitsservice .filter-year > .filter-item.-active {
    border-bottom: 2px solid #00008F;
    color: #00008F;
}

.gesundheitsservice .filter-year > .filter-item:last-child {
    margin-right: 0;
}

.gesundheitsservice .showFilterBar {
    letter-spacing: 0.8px;
}

.gesundheitsservice .showFilterBar:after {
    font-family: 'axa-iconfont-functional';
    font-weight: normal;
    content: '\E917';
    padding-left: 10px;
}

@media (min-width: 992px) {
    .gesundheitsservice .result-list {
        min-height: 600px;
        padding-bottom: 20px;
    }
}

.gesundheitsservice .result-list .item {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gesundheitsservice .result-list .item:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #f5f5f5;
}

.gesundheitsservice .result-list .item .line {
    border-bottom-color: #e5e5e5 !important;
}

.gesundheitsservice .result-list .item .line.last {
    border-bottom: none !important;
}

.gesundheitsservice .result-list .item .outer {
    padding-left: 0;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gesundheitsservice .result-list .item .outer:hover,
.gesundheitsservice .result-list .item .outer:focus,
.gesundheitsservice .result-list .item .outer:active {
    padding-right: 0;
    padding-left: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (max-width: 991px) {
    .gesundheitsservice .result-list .item .outer {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

.gesundheitsservice .result-list .item .outer .inner .col1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.gesundheitsservice .result-list .item .outer .inner .col1 .date,
.gesundheitsservice .result-list .item .outer .inner .col1 .leading {
    font-size: 1.4rem;
    color: #999999;
    text-transform: uppercase;
}

.gesundheitsservice .result-list .item .outer .inner .col1 .date {
    width: 95px;
}

.gesundheitsservice .result-list .item .outer .inner .col2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media (min-width: 992px) {
    .gesundheitsservice .result-list .item .outer .inner .col2 {
        margin-left: 95px;
    }
}

.gesundheitsservice .result-list .item .outer .inner .col2 > h3,
.gesundheitsservice .result-list .item .outer .inner .col2 > .h3 {
    cursor: pointer;
}

.gesundheitsservice .result-list .item .outer .inner .col2 > h3 > a,
.gesundheitsservice .result-list .item .outer .inner .col2 > .h3 > a {
    color: #333333;
}

.gesundheitsservice .result-list .item .teaser {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.gesundheitsservice .result-list .item .teaser .figure-image,
.gesundheitsservice .result-list .item .teaser .image {
    max-width: 255px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 15px !important;
}

@media (max-width: 767px) {
    .gesundheitsservice .result-list .item .teaser .figure-image,
    .gesundheitsservice .result-list .item .teaser .image {
        max-width: 100%;
        max-height: 100%;
        padding-right: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gesundheitsservice .result-list .item .teaser .figure-image,
    .gesundheitsservice .result-list .item .teaser .image {
        max-width: 290px;
        max-height: 164px;
    }
}

.gesundheitsservice .result-list .item .teaser .image {
    width: 100%;
}

.gesundheitsservice .result-list .item .teaser .teasertext {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media (min-width: 992px) {
    .gesundheitsservice .result-list .item.loadingMessage {
        margin-right: 40px;
    }
}

.gesundheitsservice .result-list .item.errorMessage {
    padding: 20px 0;
}

@media (min-width: 768px) {
    .gesundheitsservice .result-list .item.errorMessage {
        padding: 20px 60px;
    }
}

@media (min-width: 992px) {
    .gesundheitsservice .result-list .item.errorMessage {
        margin-right: 40px;
    }
}

.gesundheitsservice .filterbar {
    background-color: #f5f5f5;
    width: 100%;
}

@media (max-width: 991px) {
    .gesundheitsservice .filterbar {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        z-index: 2500;
    }

    .gesundheitsservice .filterbar .hline {
        position: relative;
        padding: 40px 20px;
    }

    .gesundheitsservice .filterbar .hline:after {
        display: block;
        content: '';
        height: 1px;
        background-color: #e5e5e5;
    }
}

.gesundheitsservice .filterbar.collapsed {
    width: 0 !important;
    overflow: hidden;
    padding: 0;
}

.gesundheitsservice .filterbar .filterbarWrapper {
    width: 100%;
}

.gesundheitsservice .filterbar .filterbarWrapper .close {
    text-align: right;
}

.gesundheitsservice .filterbar .filterbarWrapper .filter-clear .label:after {
    font-family: 'axa-iconfont-functional';
    font-weight: normal;
    content: '\E906';
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    top: 1px;
}

.gesundheitsservice .filterbar .filterbarWrapper .disabled {
    color: #999999;
}

.gesundheitsservice .filterbar .filterbarWrapper h3 {
    font-size: 1.8rem;
    letter-spacing: 0.6px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .gesundheitsservice .filterbar .filterbarWrapper h3 {
        font-family: "Publico", Georgia, serif;
        font-size: 3rem;
        letter-spacing: 1px;
        text-transform: none;
    }
}

.gesundheitsservice .filterbar .filter-list {
    margin: 0;
    padding: 0;
}

.gesundheitsservice .filterbar .filter-list > .filter-item {
    margin: 0;
    border-left: 2px solid transparent;
    padding: 7px 0 8px 20px;
    white-space: nowrap;
    font-size: 1.6rem;
    color: #333333;
    cursor: pointer;
    overflow: hidden;
}

.gesundheitsservice .filterbar .filter-list > .filter-item > a {
    color: inherit;
}

@media (min-width: 992px) {
    .gesundheitsservice .filterbar .filter-list > .filter-item {
        padding-left: 30px;
    }
    .display-none {
        display: none;
    }
}

.gesundheitsservice .filterbar .filter-list > .filter-item:hover,
.gesundheitsservice .filterbar .filter-list > .filter-item.-active {
    color: #00008F;
    border-left: 2px solid #00008F;
}

.gesundheitsservice .teaser p {
    margin-bottom: 0;
    margin-top: 25px
}

.gesundheitsservice .teaser h3 + p,
.gesundheitsservice .teaser h3 + ul {
    margin-top: 20px;
}

.gesundheitsservice .teaser .btn {
    width: 100%;
}

.gesundheitsservice .teaser .btn-link {
    margin-top: 30px;
}

.gesundheitsservice .teaser img {
    width: 100%;
}