/*///////////////////////////////////////////////////////
// Dynamic Grid (Info Hub / News)
//////////////////////////////////////////////////////*/

.tileGrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(12, 1fr);
    /* grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); */
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.tileItem {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    -ms-grid-column-span: 4;
    grid-column: span 4;
    min-height: 250px;
}
.tileItem.tileLarge .tileContent, .infoHub .tileItem:nth-child(2) .tileContent, .infoHub .tileItem:nth-child(9)  .tileContent, .tileBlank .tileContent {
    /* height: 100%; */
    margin-top: auto;
}
.tileItem > a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-flow: column wrap;
    width: 100%;
    float: left;
    height: 100%;
}
.tileItem.tileLarge {
    background: transparent;
}
.tileItem.tileLarge .tileContent {
    padding: 60px 30px 50px 30px;
}
/* .tileItem.tileLarge .tileContent header, .infoHub .tileItem:nth-child(2) .tileContent header, .infoHub .tileItem:nth-child(9) .tileContent header, .tileBlank .tileContent header {
    margin-top: auto;
} */
.tileItem:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.tileItem:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.tileItem:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}
.newsListing .tileItem:nth-child(4), .tileItem.tileLarge {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    -ms-grid-row-span: 2;
    grid-column: span 8;
    grid-row: span 2;
}
.infoHub .tileItem:nth-child(3) .tileImage,
.newsListing .tileItem:nth-child(5) .tileImage, .newsListing .tileItem:nth-child(6) .tileImage {
    display: none;
}
.infoHub .tileItem:nth-child(2) .tileContent, .infoHub .tileItem:nth-child(3) .tileContent,
.newsListing .tileItem:nth-child(5) .tileContent, .newsListing .tileItem:nth-child(6) .tileContent {
    padding: 60px 30px;
}
.infoHub .tileItem:nth-child(2) .tileCategory, .infoHub .tileItem:nth-child(3) .tileCategory,
.newsListing:not(.searchResultListing) .tileItem:nth-child(5) .tileCategory, .newsListing:not(.searchResultListing) .tileItem:nth-child(6) .tileCategory {
    background-color: rgba(180,180,180,0.1);
    color: #404040;
}
.tileItem:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
}
.tileItem:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
}
.newsListing .tileItem:nth-child(7), .infoHub .tileItem:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: span 6;
}
.newsListing .tileItem:nth-child(8), .infoHub .tileItem:nth-child(5) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: span 3;
}
.newsListing .tileItem:nth-child(9), .infoHub .tileItem:nth-child(6) {
    -ms-grid-row: 4;
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: span 3;
}
.tileItem:nth-child(n+10) {
    -ms-grid-row: 5;
    -ms-grid-column-span: 4;
    grid-column: span 4;
    grid-auto-flow: column;
}
.tileItem.hubTeaser, .tileGrid .btnWrap {
    grid-column: span 12;
}

.tileCategory {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: rgba(15,15,15,0.3);
    padding: 0 25px;
    height: 50px;
    font-size: 1rem;
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: 0.01em;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}
.tileBlank .tileCategory {
    color: #404040;
    background-color: rgba(216,216,216,0.1);
}
.tileImage {
    position: relative;
    float: left;
    width: 100%;
    min-height: 240px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: rgba(112,112,112,0.2);
}
.newsListing .tileItem:nth-child(7) .tileImage, .infoHub .tileItem:nth-child(4) .tileImage {
    background-position: center center;
}
.tileContent {
    text-align: left;
    float: left;
    padding: 25px 30px 60px 30px;
    display: flex;
    flex-direction: column;
    -webkit-flex-flow: column;
    flex-flow: column;
}
.infoHub .tileItem:nth-child(7) .tileContent {
    margin-top: auto;
}
.tileItem.tileLarge .tileContent, .tileItem.tileBlank .tileContent {
    padding: 60px 30px;
}
.tileContent header {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
}
.tileContent header time, .tileContent header h3 {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.25em;
    display: inline-block;
}
.tileContent header h3 {
    text-overflow: ellipsis;
}
.tileContent header h3:empty {
    display: none;
}
.newsListing .tileContent header h3:before {
    position: relative;
    font-size: 0.8rem;
    content: '•';
    padding: 0 7px 0 5px;
    font-weight: 400;
}
.tileDate {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.tileContent header .tileDate:after {
    position: relative;
    font-size: 0.6em;
    content: '•';
    padding: 0 7px 0 7px;
    font-weight: 400;
}
.newsListing .tileContent header .tileDate:after {
    display: none;
}
.tileHeadline {
    font-size: 30px;
    line-height: 1.2em;
    float: left;
    width: 100%;
    margin: 0;
}
.tileItem.tileLarge, .infoHub .tileItem:nth-child(2), .tileItem.tileLarge, .infoHub .tileItem:nth-child(7) {
    background-color: transparent;
}
.tileLarge .tileImage, .infoHub .tileItem:nth-child(2) .tileImage, .infoHub .tileItem:nth-child(7) .tileImage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.infoHub .tileItem .tileImage:before {
    display: none;
}
.infoHub .tileLarge .tileImage:before, .infoHub .tileItem:nth-child(2) .tileImage:before, .infoHub .tileItem:nth-child(7) .tileImage:before,
.newsListing .tileItem.tileLarge .tileImage:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.tileItem.tileLarge .tileHeadline, .tileItem.tile50 .tileHeadline {
    width: 65%;
}
.tileItem.tileLarge *, .infoHub .tileItem:nth-child(2) *, .infoHub .tileItem:not(.hubTeaser):nth-child(7) * {
    color: #FFFFFF !important;
}
.tileItem.tileLarge a, .tileItem.tileBlank a, .tileItem.tileJob a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-flow: column wrap;

}
.tileItem.tileJob a {
    background: #ff003a;
    justify-content: center;
}
.tileItem.tileLarge > a, .tileItem.tileBlank > a, .infoHub .tileItem:nth-child(2) > a, .infoHub .tileItem:nth-child(7) > a {
    position: absolute;
}
/*.tileItem.tileJob {
    background: #FF003A;
}*/
.tileItem.tileJob .tileTag:before {
    display: none;
}
.tileItem.bgGrey {
    background: #F2F2F2;
}
.tileItem.bgRed {
    background: #FF003A;
}
.tileItem.bgBlue {
    background: #206CAF;
}
.tileGrid .btnOutline {
    padding: 18px 135px;
}
.infoHub .btnWrap .btnOutline {
    min-width: 335px;
}

/*** InfoHub mit Aktions-Teaser ***/
.infoHub .tileItem.hubTeaser + .tileItem {
    background: transparent;
}
.infoHub .tileItem.hubTeaser + .tileItem .tileImage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.infoHub .tileItem.hubTeaser + .tileItem + .tileItem {
    background: #fff;
}
.infoHub .tileItem.hubTeaser + .tileItem > a {
    position: absolute;
}
.infoHub .tileItem.hubTeaser + .tileItem + .tileItem > a {
    position: relative;
}
.infoHub .tileItem.hubTeaser + .tileItem + .tileItem .tileImage {
    position: relative;
    height: auto;
    z-index: 10;
}
.infoHub .tileItem.hubTeaser + .tileItem .tileImage:before {
    display: block;
}
.infoHub .tileItem.hubTeaser + .tileItem + .tileItem .tileImage:before {
    display: none;
}
.infoHub .tileItem.hubTeaser + .tileItem .tileContent {
    margin-top: auto;
}
.infoHub .tileItem.hubTeaser + .tileItem *, .infoHub .tileItem.hubTeaser + .tileItem + .tileItem .tileCategory {
    color: #FFFFFF !important;
}
.infoHub .tileItem.hubTeaser + .tileItem + .tileItem * {
    color: #404040 !important;
}
.infoHub .tileItem.hubTeaser.bgGrey {
    background-color: #98989b !important;
}
.infoHub .tileItem.hubTeaser.bgGrey .htContent h2, .infoHub .tileItem.hubTeaser.bgGrey .htContent p {
    color: #ffffff !important;
}
.infoHub .tileItem.hubTeaser.bgGrey .htBtn:hover {
    color: rgba(15,15,15,1);
    background-color: rgba(214,215,215,1);
}
.newsListing .newsLoadMore.hidden, .eventListing .newsLoadMore.hidden {
    display: none;
}
@media (max-width: 1280px) {
    .tileItem.tileLarge {
        grid-column: span 7;
    }
    .tileItem:nth-child(2), .tileItem:nth-child(3) {
        grid-column: span 5;
    }
    .newsListing .tileItem:nth-child(1), .newsListing .tileItem:nth-child(2), .newsListing .tileItem:nth-child(3),
    .newsListing .tileItem:nth-child(7), .newsListing .tileItem:nth-child(8), .newsListing .tileItem:nth-child(9) {
        grid-column: span 4;
    }
    .tileItem.tileLarge .tileHeadline, .tileItem.tile50 .tileHeadline {
        width: 85%;
    }
    .tileHeadline {
        font-size: 26px;
    }
    .newsListing .tileItem:nth-child(7) .tileImage, .infoHub .tileItem:nth-child(4) .tileImage {
        background-position: center top;
    }
}
@media (max-width: 1100px) {
    .infoHub .tileItem:nth-child(4), .infoHub .tileItem:nth-child(5), .infoHub .tileItem:nth-child(6) {
        grid-column: span 4;
    }
    .tileImage {
        /*min-height: 160px;*/
        min-height: auto;
        aspect-ratio: 16 / 9;
        background-size: cover;
        background-position: center;
    }
    .tileHeadline {
        font-size: 24px;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .tileContent header time, .tileContent header h3 {
        font-size: 0.875rem;
    }
    .tileContent header time:after {
        padding-left: 5px;
    }
}
@media (max-width: 860px) {
    .mainContent .infoHub .tileItem {
        grid-column: span 6;
        grid-row: span 1;
        min-height: 250px;
    }
    .mainContent .infoHub .tileItem.tileJob {
        min-height: 300px;
    }
    .mainContent .infoHub .tileItem.hubTeaser, .mainContent .infoHub .tileItem.tileJob {
        grid-column: span 12;
    }
    .mainContent .newsListing .tileItem {
        grid-column: span 6;
        grid-row: span 1;
    }
    .mainContent .newsListing .tileItem.tileLarge {
        grid-row-start: 2;
        grid-column: span 12;
        min-height: 350px;
    }
    .infoHub .tileItem:nth-child(3) .tileImage,
    .newsListing .tileItem:nth-child(5) .tileImage, .newsListing .tileItem:nth-child(6) .tileImage {
        display: block;
    }
    .tileItem.tileBlank > a {
        position: relative;
    }
    .infoHub .tileItem:nth-child(3) .tileCategory,
    .newsListing:not(.searchResultListing) .tileItem:nth-child(5) .tileCategory, .newsListing:not(.searchResultListing) .tileItem:nth-child(6) .tileCategory {
        background-color: rgba(15,15,15,0.3);
        color: #FFFFFF;
    }
    .newsListing .tileItem:nth-child(5) .tileCategory, .newsListing .tileItem:nth-child(6) .tileCategory {
        background-color: rgba(15,15,15,0.1);
    }
    .tileContent {
        padding: 15px 20px 40px 20px !important;
    }
}
@media (max-width: 680px) {
    .tileCategory {
        height: 40px;
        line-height: 40px;
        font-size: 0.875rem;
        padding: 0 20px;
    }
    .infoHub .tileItem.tileBlank {
        min-height: auto;
    }
}
@media (max-width: 640px) {
    .mainContent .infoHub .tileItem {
        grid-column: span 12;
    }
    .mainContent .infoHub .tileItem .tileContent {
        margin-top: auto;
        padding: 50px 30px 40px 26px;
    }
    .tileGrid .btnOutline {
        padding: 18px 35px;
        width: 100%;
    }
}
@media (max-width: 560px) {
    .mainContent .newsListing .tileItem, .mainContent .newsListing .tileItem.tileLarge {
        grid-column: span 12;
        grid-row-start: auto;
    }
    .infoHub .hubLoadMore {
        width: 100%;
    }
    .infoHub .btnWrap .btnOutline {
        min-width: auto;
        width: 100%;
    }
}
@media all and (-ms-high-contrast: none) {
    .tileGrid {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 0 0 -10px;
    }
    .tileGrid .tileItem {
        margin: 0 5px 10px 5px;
        width: -webkit-calc(33.33% - 10px);
        width: -moz-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
        min-height: 400px;
    }
    .tileGrid .tileItem.hubTeaser {
        width: 100%;
        margin: 0 0 10px 0;
    }
}



/*///////////////////////////////////////////////////////
// Infohub Startseite
//////////////////////////////////////////////////////*/

.infoHub {
    background: #F2F2F2;
    padding: 60px 30px;
}
.infoHub section {
    position: relative;
    float: left;
    width: 100%;
}
.tileJob .tileContent {
    text-align: center;
    margin: 0 !important;
    padding: 20px !important;
}
.tileJob .tileTitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25em;
}
.tileJob .tileTag {
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 0.875rem;
}
.tileJob small {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 24px;
}
.tileJob .tileContent header h3, .tileJob .tileContent .tileTitle,
.tileJob .tileContent .tileHeadline, .tileJob .tileContent small {
    color: #FFFFFF;
    text-align: center;
    width: 100%;
}
.tileJob .tileContent .tileHeadline {
    margin-bottom: 10px;
}
@media (max-width: 1279px) {
    .tileJob .tileTitle {
        font-size: 24px;
    }
}


/*///////////////////////////////////////////////////////
// Aktions-Teaser (Modul / Infohub)
//////////////////////////////////////////////////////*/
.hubTeaser .tileCategory, .hubTeaser.bgGrey .tileCategory {
    background-color: rgba(216,216,216,0.1);
    color: #404040;
}
.hubTeaser.bgRed .tileCategory, .hubTeaser.bgBlue .tileCategory {
    color: #FFFFFF;
}
.promoSlides {
    visibility: hidden;
}
.promoSlides.slick-initialized {
    visibility: visible;
}
.hubTeaser, .promoSlide {
    width: 100%;
    display: flex !important;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.promoTeaser .hubTeaser, .promoTeaser .promoSlide {
    min-height: 450px;
}
.promoTeaser .hubTeaser.reverse, .promoTeaser .promoSlide.reverse, .hubTeaser.tileItem.reverse {
    flex-direction: row-reverse;
}
.hubTeaser .colLeft {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-flow: column wrap;
}
.promoTeaser .hubTeaser .colLeft {
    justify-content: center;
}
.htContent {
    padding: 30px;
    margin-top: auto;
}
.promoTeaser .htContent {
    padding: 30px 60px;
}
.promoTeaser .htContent {
    margin-top: 0;
}
.htContent.alignCenter {
    text-align: center;
}
.htContent h2 {
    font-size: 2.25em;
    font-weight: 700;
    color: #404040;
    margin-bottom: 15px;
}
.hubTeaser a {
    margin-top: 30px;
}
.hubTeaser.bgRed h2, .hubTeaser.bgRed p, .hubTeaser.bgBlue h2, .hubTeaser.bgBlue p,
.promoSlide.bgRed h2, .promoSlide.bgRed p, .promoSlide.bgBlue h2, .promoSlide.bgBlue p{
    color: #FFFFFF;
}
.htContent img {
    width: 80%;
    height: auto;
}
.hubTeaser .htBtn {
    background: #FFFFFF;
    text-transform: uppercase;
}
.hubTeaser.bgGrey .htBtn {
    background: #FFFFFF;
    border: 0;
}
.hubTeaser .htBtn:hover {
    background: rgba(15,15,15,0.05);
    border-color: transparent;
}
.promoSlide .htBtn:hover {
    color: rgba(15,15,15,1);
    background-color: rgba(214,215,215,1);
}
.hubTeaser.bgRed .htBtn:hover, .hubTeaser.bgBlue .htBtn:hover {
    color: rgba(15,15,15,1);
    background-color: rgba(214,215,215,1);
}
.htImage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.promoSlide .htImage, .promoTeaser .htImage {
    min-height: 450px;
}
@media (max-width: 1023px) {
    .hubTeaser:not(.promoSlides), .promoTeaser .hubTeaser:not(.promoSlides).reverse, .promoSlide, .promoTeaser .promoSlide.reverse, .hubTeaser.tileItem.reverse {
        flex-direction: column-reverse;
        flex-flow: column-reverse wrap;
    }
    .hubTeaser .colLeft, .hubTeaser .colRight {
        width: 100%;
    }
    .hubTeaser .htImage {
        position: relative;
        height: 400px;
    }
}
@media (max-width: 680px) {
    .promoTeaser .htContent {
        padding: 30px 20px;
    }
    .hubTeaser .htBtn {
        padding: 18px 50px;
    }
    .htContent h2 {
        font-size: 1.5rem;
    }
    .promoSlide .htImage, .promoTeaser .htImage {
        min-height: 330px;
    }
}
@media (max-width: 560px) {
    .hubTeaser .htImage {
        height: 250px;
    }
    .hubTeaser .htBtn {
        width: 100%;
    }
}



/*///////////////////////////////////////////////////////
// Events Modul / Listing / Detail
//////////////////////////////////////////////////////*/

.eventTeaserSlider {
    padding: 0 30px;
    background: #FFFFFF;
    overflow-x: hidden;
}
.eventTeaser {
    position: relative;
    width: 100%;
    float: left;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.eventTeaser .colLeft {
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-flow: column wrap;
    justify-content: center;
    padding: 30px;
}
.eventTeaserSlider.bgGrey .eventTeaser .colLeft {
    background: #FFFFFF;
}
.eventTeaser .colLeft.bgDarkerGrey {
    background: #98989b;
}
.eventTeaser .colLeft.bgDarkGrey {
    background: #404040;
}
.eventTeaser .colRight {
    padding: 30px 30px 30px 0;
}
.etContent {
    position: relative;
    z-index: 30;
    padding: 100px 60px 80px 85px;
}
.etContent h2 {
    font-size: 60px;
    line-height: 1em;
    text-align: left;
    color: #404040;
    margin-bottom: 30px;
}
.etContent h2 strong {
    font-weight: 700;
}
.etContent p {
    font-size: 21px;
    letter-spacing: 0.01em;
    line-height: 24px;
    color: #404040;
    margin-bottom: 50px;
}
.eventTeaser .colLeft.bgBlue .etContent  *, .eventTeaser .colLeft.bgRed .etContent  *,
.eventTeaser.bgBlue .etContent  *, .eventTeaser.bgRed .etContent  *,
.eventTeaser.bgDarkerGrey .etContent  *, .eventTeaser .colLeft.bgDarkerGrey .etContent *,
.eventTeaser.bgDarkGrey .etContent  *, .eventTeaser .colLeft.bgDarkGrey .etContent * {
    color: #FFFFFF;
}
.eventTeaser .colLeft.bgDarkerGrey .etContent .etButton,
.eventTeaser .colLeft.bgDarkGrey .etContent .etButton {
    border-color: rgba(190,190,190,0.4);
}
.eventTeaser .colLeft.bgDarkerGrey .etContent .etButton:hover {
    background-color: rgba(15,15,15,0.3);
    border: 1px solid rgba(15,15,15,0);
}
.eventTeaser .colLeft.bgDarkGrey .etContent .etButton:hover {
    background-color: rgba(190,190,190,0.05);
    border: 1px solid rgba(190,190,190,0);
}
.eventTeaser .etContent header {
    width: 100%;
    float: left;
    display: inline;
    margin-bottom: 10px;
}
.eventTeaser .etContent header span {
    font-size: 16px;
    float: left;
    display: block;
    margin-right: 10px;
}
.eventTeaser .etContent header span address, .eventTeaser .etContent header span time {
    display: inline-block;
    font-style: normal;
    font-weight: 300;
}
.eventTeaser .etContent header span:after {
    display: inline-block;
    content: '•';
    padding-left: 10px;
}
.eventTeaser .etContent header span:last-child {
    margin-right: 0;
}
.eventTeaser .etContent header span:last-child:after {
    content: "";
    padding: 0;
}
.etContent .btnOutline {
    padding: 18px 70px;
}
.etTeaserImage, .etTeaserLogo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
}
.etTeaserImage {
    background-size: cover;
    background-position: center top;
}
.etTeaserLogo {
    -webkit-background-size: 65% auto;
    background-size: 65% auto;
    background-position: center center;
}
.eventInfo {
    padding: 30px 5px;
}

@media (max-width: 1510px) {
    .eventTeaser .colLeft {
        width: 60%;
    }
    .eventTeaser .colRight {
        width: 40%;
    }
    .etContent {
        padding: 60px;
    }
    .etContent h2 {
        font-size: 50px;
    }
}
@media (max-width: 1024px) {
    .etContent h2 {
        font-size: 40px;
    }
}
@media (max-width: 860px) {
    .etContent {
        padding: 40px;
    }
}
@media (max-width: 768px) {
    .eventTeaser {
        flex-direction: column-reverse;
        flex-flow: column-reverse wrap;
    }
    .eventTeaser .colLeft, .eventTeaser .colRight {
        width: 100%;
    }
    .etTeaserImage {
        min-height: 400px;
    }
    .eventTeaser .borderLine {
        height: 340px;
    }
    .etContent {
        padding: 360px 60px 60px 60px;
    }
}
@media (max-width: 640px) {
    .etTeaserImage {
        min-height: 300px;
    }
    .eventTeaser .borderLine {
        height: 240px;
    }
    .etContent {
        padding: 260px 30px 30px 30px;
    }
}
@media (max-width: 560px) {
    .eventTeaser {
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -21px;
    }
    .eventTeaser.eventIntro {
        margin-left: 0;
    }
    .etTeaserImage {
        min-height: 230px;
    }
    .eventTeaser .borderLine {
        height: 190px;
    }
    .etContent {
        padding: 170px 0 0 0;
    }
    .etContent h2 {
        font-size: 1.5rem;
        line-height: 1.25em;
        margin-bottom: 20px;
    }
    .etContent p {
        font-size: 1rem;
        line-height: 1.25em;
        margin-bottom: 30px;
    }
    .etContent .btnOutline {
        width: 100%;
    }
}


/***** Event Slider *****/
.eventSlider {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0;
}
.sliderHeadline {
    font-size: 16px;
    margin-bottom: 40px;
}
.sliderHeadline strong {
    font-weight: 700;
    font-size: 21px;
}
.eventSlides {
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    margin: 0 -5px;
    padding-bottom: 55px;
    visibility: hidden;
}
.eventSlides.slick-initialized {
    visibility: visible;
}
.eventSlides .slick-dotted {
    padding-bottom: 60px;
}
.mainContent .eventSlides .slick-dots {
    bottom: 11px;
}
.eventSlide {
    position: relative;
    padding: 0 5px;
    margin-bottom: 40px;
}
.eventSlide .slideImage {
    position: relative;
    background: #F2F2F2;
    width: 100%;
    min-height: 210px;
    margin-bottom: 18px;
}
.eventTeaserSlider.bgGrey .eventSlide .slideImage {
    background: #FFFFFF;
}
.eventSlide .slideImage span {
    position: absolute;
    background-repeat: no-repeat;
}
.eventSlide.logoSlide .slideImage span {
    width: 70%;
    height: 80%;
    top: 10%;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    max-width: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.eventSlide.imageSlide .slideImage span {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center top;
    background-size: cover;
}
.eventSlide .slideContent {
    padding-left: 20px;
}
.eventSlide .slideContent header {
    width: 100%;
    float: left;
    display: inline;
    margin-bottom: 5px;
}
.eventSlide .slideContent header span {
    font-size: 1rem;
    float: left;
    display: block;
    margin-right: 10px;
}
.eventSlide .slideContent header span address, .eventSlide .slideContent header span time {
    display: inline-block;
    font-style: normal;
    font-weight: 300;
}
.eventSlide .slideContent header span:after {
    display: inline-block;
    content: '•';
    padding-left: 10px;
}
.eventSlide .slideContent header span:last-child {
    margin-right: 0;
}
.eventSlide .slideContent header span:last-child:after {
    content: "";
    padding: 0;
}
.eventSlide .slideContent p {
    font-size: 30px;
    line-height: 1.2em;
    float: left;
    width: 100%;
}
.eventTeaser .colLeft.bgRed .btnOutline, .eventTeaser .colLeft.bgBlue .btnOutline,
.eventTeaser.bgRed .btnOutline, .eventTeaser.bgBlue .btnOutline {
    border: 1px solid rgba(255,255,255,0.7);
}
.eventTeaser .colLeft.bgRed .btnOutline:hover, .eventTeaser .colLeft.bgBlue .btnOutline:hover {
    border-color: transparent;
}
.loadMoreEvents {
    position: absolute;
    bottom: 37px;
    right: 0;
    padding: 16px 130px;
    min-width: 335px;
}

.eventSlider .slidePrev, .eventSlider .slideNext {
    top: 190px;
    margin-top: 0;
}
@media (max-width: 1024px) {
    .loadMoreEvents {
        position: relative;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 15px;
    }
    .eventSlide {
        margin-bottom: 0;
    }
    .eventSlide .slideContent {
        padding-left: 15px;
    }
}
@media (max-width: 680px) {
    .eventSlider {
        padding: 30px 0 0 0;
    }
    .sliderHeadline {
        margin-bottom: 30px;
    }
    .eventSlide .slideImage {
        min-height: 150px;
    }
    .eventSlide .slideContent {
        padding-left: 0;
    }
}
@media (max-width: 560px) {
    .eventSlider .slick-list {
        padding: 0 40% 0 0;
        margin-right: -20px;
    }
    .eventSlider .slideNext, .eventSlider .slidePrev {
        display: none !important;
    }
    .loadMoreEvents {
        width: 100%;
        max-width: 335px;
        min-width: auto;
    }
    .eventSlide .slideContent p {
        font-size: 24px;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        hyphenate-limit-lines: 2;
        -ms-hyphens: auto;
        -ms-hyphenate-limit-lines: 4;
    }
    .eventSlide .slideContent header span {
        font-size: 0.875rem;
    }
}
@media (max-width: 460px) {
    .loadMoreEvents {
        max-width: none;
    }
}



/***** EventFilter *****/
.eventFilter h3 {
    font-size: 16px;
    line-height: 2.2em;
    text-align: left;
    color: #404040;
    width: 40%;
    float: left;
}
.eventFilter .eventFilterContainer {
    width: 60%;
    float: left;
    text-align: right;
}
#wrap .tagFilter + .eventListing {
    padding-top: 0;
}
.eventFilterContainer.slick-initialized {
    margin: 0 -5px;
}
.eventFilterContainer .slick-slide {
    padding: 0 5px;
}

/***** EventListing *****/
.eventListing .innerWrap {
    margin: 0 -5px 0 -5px;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.eventIntro .colLeft {
    width: 60%;
}
.eventIntro .colRight {
    width: 40%;
}
.eventIntro .etTeaserImage, .eventIntro .etTeaserLogo {
    width: 33.33%;
    z-index: 10;
}
.eventIntro .innerWrap {
    z-index: 20;
    padding: 90px 0;
}
.eventIntro .etContent {
    padding: 80px 50% 80px 120px;
}
.eventItem.tileItem {
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    float: left;
    margin: 0 5px;
}
.eventItem .tileImage {
    position: relative;
    background-color: #F2F2F2;
    min-height: 210px;
    background-repeat: no-repeat;
}
.eventItem .tileImage span {
    position: absolute;
    background-repeat: no-repeat;
}
.eventItem .tileImage span {
    width: 70%;
    height: 80%;
    left: 15%;
    top: 10%;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}
.eventItem .tileContent {
    padding: 20px 20px 60px 20px;
}
.eventItem .tileContent header {
    margin-bottom: 3px;
}
.eventItem .tileContent header > * {
    padding-right: 5px;
}
.eventItem .tileContent header *:after {
    display: inline-block;
    content: '•';
    padding-left: 10px;
    font-size: 1rem;
    font-weight: 400;
}
.eventItem .tileContent header h3:before, .eventItem .tileContent header *:last-child:after {
    display: none;
}
@media (max-width: 1510px) {
    .eventIntro .etTeaserImage, .eventIntro .etTeaserLogo {
        width: 40%;
    }
}
@media (max-width: 1280px) {
    .eventIntro .innerWrap {
        padding: 60px 30px;
    }
    .eventIntro .etContent {
        padding: 60px 50% 60px 60px;
    }
    .eventIntro .etTeaserImage, .eventIntro .etTeaserLogo {
        width: 45%;
    }
}
@media (max-width: 960px) {
    .eventItem.tileItem {
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }
}
@media (max-width: 860px) {
    .eventIntro {
        flex-direction: column-reverse;
        flex-flow: column-reverse wrap;
    }
    .eventIntro .etTeaserImage, .eventIntro .etTeaserLogo {
        position: relative;
        min-height: 400px;
        width: 100%;
    }
    .eventIntro .etTeaserImage:after, .eventIntro .etTeaserLogo:after {
        content: "";
        position: absolute;
        z-index: 10;
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        height: -webkit-calc(100% - 60px);
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        left: 30px;
        top: 30px;
        border-radius: 0 30px;
        background: transparent;
        border: 3px solid #FFFFFF;
    }
    .eventIntro .innerWrap {
        padding: 0 30px;
    }
    .eventIntro .etContent {
        padding: 60px 20% 60px 0;
    }
    .eventItem .tileContent {
        padding: 20px 20px 40px 20px !important;
    }
}
@media (max-width: 768px) {
    .eventIntro .etTeaserImage, .eventIntro .etTeaserLogo {
        position: relative;
        min-height: 340px;
        width: 100%;
    }
    .eventFilter h3, .eventFilter .eventFilterContainer {
        width: 100%;
    }
    .eventFilter .eventFilterContainer {
        text-align: left;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .eventIntro .innerWrap {
        padding: 0 15px;
    }
    .eventListing .innerWrap {
        margin: 0;
    }
    .eventIntro .etTeaserImage, .eventIntro .etTeaserLogo {
        position: relative;
        min-height: 260px;
        width: 100%;
    }
    .eventIntro .etContent {
        padding: 60px 0;
    }
    .eventItem.tileItem {
        width: -webkit-calc(100%);
        width: -moz-calc(100%);
        width: calc(100%);
        margin: 0;
    }
    .eventItem .tileImage {
        min-height: 180px;
    }
}
@media (max-width: 460px) {
    .eventIntro .etTeaserImage, .eventIntro .etTeaserLogo {
        min-height: 230px;
    }
    .eventIntro .etContent {
        padding: 40px 0;
    }
}


/*///////////////////////////////////////////////////////
// News Listing
//////////////////////////////////////////////////////*/
.newsTeaser .newsInfo {
    width: 100%;
    float: left;
    margin-top: auto !important;
    display: flex;
    white-space: nowrap;
}
.newsInfo .author, .newsInfo .tileDate, .newsInfo .tileTag {
    font-size: 21px;
    line-height: 68px;
    text-transform: uppercase;
    float: left;
    color: #FFFFFF;
    margin-right: 15px;
}
.newsInfo .author img,
.articleContact .authorImage img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}
.newsInfo .author span {
    font-weight: 700;
    text-transform: none;
}
.newsInfo .author, .newsInfo .author img, .newsInfo .author span, .newsInfo .tileDate time,
.articleContact .authorImage img {
    display: inline-block;
    vertical-align: middle;
}
.articleContent p, .articleContent .tsContent p, .articleContent .tsContent li {
    font-size: 1.5rem;
    line-height: 1.333em;
}
.newsInfo .tileTag {
    margin-right: 0;
}
.newsInfo time:after, .newsInfo .author span:after, .authorDetail time:after {
    font-weight: 300;
    display: inline-block;
    content: '•';
    padding-left: 15px;
}
.newsInfo .tileTag {
    padding-top: 2px;
}
#wrap .newsListing {
    background: #F2F2F2;
}
.newsListing section {
    position: relative;
    float: left;
    width: 100%;
}
.newsListing .tileItem.tileBlank {
    height: 300px;
}

.newsListing .tileItem:not(.tileLarge) .tileImage:before {
    display: none;
}

@media (max-width: 1280px) {
    .newsInfo .author, .newsInfo .tileDate, .newsInfo .tileTag {
        line-height: 1.2em;
    }
    .newsTeaser .newsInfo {
        display: block;
    }
    .newsInfo .author {
        position: relative;
    }
    .newsInfo .author img {
        position: absolute;
        width: 60px;
        height: 60px;
        left: 0;
    }
}
@media (max-width: 860px) {
    .newsTeaser .introContent .contentBox {
        padding: 60px 40px 180px 40px;
    }
    .newsListing .tileItem.tileBlank {
        height: auto;
    }
}
@media (max-width: 680px) {
    .mainContent .introSearch #introSearch.live-search #kesearch_filters {
        top: 60px;
        position: relative;
        left: -15px;
    }
}
@media (max-width: 640px) {
    .newsListing .tileItem.tileBlank {
        height: auto;
        min-height: auto;
    }
    .newsListing .tileItem.tileBlank > a {
        position: relative;
    }
    .newsTeaser .introContent .contentBox {
        padding: 40px 0 60px 0;
    }
    .newsTeaser > a {
        position: relative;
    }
    .newsInfo .author, .newsInfo .tileDate, .newsInfo .tileTag {
        font-size: 16px;
        color: #404040;
    }
    .newsTeaser .newsInfo {
        font-size: 16px;
        line-height: 20px;
        margin: 30px 0 0 0 !important;
    }
    .newsInfo .author img {
        width: 50px;
        height: 50px;
    }
    .tagFilter {
        padding: 30px 0 20px 0;
    }
}



