/* Newslisten Startseite (In Container) */
/* ######################################################################################################################################### */
.sits_container_col .frame-type-news_newsliststicky,
.sits_container_col .frame-type-news_newsliststicky .news,
.sits_container_col .frame-type-news_newsliststicky .news  .sits_singleNewsItem{flex:1; display:flex; min-height:100%; flex-direction:column;}

.sits_singleNewsItem{color:var(--venti_dark_grey); font-size:clamp(1.375rem, 0.5417rem + 1.3333vw, 1.625rem); padding-bottom:40px;}
.sits_singleNewsItem_image{flex:0 0 auto; text-align:center;}
.sits_singleNewsItem_image .no-media-element{display:flex; width:100%; align-items: center; justify-content: center; aspect-ratio: 16 / 9;}
.sits_singleNewsItem_head{flex:0 0 auto; margin:30px 0; font-size:clamp(2.1875rem, 1.1458rem + 1.6667vw, 2.5rem);}
.sits_singleNewsItem_title{flex:1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.sits_singleNewsItem_descr{ font-size:22px}
.sits_singleNewsItem_ListLink{flex:0 0 auto; margin-top:30px}
.sits_singleNewsItem_ListLink > a{-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.sits_singleNewsItem_ListLink span{font-size:.8em;display:inline-block; margin-right:15px; transition:all 300ms ease-out;}
.sits_singleNewsItem_ListLink:hover > a span{transform:translateX(6px);}
/* ######################################################################################################################################### */


/* Kleine Jobliste (max 3 Kacheln) */
/* ######################################################################################################################################### */
    .frame-type-news_newsliststicky:empty{display:none;}
    .sits_littleJobs{display:flex; flex-wrap:wrap; margin:45px -15px -41px -15px; width:calc(100% + 30px); justify-content: center;}
    .sits_littleJob{display:block; flex:0 0 auto; margin:0 15px 40px 15px; width:calc(33.333% - 30px); position:relative;}
    .sits_littleJobs[data-count="2"] .sits_littleJob,
    .sits_littleJobs[data-count="1"] .sits_littleJob{width:calc(50% - 30px);}
    .sits_littleJobInner{display: flex; flex-direction: column; position:relative;height:100%; z-index:2;}
    .sits_littleJob::before{content:''; display:block;position:absolute; top:0; left:0; width:100%; height:120px; background:#fff; z-index:1;}
    .sits_littleJob::after{content:''; display:block;position:absolute; top:120px; left:-50vw; width:150vw; height:calc(100% - 120px); background:var(--venti_light_grey); z-index:1;}
    .sits_littleJob_head {flex: 1 0 auto;background: var(--venti_dark_blue);color: #fff;padding: 50px 20px;font-size: 1.2em;line-height: 1.4;display: flex;flex-direction: column;justify-content: center;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-weight: 600; min-height:250px;}
    .sits_littleJob_link{flex:0 0 auto; padding:50px 0 20px 0; }
    .sits_littleJob_link > a{color:var(--venti_dark_grey); font-size:.9em;}
    .sits_littleJob_link > a > .icon-venti_icon_link{color:var(--venti_light_blue); font-size:.95em;}
    .sits_showAllJobs_link{position:relative;display:flex;justify-content: center;padding: 50px 0 0 0;margin-top: -40px;}
    .sits_showAllJobs_link::after{content:''; display:block;position:absolute; top:0; left:-50vw; width:150vw; height:100%; background:var(--venti_light_grey); z-index:1; }
    .sits_showAllJobs_link > a{position:relative; z-index:2; flex:0  0 auto; padding:10px 20px; background: var(--venti_dark_blue);color: #fff; font-size:.9em;}

    @media screen and (max-width: 1199px) {
        .sits_littleJobs[data-count="3"] .sits_littleJob{width:calc(50% - 30px);}
    }

    @media screen and (max-width: 799px) {
        .sits_littleJobs{margin:45px 0 -41px 0; width:100%; justify-content: center;}
        .sits_littleJob,
        .sits_littleJobs[data-count="3"] .sits_littleJob,
        .sits_littleJobs[data-count="2"] .sits_littleJob,
        .sits_littleJobs[data-count="1"] .sits_littleJob{width:100%; margin:0 0 40px 0;}
    }
/* ######################################################################################################################################### */

/* Pagination "More" */
/* ######################################################################################################################################### */
    .sits_news_pagination{display:flex; justify-content: center; padding:20px 0 50px 0;}
    .sits_moreNews{flex:0 0 auto; border:1px solid var(--venti_grey); color:var(--venti_dark_grey); padding:10px 20px; width:50%;text-align:center; font-size:.8em; transition:all 250ms ease-out;}
    .sits_moreNews:hover{background:var(--venti_light_grey)}
    .sits_moreNews .sits_loader{opacity:0; transition:opacity 250ms ease-out;}
    .sits_moreNews.disabled{pointer-events: none; color:#fff; background:#fff; border:1px solid #fff;}
    .sits_moreNews.disabled .sits_loader{opacity:1;}
@media screen and (max-width: 899px) {
    .sits_moreNews{width:60%;}
    .sits_news_pagination{padding-top:10px;}
}

@media screen and (max-width: 599px) {
    .sits_moreNews{width:80%;}
    .sits_news_pagination{padding-top:0; margin-top:-10px; padding-bottom:40px;}
}
/* ######################################################################################################################################### */
/* Pagination "More" */

/* Standard Newsliste / Pressemeldungen */
/* ######################################################################################################################################### */
    .sits_newsListItemInner{display:flex;}
    .sits_newsListItem{border-bottom:1px solid var(--venti_grey); padding-bottom:40px; margin-bottom:40px;}
    .sits_newsItemImage{flex:0 0 auto; width:300px;}
    .no-media-element,
    .sits_newsItemImage a{position:relative; display:flex;  justify-content: center;}
    .sits_newsItemImage a.sits_newsDummy,
    .sits_newsItemImage .no-media-element{height:100%; align-items: center;}
    .sits_newsItemImage a:hover .sits_productDetailGalleryItemOverlay::after,
    .sits_newsItemImage a:hover .sits_productDetailGalleryItemOverlay > span{opacity:1; transform:unset;}
    .sits_newsItemContent,
    .sits_newsItemContentPress{flex:1; padding-left:40px;padding-right:40px;}
    .sits_newsItemContentPressButtons{flex:0 0 auto;}
    .sits_newsListHeader{display:flex; padding-bottom:30px;}
    h6.sits_newslistHead{font-size:1.1em; color:var(--venti_light_blue); font-weight:bold; flex:1; padding-right:30px;}
    .sits_newsItemDate{flex:0 0 auto;color:var(--venti_light_blue);}
    .sits_newsItemImage .hidden{display:none;}
    .sits_newsItemText{font-size:.8em; line-height:1.3;}
    a.sits_pressItemDetailLink,
    a.sits_pressItemDownloadLink{color:var(--venti_dark_grey); display:flex; position:relative;justify-content: space-between; align-items: center; margin-bottom:10px;font-size:.9em; transition:transform 200ms ease-out;}
a.sits_pressItemDetailLink:hover,
a.sits_pressItemDownloadLink:hover{transform: scale(1.07);}
    a.sits_pressItemDetailLink::before,
    a.sits_pressItemDownloadLink::before{font-family: 'venti_icons';content: '\e809';flex:0 0 auto; color:var(--venti_grey); margin-right:10px;}
    a.sits_pressItemDetailLink::before{content: '\e80d';}
a.sits_pressItemDownloadLink::before{font-size:1.1em;}
.news-backlink-wrap{padding-top:25px; padding-bottom:40px;}
@media screen and (max-width: 999px) {
    .sits_newsListItemInner.pressItemInner{flex-wrap: wrap; justify-content: space-between;}
    .sits_newsListItemInner.pressItemInner .sits_newsItemImage{order:2; flex:0 0 auto; width:200px;}
    .sits_newsItemContentPress{order:1; flex:0 0 auto; width:100%; padding-left:0; padding-right:0; padding-bottom:20px;}
    .sits_newsItemContentPressButtons{order:3; display:flex; flex-direction:column; justify-content: flex-end;}
}

@media screen and (max-width: 899px) {
    .sits_newsListItemInner:not(.pressItemInner){flex-direction:column-reverse;}
    .sits_newsListItemInner:not(.pressItemInner).sits_newsItemImage{width:100%; padding-top:20px;}
    .sits_newsItemImage img{max-width:200px;}
    .sits_newsItemContent{padding-left:0;}
    .sits_newsListHeader{padding-bottom:20px;}
}

@media screen and (max-width: 599px) {
    .sits_newsListItem{padding-bottom:30px; margin-bottom:30px;}
    .sits_newsListHeader{padding-bottom:10px; flex-direction:column-reverse;}
    h6.sits_newslistHead{padding-right:0; margin-bottom:0;}
}

@media screen and (max-width: 399px){
    .sits_newsListItemInner.pressItemInner{text-align:center;}
    .sits_newsListItemInner.pressItemInner .sits_newsItemImage{width:100%; justify-content: center; padding-bottom:20px;}
    .sits_newsItemContentPressButtons{align-items: center; width:100%;}
}
/* ######################################################################################################################################### */
/* ENDE -> Standard Newsliste */


.news-single h1,
.news-single h2,
.news-single h3,
.news-single h4,
news-single h5{font-size:clamp(2.0625rem, 1.4707rem + 2.9592vw, 3.875rem);}